2023-11-30T21:42:41.901 INFO:root:teuthology version: 0.0.1.dev212+g595fad1 2023-11-30T21:42:41.902 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/orig.config.yaml 2023-11-30T21:42:41.942 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T21:42:42.027 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570 branch: wip-yuri8-testing-2023-11-29-0706-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7472570' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri8-testing-2023-11-29-0706-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: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-11-29-0706-pacific sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 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: 8528 sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-11-29-0706-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDJ2n79R7aksU5B4UHgezc2D6p43O9ppkwAv63WcCYEG+P1cPIK7xqKQCEkHkAtQpYMNK4/aDJvF+u6Bf4Fp4d8= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJPC5NHKFQUCWynCbfz5mKqPD8j4yvwLUsjjuCq69U+CCVlKYgDgRloIPbs0ovbctPVnjrRyp1Beguq53eMZ5r4= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: wip-package-queries teuthology_sha1: 595fad1080bd379e3c0231a8e02595924c59a9da timestamp: 2023-11-30_16:00:27 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.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-30T21:42:42.028 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa; will attempt to use it 2023-11-30T21:42:42.028 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks 2023-11-30T21:42:42.029 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-30T21:42:42.031 INFO:teuthology.task.internal:Checking packages... 2023-11-30T21:42:42.055 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9' 2023-11-30T21:42:42.055 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-30T21:42:42.055 INFO:teuthology.packaging:ref: None 2023-11-30T21:42:42.055 INFO:teuthology.packaging:tag: None 2023-11-30T21:42:42.056 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T21:42:42.056 INFO:teuthology.packaging:sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-11-30T21:42:42.056 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-11-29-0706-pacific 2023-11-30T21:42:42.328 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-328.g0dc074ce 2023-11-30T21:42:42.328 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-30T21:42:42.335 INFO:teuthology.task.internal:no buildpackages task found 2023-11-30T21:42:42.335 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-30T21:42:42.358 INFO:teuthology.task.internal:Saving configuration 2023-11-30T21:42:42.372 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-30T21:42:42.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T21:42:42.405 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 21:37:34.517246', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDJ2n79R7aksU5B4UHgezc2D6p43O9ppkwAv63WcCYEG+P1cPIK7xqKQCEkHkAtQpYMNK4/aDJvF+u6Bf4Fp4d8='} 2023-11-30T21:42:42.423 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 21:37:34.515399', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJPC5NHKFQUCWynCbfz5mKqPD8j4yvwLUsjjuCq69U+CCVlKYgDgRloIPbs0ovbctPVnjrRyp1Beguq53eMZ5r4='} 2023-11-30T21:42:42.423 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-30T21:42:42.429 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-30T21:42:42.429 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-30T21:42:42.429 INFO:teuthology.run_tasks:Running task console_log... 2023-11-30T21:42:42.494 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f406e9b4a60>, signals=[15]) 2023-11-30T21:42:42.495 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-30T21:42:42.501 INFO:teuthology.task.internal:Opening connections... 2023-11-30T21:42:42.501 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2023-11-30T21:42:42.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:42:42.574 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-30T21:42:42.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:42:42.644 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-30T21:42:42.651 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2023-11-30T21:42:42.675 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2023-11-30T21:42:42.675 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T21:42:42.736 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2023-11-30T21:42:42.737 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T21:42:42.737 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2023-11-30T21:42:42.737 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T21:42:42.737 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T21:42:42.737 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T21:42:42.737 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2023-11-30T21:42:42.761 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-30T21:42:42.783 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-30T21:42:42.784 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-30T21:42:42.844 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2023-11-30T21:42:42.844 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2023-11-30T21:42:42.844 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2023-11-30T21:42:42.844 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-30T21:42:42.845 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-30T21:42:42.845 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-30T21:42:42.868 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-30T21:42:42.877 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-30T21:42:42.910 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-30T21:42:42.911 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2023-11-30T21:42:42.914 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-30T21:42:42.934 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-30T21:42:42.940 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-30T21:42:42.940 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2023-11-30T21:42:42.975 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-30T21:42:43.005 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-30T21:42:43.059 INFO:teuthology.run_tasks:Running task kernel... 2023-11-30T21:42:43.075 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-30T21:42:43.075 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-30T21:42:43.075 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T21:42:43.076 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-30T21:42:43.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T21:42:43.095 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-11-30T21:42:43.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T21:42:43.097 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-30T21:42:43.156 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2023-11-30T21:42:43.157 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2023-11-30T21:42:43.157 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-11-30T21:42:43.158 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-489.el8.x86_64 2023-11-30T21:42:43.158 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-489.el8.x86_64 2023-11-30T21:42:43.158 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2023-11-30T21:42:50.859 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - AppStream 6.6 MB/s | 34 MB 00:05 2023-11-30T21:42:52.060 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 5.4 MB/s | 34 MB 00:06 2023-11-30T21:43:00.659 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 55 MB 00:03 2023-11-30T21:43:01.352 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 55 MB 00:02 2023-11-30T21:43:09.593 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-11-30T21:43:11.460 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 4.1 kB/s | 6.9 kB 00:01 2023-11-30T21:43:11.762 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-30T21:43:12.351 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - Extras 4.5 kB/s | 18 kB 00:03 2023-11-30T21:43:12.910 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-30T21:43:13.219 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-11-30T21:43:13.523 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 9.9 MB/s | 16 MB 00:01 2023-11-30T21:43:14.895 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-11-30T21:43:17.338 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 425 kB/s | 24 kB 00:00 2023-11-30T21:43:18.687 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 512 kB/s | 24 kB 00:00 2023-11-30T21:43:20.937 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T21:43:20.937 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T21:43:21.258 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-30T21:43:21.259 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:43:21.259 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-30T21:43:21.259 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:43:21.259 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2023-11-30T21:43:21.260 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:43:21.261 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 90 M 2023-11-30T21:43:21.261 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2023-11-30T21:43:21.261 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-30T21:43:22.214 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-11-30T21:43:22.295 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-30T21:43:22.295 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-30T21:43:22.596 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-30T21:43:22.596 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:43:22.596 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-11-30T21:43:22.596 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:43:22.596 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Install 3 Packages 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 90 M 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 96 M 2023-11-30T21:43:22.597 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-11-30T21:43:23.256 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 18 MB/s | 36 MB 00:01 2023-11-30T21:43:23.789 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-11-30T21:43:23.790 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-30T21:43:23.790 INFO:teuthology.orchestra.run.smithi143.stdout:Total 35 MB/s | 90 MB 00:02 2023-11-30T21:43:24.289 INFO:teuthology.orchestra.run.smithi077.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 6.9 MB/s | 10 MB 00:01 2023-11-30T21:43:24.466 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-30T21:43:24.878 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-30T21:43:24.878 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-30T21:43:25.805 INFO:teuthology.orchestra.run.smithi077.stdout:(2/3): kernel-core-4.18.0-526.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-30T21:43:26.123 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-30T21:43:26.139 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-30T21:43:26.205 INFO:teuthology.orchestra.run.smithi077.stdout:(3/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-11-30T21:43:26.205 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-11-30T21:43:26.206 INFO:teuthology.orchestra.run.smithi077.stdout:Total 25 MB/s | 90 MB 00:03 2023-11-30T21:43:26.882 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-11-30T21:43:27.313 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-11-30T21:43:27.313 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-11-30T21:43:28.546 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-11-30T21:43:28.567 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-11-30T21:43:28.977 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-30T21:43:29.529 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:43:31.363 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-11-30T21:43:31.862 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:43:33.073 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:43:33.470 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:43:35.433 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:43:35.794 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:43:36.897 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:43:37.235 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:43:39.219 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:43:39.489 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:43:59.182 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:43:59.206 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:43:59.558 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:43:59.558 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:43:59.558 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:44:00.353 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-30T21:44:00.499 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T21:44:00.718 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T21:44:00.718 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T21:44:00.718 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T21:44:00.718 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T21:44:00.718 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T21:44:00.719 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-30T21:44:00.719 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T21:44:00.719 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T21:44:00.928 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T21:44:00.929 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T21:44:00.929 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-11-30T21:44:00.963 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2023-11-30T21:44:00.964 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:44:00.965 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T21:44:00.966 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T21:44:00.966 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-526.el8.x86_64 2023-11-30T21:44:00.966 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T21:44:01.445 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:44:01.468 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:44:01.827 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:44:01.827 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-11-30T21:44:01.827 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-11-30T21:44:02.566 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:44:02.567 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-30T21:44:02.638 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-30T21:44:02.711 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T21:44:02.924 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T21:44:02.924 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T21:44:02.924 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-11-30T21:44:02.924 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-30T21:44:02.925 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-30T21:44:02.925 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-30T21:44:02.925 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2023-11-30T21:44:02.925 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2023-11-30T21:44:03.134 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-526.el8.x86_64 2023-11-30T21:44:03.134 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-11-30T21:44:03.134 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.02 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 129.el8 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-30T21:44:03.171 INFO:teuthology.orchestra.run.smithi077.stdout:Group : System Environment/Base 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 9265586 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Relocations : (not relocatable) 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : CentOS BuildSystem 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2023-11-30T21:44:03.172 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:44:03.173 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2023-11-30T21:44:03.173 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-30T21:44:03.173 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 4.18.0-526.el8.x86_64 2023-11-30T21:44:03.173 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-30T21:44:04.448 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-30T21:44:04.450 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-30T21:44:04.473 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.0JV85LF2xx 2023-11-30T21:44:04.473 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.0JV85LF2xx 2023-11-30T21:44:04.548 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.0JV85LF2xx 2023-11-30T21:44:04.689 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.0JV85LF2xx is 6KB 2023-11-30T21:44:04.721 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2023-11-30T21:44:04.748 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.0JV85LF2xx 2023-11-30T21:44:04.766 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T21:44:04.832 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T21:44:04.832 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T21:44:04.832 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T21:44:04.832 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T21:44:04.833 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T21:44:05.034 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-30T21:44:06.792 INFO:teuthology.orchestra.run.smithi077.stderr:done 2023-11-30T21:44:06.794 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2023-11-30T21:44:06.817 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.xtCn1oMCGb 2023-11-30T21:44:06.818 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xtCn1oMCGb 2023-11-30T21:44:06.897 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.xtCn1oMCGb 2023-11-30T21:44:07.042 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.xtCn1oMCGb is 6KB 2023-11-30T21:44:07.092 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.xtCn1oMCGb 2023-11-30T21:44:07.110 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2023-11-30T21:44:07.175 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-30T21:44:07.175 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-30T21:44:07.175 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-30T21:44:07.176 INFO:teuthology.orchestra.run.smithi077.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-11-30T21:44:07.176 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-11-30T21:44:07.351 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2023-11-30T21:44:35.064 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-30T21:44:35.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:44:35.065 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:44:37.354 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-30T21:44:37.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:44:37.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:44:53.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-30T21:44:55.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2023-11-30T21:45:02.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:45:02.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:45:04.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:45:04.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:45:05.666 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-30T21:45:07.970 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2023-11-30T21:45:17.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:45:17.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:45:19.974 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:45:19.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:45:36.098 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-30T21:45:51.112 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:45:51.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:45:52.176 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-11-30T21:45:52.442 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:45:52.442 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-11-30T21:45:52.443 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2023-11-30T21:45:52.500 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-526.el8.x86_64 2023-11-30T21:45:52.500 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T21:45:52.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T21:45:52.500 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T21:45:52.611 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-30T21:45:53.092 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:45:53.092 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-11-30T21:45:53.092 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-30T21:45:53.110 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-526.el8.x86_64 2023-11-30T21:45:53.110 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-11-30T21:45:53.110 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-30T21:45:53.110 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-30T21:45:53.501 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-30T21:45:53.502 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T21:45:53.575 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2023-11-30T21:45:53.591 DEBUG:teuthology.parallel:result is None 2023-11-30T21:45:54.111 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-30T21:45:54.111 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-30T21:45:54.177 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-30T21:45:54.189 DEBUG:teuthology.parallel:result is None 2023-11-30T21:45:54.189 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-30T21:45:54.197 INFO:teuthology.task.internal:Creating test directory... 2023-11-30T21:45:54.197 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T21:45:54.202 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-30T21:45:54.222 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-30T21:45:54.232 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-30T21:45:54.238 INFO:teuthology.task.internal:Creating archive directory... 2023-11-30T21:45:54.239 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T21:45:54.263 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-30T21:45:54.314 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-30T21:45:54.320 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-30T21:45:54.320 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-30T21:45:54.323 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-30T21:45:54.361 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T21:45:54.370 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T21:45:54.375 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T21:45:54.386 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-30T21:45:54.388 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-30T21:45:54.395 INFO:teuthology.task.internal:Configuring sudo... 2023-11-30T21:45:54.396 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T21:45:54.414 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-30T21:45:54.458 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-30T21:45:54.474 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-30T21:45:54.474 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T21:45:54.490 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-30T21:45:54.518 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T21:45:54.601 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T21:45:54.643 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T21:45:54.731 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T21:45:54.773 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:45:54.773 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T21:45:54.841 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T21:45:54.890 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-30T21:45:54.946 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T21:45:55.033 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-30T21:45:55.077 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-30T21:45:55.077 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-30T21:45:55.146 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2023-11-30T21:45:55.149 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-30T21:45:55.218 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T21:45:55.247 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T21:45:55.678 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-30T21:45:55.686 INFO:teuthology.task.internal:Starting timer... 2023-11-30T21:45:55.686 INFO:teuthology.run_tasks:Running task pcp... 2023-11-30T21:45:55.715 INFO:teuthology.run_tasks:Running task selinux... 2023-11-30T21:45:55.725 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-30T21:45:55.726 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2023-11-30T21:45:55.819 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2023-11-30T21:45:55.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-11-30T21:45:55.894 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-11-30T21:45:55.896 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-30T21:45:55.896 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2023-11-30T21:45:55.929 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2023-11-30T21:45:55.929 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-11-30T21:45:55.966 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-11-30T21:45:55.966 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-11-30T21:45:55.967 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-30T21:45:55.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T21:45:55.998 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-30T21:45:56.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T21:45:56.037 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-30T21:45:56.037 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2023-11-30T21:45:56.065 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-11-30T21:45:56.114 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-30T21:45:56.132 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-30T21:45:56.142 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-11-30T21:45:56.283 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-30T21:45:56.302 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-30T21:45:56.303 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-30T21:53:44.962 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-30T21:53:44.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:53:44.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:53:45.035 DEBUG:teuthology.orchestra.run.smithi077:> true 2023-11-30T21:53:45.110 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2023-11-30T21:53:45.110 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:53:45.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-30T21:53:45.190 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-30T21:53:45.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-30T21:53:45.261 INFO:teuthology.run_tasks:Running task clock... 2023-11-30T21:53:45.272 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-30T21:53:45.272 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T21:53:45.272 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T21:53:45.281 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-30T21:53:45.281 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T21:53:45.313 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T21:53:45.329 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T21:53:45.332 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-30T21:53:45.347 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-30T21:53:45.409 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2023-11-30T21:53:45.412 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-11-30T21:53:45.419 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2023-11-30T21:53:45.423 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-11-30T21:53:45.434 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T21:53:45.437 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-30T21:53:45.448 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T21:53:45.450 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-30T21:53:45.516 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-11-30T21:53:45.516 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-30T21:53:45.519 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T21:53:45.519 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-11-30T21:53:45.520 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.520 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.520 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.520 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.521 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T21:53:45.521 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-30T21:53:45.521 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.521 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.522 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.522 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T21:53:45.522 INFO:teuthology.run_tasks:Running task pexec... 2023-11-30T21:53:45.531 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-30T21:53:45.532 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2023-11-30T21:53:45.532 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T21:53:45.532 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-11-30T21:53:45.532 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-30T21:53:46.435 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:40 ago on Thu 30 Nov 2023 09:52:06 PM UTC. 2023-11-30T21:53:46.439 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:38 ago on Thu 30 Nov 2023 09:52:08 PM UTC. 2023-11-30T21:53:48.563 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-30T21:53:48.564 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:48.564 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2023-11-30T21:53:48.564 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout:Resetting modules: 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:48.565 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:53:48.620 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-30T21:53:48.621 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:48.621 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-11-30T21:53:48.621 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:48.621 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-11-30T21:53:48.621 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-11-30T21:53:48.622 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:53:48.622 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-30T21:53:48.622 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:48.622 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:53:48.846 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-30T21:53:48.884 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-30T21:53:49.778 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:01:43 ago on Thu 30 Nov 2023 09:52:06 PM UTC. 2023-11-30T21:53:49.853 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:41 ago on Thu 30 Nov 2023 09:52:08 PM UTC. 2023-11-30T21:53:51.882 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2023-11-30T21:53:51.983 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout:Installing group/module packages: 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T21:53:52.065 INFO:teuthology.orchestra.run.smithi077.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout:Installing weak dependencies: 2023-11-30T21:53:52.066 INFO:teuthology.orchestra.run.smithi077.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout:Installing module profiles: 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools/common 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling module streams: 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout: container-tools rhel8 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout:Install 13 Packages 2023-11-30T21:53:52.067 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:53:52.068 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 27 M 2023-11-30T21:53:52.068 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 89 M 2023-11-30T21:53:52.068 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-30T21:53:52.167 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-30T21:53:52.168 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2023-11-30T21:53:52.169 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:53:52.170 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2023-11-30T21:53:52.170 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2023-11-30T21:53:52.170 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-11-30T21:53:53.084 INFO:teuthology.orchestra.run.smithi077.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-30T21:53:53.117 INFO:teuthology.orchestra.run.smithi077.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 874 kB/s | 750 kB 00:00 2023-11-30T21:53:53.119 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-30T21:53:53.209 INFO:teuthology.orchestra.run.smithi077.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 303 kB/s | 38 kB 00:00 2023-11-30T21:53:53.237 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-30T21:53:53.261 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 267 kB/s | 38 kB 00:00 2023-11-30T21:53:53.384 INFO:teuthology.orchestra.run.smithi077.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 902 kB/s | 241 kB 00:00 2023-11-30T21:53:53.387 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.6 MB/s | 241 kB 00:00 2023-11-30T21:53:53.537 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-11-30T21:53:53.619 INFO:teuthology.orchestra.run.smithi077.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 762 kB/s | 178 kB 00:00 2023-11-30T21:53:53.655 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-11-30T21:53:53.751 INFO:teuthology.orchestra.run.smithi077.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 186 kB/s | 25 kB 00:00 2023-11-30T21:53:53.796 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 663 kB/s | 94 kB 00:00 2023-11-30T21:53:53.902 INFO:teuthology.orchestra.run.smithi077.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 626 kB/s | 94 kB 00:00 2023-11-30T21:53:54.488 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.2 MB/s | 3.9 MB 00:01 2023-11-30T21:53:54.819 INFO:teuthology.orchestra.run.smithi077.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.4 MB/s | 3.9 MB 00:01 2023-11-30T21:53:55.355 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 2.9 MB/s | 2.5 MB 00:00 2023-11-30T21:53:55.480 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 421 kB/s | 53 kB 00:00 2023-11-30T21:53:55.589 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 3.0 MB/s | 9.6 MB 00:03 2023-11-30T21:53:55.614 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 306 kB/s | 41 kB 00:00 2023-11-30T21:53:56.036 INFO:teuthology.orchestra.run.smithi077.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 2.1 MB/s | 2.5 MB 00:01 2023-11-30T21:53:56.136 INFO:teuthology.orchestra.run.smithi077.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-11-30T21:53:56.236 INFO:teuthology.orchestra.run.smithi077.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-11-30T21:53:56.711 INFO:teuthology.orchestra.run.smithi077.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.9 MB/s | 8.1 MB 00:02 2023-11-30T21:53:56.865 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.7 MB/s | 8.1 MB 00:03 2023-11-30T21:53:56.865 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-11-30T21:53:56.865 INFO:teuthology.orchestra.run.smithi143.stdout:Total 5.7 MB/s | 27 MB 00:04 2023-11-30T21:53:57.135 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-11-30T21:53:57.156 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-11-30T21:53:57.156 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-11-30T21:53:57.406 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-11-30T21:53:57.410 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-11-30T21:53:57.439 INFO:teuthology.orchestra.run.smithi077.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.9 MB/s | 9.6 MB 00:05 2023-11-30T21:53:57.439 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2023-11-30T21:53:57.439 INFO:teuthology.orchestra.run.smithi077.stdout:Total 4.9 MB/s | 27 MB 00:05 2023-11-30T21:53:57.708 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2023-11-30T21:53:57.729 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2023-11-30T21:53:57.730 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2023-11-30T21:53:58.002 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2023-11-30T21:53:58.005 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2023-11-30T21:53:58.081 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-11-30T21:53:58.271 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T21:53:58.459 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T21:53:58.651 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2023-11-30T21:53:58.678 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T21:53:58.874 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-30T21:53:58.902 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T21:53:59.069 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-30T21:53:59.473 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T21:53:59.706 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-30T21:53:59.939 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T21:54:00.444 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T21:54:00.515 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-30T21:54:00.654 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T21:54:00.849 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T21:54:01.104 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T21:54:01.499 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T21:54:01.753 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-30T21:54:01.760 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T21:54:01.974 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-30T21:54:02.248 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-30T21:54:02.643 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T21:54:02.649 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-30T21:54:02.846 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T21:54:03.050 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T21:54:03.463 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T21:54:03.463 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T21:54:03.463 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T21:54:03.464 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T21:54:03.532 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T21:54:03.765 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-30T21:54:03.951 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T21:54:04.308 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T21:54:04.309 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:54:04.310 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-11-30T21:54:04.311 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.312 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.313 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:04.313 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T21:54:04.314 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.314 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.315 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:04.315 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T21:54:04.316 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T21:54:04.316 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.317 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:04.317 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:04.318 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T21:54:04.318 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:54:04.318 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-30T21:54:04.371 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-30T21:54:04.372 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-30T21:54:04.372 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-30T21:54:04.372 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-30T21:54:04.372 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-30T21:54:04.372 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-30T21:54:04.636 DEBUG:teuthology.parallel:result is None 2023-11-30T21:54:05.355 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:05.356 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout: 2023-11-30T21:54:05.357 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2023-11-30T21:54:05.576 DEBUG:teuthology.parallel:result is None 2023-11-30T21:54:05.576 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-30T21:54:05.652 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9'} 2023-11-30T21:54:05.652 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2023-11-30T21:54:05.653 INFO:tasks.cephadm:Cluster fsid is fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:05.653 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-30T21:54:05.653 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-30T21:54:05.653 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi077': '172.21.15.77', 'mon.smithi143': '172.21.15.143'} 2023-11-30T21:54:05.653 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-30T21:54:05.654 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2023-11-30T21:54:05.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-30T21:54:05.716 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-11-30T21:54:05.716 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:05.946 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 30 21:54 /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:05.946 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:06.090 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 30 21:54 /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:06.091 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:06.109 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-30T21:54:06.141 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2023-11-30T21:54:06.176 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-30T21:54:06.207 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2023-11-30T21:54:06.242 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-30T21:54:06.277 INFO:tasks.cephadm:Writing seed config... 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-30T21:54:06.278 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-30T21:54:06.279 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-30T21:54:06.279 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-30T21:54:06.279 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:54:06.279 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-30T21:54:06.300 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 = fb406db6-8fca-11ee-95a2-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-11-30T21:54:06.300 DEBUG:teuthology.orchestra.run.smithi077:mon.smithi077> sudo journalctl -f -n 0 -u ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service 2023-11-30T21:54:06.342 INFO:tasks.cephadm:Bootstrapping... 2023-11-30T21:54:06.343 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid fb406db6-8fca-11ee-95a2-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.77 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-30T21:54:06.368 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:-- Logs begin at Thu 2023-11-30 21:45:29 UTC. -- 2023-11-30T21:54:06.593 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T21:54:07.966 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-30T21:54:07.973 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying podman|docker is present... 2023-11-30T21:54:07.973 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T21:54:07.996 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-30T21:54:08.006 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying lvm2 is present... 2023-11-30T21:54:08.006 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying time synchronization is in place... 2023-11-30T21:54:08.006 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled chrony.service 2023-11-30T21:54:08.013 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T21:54:08.014 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active chrony.service 2023-11-30T21:54:08.019 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:54:08.020 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-30T21:54:08.026 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: enabled 2023-11-30T21:54:08.026 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active chronyd.service 2023-11-30T21:54:08.032 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: active 2023-11-30T21:54:08.033 INFO:teuthology.orchestra.run.smithi077.stderr:Unit chronyd.service is enabled and running 2023-11-30T21:54:08.033 INFO:teuthology.orchestra.run.smithi077.stderr:Repeating the final host check... 2023-11-30T21:54:08.033 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-30T21:54:08.053 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 4.6.1 2023-11-30T21:54:08.061 INFO:teuthology.orchestra.run.smithi077.stderr:podman|docker (/bin/podman) is present 2023-11-30T21:54:08.061 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl is present 2023-11-30T21:54:08.062 INFO:teuthology.orchestra.run.smithi077.stderr:lvcreate is present 2023-11-30T21:54:08.062 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled chrony.service 2023-11-30T21:54:08.067 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-30T21:54:08.068 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active chrony.service 2023-11-30T21:54:08.074 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:54:08.074 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-30T21:54:08.079 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: enabled 2023-11-30T21:54:08.079 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active chronyd.service 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: active 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Unit chronyd.service is enabled and running 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Host looks OK 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Cluster fsid: fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Acquiring lock 140524046041216 on /run/cephadm/fb406db6-8fca-11ee-95a2-87774f69a715.lock 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Lock 140524046041216 acquired on /run/cephadm/fb406db6-8fca-11ee-95a2-87774f69a715.lock 2023-11-30T21:54:08.086 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying IP 172.21.15.77 port 3300 ... 2023-11-30T21:54:08.087 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying IP 172.21.15.77 port 6789 ... 2023-11-30T21:54:08.087 INFO:teuthology.orchestra.run.smithi077.stderr:Base mon IP is 172.21.15.77, final addrv is [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2023-11-30T21:54:08.087 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /sbin/ip route ls 2023-11-30T21:54:08.089 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2023-11-30T21:54:08.089 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2023-11-30T21:54:08.090 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /sbin/ip -6 route ls 2023-11-30T21:54:08.092 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-30T21:54:08.092 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-30T21:54:08.093 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2023-11-30T21:54:08.093 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /sbin/ip -6 addr ls 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d3d3/64 scope link 2023-11-30T21:54:08.095 INFO:teuthology.orchestra.run.smithi077.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-30T21:54:08.096 INFO:teuthology.orchestra.run.smithi077.stderr:Mon IP 172.21.15.77 is in CIDR network 172.21.0.0/20 2023-11-30T21:54:08.096 INFO:teuthology.orchestra.run.smithi077.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-30T21:54:08.097 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2023-11-30T21:54:08.097 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2023-11-30T21:54:08.187 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2023-11-30T21:54:15.216 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Getting image source signatures 2023-11-30T21:54:15.230 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-11-30T21:54:15.230 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-30T21:54:29.846 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-30T21:54:29.895 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: Writing manifest to image destination 2023-11-30T21:54:30.250 INFO:teuthology.orchestra.run.smithi077.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-30T21:54:30.262 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2023-11-30T21:54:30.778 INFO:teuthology.orchestra.run.smithi077.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-30T21:54:31.083 INFO:teuthology.orchestra.run.smithi077.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-30T21:54:31.083 INFO:teuthology.orchestra.run.smithi077.stderr:Extracting ceph user uid/gid from container image... 2023-11-30T21:54:31.083 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-11-30T21:54:31.364 INFO:teuthology.orchestra.run.smithi077.stderr:stat: 167 167 2023-11-30T21:54:31.688 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial keys... 2023-11-30T21:54:31.688 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-30T21:54:31.951 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCXBGllUJlbOBAAktifL1GSNKFiHhsoFgnnwg== 2023-11-30T21:54:32.322 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-30T21:54:32.568 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCYBGll69VHIRAAmtFyV7x6iuqrMJO29oL2yw== 2023-11-30T21:54:32.892 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-30T21:54:33.184 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-authtool: AQCZBGllV36ZChAAB4a5roQN8hj3jItm5e7uFQ== 2023-11-30T21:54:33.617 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial monmap... 2023-11-30T21:54:33.617 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpfotsbhn6:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid fb406db6-8fca-11ee-95a2-87774f69a715 --addv smithi077 [v2:172.21.15.77:3300,v1:172.21.15.77:6789] /tmp/monmap 2023-11-30T21:54:34.093 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T21:54:34.093 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:34.093 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T21:54:34.453 INFO:teuthology.orchestra.run.smithi077.stderr:monmaptool for smithi077 [v2:172.21.15.77:3300,v1:172.21.15.77:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-30T21:54:34.453 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: set fsid to fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:34.453 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-30T21:54:34.454 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:54:34.454 INFO:teuthology.orchestra.run.smithi077.stderr:Creating mon... 2023-11-30T21:54:34.455 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/mon.smithi077:/var/lib/ceph/mon/ceph-smithi077:z -v /tmp/ceph-tmpnkjgoe4w:/tmp/keyring:z -v /tmp/ceph-tmpfotsbhn6:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi077 --fsid fb406db6-8fca-11ee-95a2-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-11-30T21:54:34.780 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.749+0000 7f7a244e4700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T21:54:34.780 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.749+0000 7f7a244e4700 1 imported monmap: 2023-11-30T21:54:34.780 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-30T21:54:34.780 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: fsid fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:34.780 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: last_changed 2023-11-30T21:54:34.092066+0000 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: created 2023-11-30T21:54:34.092066+0000 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.smithi077 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.749+0000 7f7a244e4700 0 /usr/bin/ceph-mon: set fsid to fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T21:54:34.781 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Compile date May 13 2021 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: DB SUMMARY 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi077/store.db dir, Total Num: 0, files: 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi077/store.db: 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.error_if_exists: 0 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.create_if_missing: 1 2023-11-30T21:54:34.782 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.env: 0x5570cfdc71c0 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.fs: Posix File System 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.info_log: 0x5570d1a24ec0 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.statistics: (nil) 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.use_fsync: 0 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T21:54:34.783 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.db_log_dir: 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi077/store.db 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T21:54:34.784 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.write_buffer_manager: 0x5570d1a2b530 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T21:54:34.785 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.unordered_write: 0 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T21:54:34.786 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.row_cache: None 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.wal_filter: None 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.two_write_queues: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.atomic_flush: 0 2023-11-30T21:54:34.787 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T21:54:34.788 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.max_open_files: -1 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Compression algorithms supported: 2023-11-30T21:54:34.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kZSTD supported: 0 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kXpressCompression supported: 0 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kZlibCompression supported: 1 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.750+0000 7f7a244e4700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-30T21:54:34.790 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000001 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.merge_operator: 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_filter: None 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5570d193c120) 2023-11-30T21:54:34.791 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-30T21:54:34.792 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_cache: 0x5570d1972d10 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-30T21:54:34.793 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-30T21:54:34.794 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression: NoCompression 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.num_levels: 7 2023-11-30T21:54:34.795 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T21:54:34.796 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T21:54:34.797 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T21:54:34.798 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T21:54:34.799 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.table_properties_collectors: 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.bloom_locality: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T21:54:34.800 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.ttl: 2592000 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.751+0000 7f7a244e4700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.754+0000 7f7a244e4700 4 rocksdb: DB pointer 0x5570d1a37800 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.754+0000 7f7a0d37d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.754+0000 7f7a0d37d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T21:54:34.801 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:34.802 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T21:54:34.803 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-30T21:54:34.804 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:34.805 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.755+0000 7f7a244e4700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.756+0000 7f7a244e4700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-30T21:54:34.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph-mon: debug 2023-11-30T21:54:34.756+0000 7f7a244e4700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi077 for mon.smithi077 2023-11-30T21:54:35.092 INFO:teuthology.orchestra.run.smithi077.stderr:create mon.smithi077 on 2023-11-30T21:54:35.093 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:35.097 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl disable ceph.target 2023-11-30T21:54:35.184 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl enable ceph.target 2023-11-30T21:54:35.191 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-30T21:54:35.270 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl start ceph.target 2023-11-30T21:54:35.277 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl enable ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target 2023-11-30T21:54:35.283 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target. 2023-11-30T21:54:35.283 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target. 2023-11-30T21:54:35.361 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target 2023-11-30T21:54:35.371 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl daemon-reload 2023-11-30T21:54:35.453 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T21:54:35.476 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl reset-failed ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T21:54:35.481 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to reset failed state of unit ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service: Unit ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service not loaded. 2023-11-30T21:54:35.481 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl enable ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T21:54:35.488 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target.wants/ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service → /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715@.service. 2023-11-30T21:54:35.571 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T21:54:35.897 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T21:54:35.905 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-30T21:54:35.905 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T21:54:35.912 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:54:35.913 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-30T21:54:35.913 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T21:54:35.913 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-30T21:54:35.913 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mon to start... 2023-11-30T21:54:35.914 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mon... 2023-11-30T21:54:35.914 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/mon.smithi077:/var/lib/ceph/mon/ceph-smithi077:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2023-11-30T21:54:36.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.911887+0000 mon.smithi077 (mon.0) 1 : cluster [INF] mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-30T21:54:36.362 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: cluster: 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: id: fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: services: 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi077 (age 0.432572s) 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: data: 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-30T21:54:36.363 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-30T21:54:36.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: pgs: 2023-11-30T21:54:36.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:36.711 INFO:teuthology.orchestra.run.smithi077.stderr:mon is available 2023-11-30T21:54:36.711 INFO:teuthology.orchestra.run.smithi077.stderr:Assimilating anything we can from ceph.conf... 2023-11-30T21:54:36.712 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/mon.smithi077:/var/lib/ceph/mon/ceph-smithi077:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi077/config 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [global] 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: fsid = fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-30T21:54:37.197 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [mgr] 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: [osd] 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-11-30T21:54:37.198 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-30T21:54:37.218 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.927887+0000 mon.smithi077 (mon.0) 2 : cluster [INF] mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-30T21:54:37.219 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.928172+0000 mon.smithi077 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-11-30T21:54:37.219 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.931414+0000 mon.smithi077 (mon.0) 4 : cluster [DBG] fsmap 2023-11-30T21:54:37.219 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.934896+0000 mon.smithi077 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T21:54:37.219 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: cluster 2023-11-30T21:54:35.935435+0000 mon.smithi077 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T21:54:37.219 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: audit 2023-11-30T21:54:36.360424+0000 mon.smithi077 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.77:0/1438584708' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-30T21:54:37.537 INFO:teuthology.orchestra.run.smithi077.stderr:Generating new minimal ceph.conf... 2023-11-30T21:54:37.537 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/mon.smithi077:/var/lib/ceph/mon/ceph-smithi077:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi077/config 2023-11-30T21:54:38.230 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: audit 2023-11-30T21:54:37.191631+0000 mon.smithi077 (mon.0) 8 : audit [INF] from='client.? 172.21.15.77:0/1542867442' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T21:54:38.230 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: audit 2023-11-30T21:54:37.194836+0000 mon.smithi077 (mon.0) 9 : audit [INF] from='client.? 172.21.15.77:0/1542867442' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-30T21:54:38.295 INFO:teuthology.orchestra.run.smithi077.stderr:Restarting the monitor... 2023-11-30T21:54:38.295 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl restart ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T21:54:38.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for fb406db6-8fca-11ee-95a2-87774f69a715... 2023-11-30T21:54:38.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: debug 2023-11-30T21:54:38.365+0000 7fadc7c3c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-30T21:54:38.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[106999]: debug 2023-11-30T21:54:38.365+0000 7fadc7c3c700 -1 mon.smithi077@0(leader) e1 *** Got Signal Terminated *** 2023-11-30T21:54:39.061 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 podman[107322]: ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077 2023-11-30T21:54:39.061 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 systemd[1]: ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service: Succeeded. 2023-11-30T21:54:39.061 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 systemd[1]: Stopped Ceph mon.smithi077 for fb406db6-8fca-11ee-95a2-87774f69a715. 2023-11-30T21:54:39.061 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:38 smithi077 systemd[1]: Starting Ceph mon.smithi077 for fb406db6-8fca-11ee-95a2-87774f69a715... 2023-11-30T21:54:39.160 INFO:teuthology.orchestra.run.smithi077.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-30T21:54:39.160 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-11-30T21:54:39.416 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.126+0000 7fa11e7bd700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-30T21:54:39.416 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.126+0000 7fa11e7bd700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-11-30T21:54:39.416 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.126+0000 7fa11e7bd700 0 pidfile_write: ignore empty --pid-file 2023-11-30T21:54:39.416 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.130+0000 7fa11e7bd700 0 load: jerasure load: lrc load: isa 2023-11-30T21:54:39.416 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: RocksDB version: 6.8.1 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Compile date May 13 2021 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: DB SUMMARY 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: CURRENT file: CURRENT 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi077/store.db dir, Total Num: 1, files: 000004.sst 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi077/store.db: 000006.log size: 79878 ; 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.error_if_exists: 0 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.create_if_missing: 0 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.paranoid_checks: 1 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.env: 0x55f1645301c0 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.fs: Posix File System 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.info_log: 0x55f166b4d960 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.statistics: (nil) 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.use_fsync: 0 2023-11-30T21:54:39.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_log_file_size: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.allow_fallocate: 1 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.use_direct_reads: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.db_log_dir: 2023-11-30T21:54:39.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi077/store.db 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_subcompactions: 1 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_background_flushes: -1 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.write_buffer_manager: 0x55f1677c2030 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-30T21:54:39.420 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.unordered_write: 0 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-30T21:54:39.421 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.row_cache: None 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.wal_filter: None 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.preserve_deletes: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.two_write_queues: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.atomic_flush: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.log_readahead_size: 0 2023-11-30T21:54:39.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_background_jobs: 2 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_background_compactions: -1 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_open_files: -1 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-30T21:54:39.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Compression algorithms supported: 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kZSTD supported: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kXpressCompression supported: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kLZ4Compression supported: 1 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kBZip2Compression supported: 0 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kZlibCompression supported: 1 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: kSnappyCompression supported: 1 2023-11-30T21:54:39.424 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000005 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.merge_operator: 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_filter: None 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f166a64128) 2023-11-30T21:54:39.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cache_index_and_filter_blocks: 1 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: pin_top_level_index_and_filter: 1 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: index_type: 0 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: data_block_index_type: 0 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: index_shortening: 1 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: data_block_hash_table_util_ratio: 0.750000 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: hash_index_allow_collision: 1 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: checksum: 1 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: no_block_cache: 0 2023-11-30T21:54:39.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_cache: 0x55f166a9af10 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_cache_name: BinnedLRUCache 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_cache_options: 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: capacity : 536870912 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: num_shard_bits : 4 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: strict_capacity_limit : 0 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: high_pri_pool_ratio: 0.000 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_cache_compressed: (nil) 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: persistent_cache: (nil) 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_size: 4096 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_size_deviation: 10 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_restart_interval: 16 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: index_block_restart_interval: 1 2023-11-30T21:54:39.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: metadata_block_size: 4096 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: partition_filters: 0 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: use_delta_encoding: 1 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: whole_key_filtering: 1 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: verify_compression: 0 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: read_amp_bytes_per_bit: 0 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: format_version: 2 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: enable_index_compression: 1 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: block_align: 0 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-30T21:54:39.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression: NoCompression 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.num_levels: 7 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-30T21:54:39.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-30T21:54:39.430 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-30T21:54:39.431 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-30T21:54:39.432 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-30T21:54:39.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-30T21:54:39.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-30T21:54:39.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-30T21:54:39.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-30T21:54:39.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.table_properties_collectors: 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.inplace_update_support: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.bloom_locality: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.max_successive_merges: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-30T21:54:39.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.ttl: 2592000 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.131+0000 7fa11e7bd700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.132+0000 7fa11e7bd700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701381279133280, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.132+0000 7fa11e7bd700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.132+0000 7fa11e7bd700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.132+0000 7fa11e7bd700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701381279134042, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76866, "table_properties": {"data_size": 75163, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9152, "raw_average_key_size": 47, "raw_value_size": 69866, "raw_average_value_size": 362, "num_data_blocks": 10, "num_entries": 193, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701381279, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.132+0000 7fa11e7bd700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.435 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.133+0000 7fa11e7bd700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701381279134426, "job": 1, "event": "recovery_finished"} 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.133+0000 7fa11e7bd700 4 rocksdb: DB pointer 0x55f166b5f800 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.133+0000 7fa1055d5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.134+0000 7fa1055d5700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** DB Stats ** 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.436 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** Compaction Stats [default] ** 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: L0 2/0 76.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Sum 2/0 76.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** Compaction Stats [default] ** 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:39.437 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Cumulative compaction: 0.00 GB write, 28.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Interval compaction: 0.00 GB write, 28.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** Compaction Stats [default] ** 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:39.438 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: L0 2/0 76.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Sum 2/0 76.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** Compaction Stats [default] ** 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.2 0.00 0.00 1 0.001 0 0 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-30T21:54:39.439 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(Total Files): cumulative 0, interval 0 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: AddFile(Keys): cumulative 0, interval 0 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Cumulative compaction: 0.00 GB write, 28.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ** File Read Latency Histogram By Level [default] ** 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.134+0000 7fa11e7bd700 0 starting mon.smithi077 rank 0 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi077 fsid fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 1 mon.smithi077@-1(???) e1 preinit fsid fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).mds e1 new map 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).mds e1 print_map 2023-11-30T21:54:39.440 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: e1 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: legacy client fscid: -1 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: No filesystems configured 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 0 mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:37.191631+0000 mon.smithi077 (mon.0) 8 : audit [INF] from='client.? 172.21.15.77:0/1542867442' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-30T21:54:39.441 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:37.194836+0000 mon.smithi077 (mon.0) 9 : audit [INF] from='client.? 172.21.15.77:0/1542867442' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T21:54:39.135+0000 7fa11e7bd700 1 mon.smithi077@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 bash[107393]: 0fd598e95f3e82458dfcee7c6cf59fe775c85932e87742521045024f4ef3b4f5 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 systemd[1]: Started Ceph mon.smithi077 for fb406db6-8fca-11ee-95a2-87774f69a715. 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:39.151984+0000 mon.smithi077 (mon.0) 1 : cluster [INF] mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:39.152039+0000 mon.smithi077 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi077=[v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0]} 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:39.152067+0000 mon.smithi077 (mon.0) 3 : cluster [DBG] fsmap 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:39.152091+0000 mon.smithi077 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-30T21:54:39.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:39.152440+0000 mon.smithi077 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-30T21:54:39.936 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-30T21:54:39.936 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-30T21:54:39.936 INFO:teuthology.orchestra.run.smithi077.stderr:Creating mgr... 2023-11-30T21:54:39.937 INFO:teuthology.orchestra.run.smithi077.stderr:Verifying port 9283 ... 2023-11-30T21:54:39.938 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl daemon-reload 2023-11-30T21:54:40.030 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu 2023-11-30T21:54:40.060 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl reset-failed ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu 2023-11-30T21:54:40.065 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Failed to reset failed state of unit ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu.service: Unit ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu.service not loaded. 2023-11-30T21:54:40.066 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl enable ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu 2023-11-30T21:54:40.072 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715.target.wants/ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu.service → /etc/systemd/system/ceph-fb406db6-8fca-11ee-95a2-87774f69a715@.service. 2023-11-30T21:54:40.152 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mgr.smithi077.rirpmu 2023-11-30T21:54:40.446 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T21:54:40.455 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-30T21:54:40.455 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T21:54:40.463 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:54:40.464 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-30T21:54:40.464 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to enable service . firewalld.service is not available 2023-11-30T21:54:40.464 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-30T21:54:40.464 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T21:54:40.471 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-30T21:54:40.471 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T21:54:40.480 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:54:40.480 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-30T21:54:40.480 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-30T21:54:40.480 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr to start... 2023-11-30T21:54:40.481 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr... 2023-11-30T21:54:40.481 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-30T21:54:40.890 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:40.890 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "fb406db6-8fca-11ee-95a2-87774f69a715", 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T21:54:40.891 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.892 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T21:54:40.893 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T21:54:40.894 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": false, 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-30T21:54:40.895 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-30T21:54:35.929667+0000", 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T21:54:40.896 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:54:40.906 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:39.572252+0000 mon.smithi077 (mon.0) 6 : audit [INF] from='client.? 172.21.15.77:0/484158308' entity='client.admin' 2023-11-30T21:54:41.269 INFO:teuthology.orchestra.run.smithi077.stderr:mgr not available, waiting (1/15)... 2023-11-30T21:54:41.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:40.882421+0000 mon.smithi077 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.77:0/2555399133' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T21:54:43.272 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "fb406db6-8fca-11ee-95a2-87774f69a715", 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T21:54:43.704 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:43.705 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.706 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:43.707 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": false, 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-30T21:54:43.708 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-30T21:54:35.929667+0000", 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T21:54:43.709 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:54:43.979 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:43.697442+0000 mon.smithi077 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.77:0/2197067106' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T21:54:44.051 INFO:teuthology.orchestra.run.smithi077.stderr:mgr not available, waiting (2/15)... 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:45.361072+0000 mon.smithi077 (mon.0) 9 : cluster [INF] Activating manager daemon smithi077.rirpmu 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:45.363590+0000 mon.smithi077 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi077.rirpmu(active, starting, since 0.00261564s) 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.364457+0000 mon.smithi077 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.364597+0000 mon.smithi077 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.364781+0000 mon.smithi077 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.364963+0000 mon.smithi077 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-30T21:54:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.365223+0000 mon.smithi077 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mgr metadata", "who": "smithi077.rirpmu", "id": "smithi077.rirpmu"}]: dispatch 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:45.378455+0000 mon.smithi077 (mon.0) 16 : cluster [INF] Manager daemon smithi077.rirpmu is now available 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.388045+0000 mon.smithi077 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.391182+0000 mon.smithi077 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.392315+0000 mon.smithi077 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.399175+0000 mon.smithi077 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:45.403747+0000 mon.smithi077 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.77:0/3980757590' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:46.054 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-30T21:54:46.600 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 2023-11-30T21:54:46.600 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:54:46.600 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsid": "fb406db6-8fca-11ee-95a2-87774f69a715", 2023-11-30T21:54:46.600 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "health": { 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "checks": {}, 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mutes": [] 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum": [ 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 0 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "smithi077" 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-30T21:54:46.601 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "monmap": { 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osdmap": { 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-30T21:54:46.602 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgmap": { 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-30T21:54:46.603 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "fsmap": { 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modules": [ 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "iostat", 2023-11-30T21:54:46.604 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "restful" 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ], 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "servicemap": { 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "modified": "2023-11-30T21:54:35.929667+0000", 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "services": {} 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: }, 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-30T21:54:46.605 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:54:46.927 INFO:teuthology.orchestra.run.smithi077.stderr:mgr is available 2023-11-30T21:54:46.927 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling cephadm module... 2023-11-30T21:54:46.927 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-11-30T21:54:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:46.366397+0000 mon.smithi077 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi077.rirpmu(active, since 1.00542s) 2023-11-30T21:54:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:46.594357+0000 mon.smithi077 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.77:0/2658906128' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-30T21:54:48.662 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:47.466929+0000 mon.smithi077 (mon.0) 24 : audit [INF] from='client.? 172.21.15.77:0/1851517948' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-30T21:54:48.735 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-30T21:54:49.262 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:54:49.262 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 4, 2023-11-30T21:54:49.262 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-30T21:54:49.262 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "active_name": "smithi077.rirpmu", 2023-11-30T21:54:49.262 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T21:54:49.263 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:54:49.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:49 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:48.369439+0000 mon.smithi077 (mon.0) 25 : audit [INF] from='client.? 172.21.15.77:0/1851517948' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-30T21:54:49.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:49 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:48.369492+0000 mon.smithi077 (mon.0) 26 : cluster [DBG] mgrmap e4: smithi077.rirpmu(active, since 3s) 2023-11-30T21:54:49.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:49 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:49.261107+0000 mon.smithi077 (mon.0) 27 : audit [DBG] from='client.? 172.21.15.77:0/2856491498' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T21:54:50.840 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for the mgr to restart... 2023-11-30T21:54:50.840 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr epoch 4... 2023-11-30T21:54:50.840 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-30T21:54:53.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:53.295128+0000 mon.smithi077 (mon.0) 28 : cluster [INF] Active manager daemon smithi077.rirpmu restarted 2023-11-30T21:54:53.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:53.295514+0000 mon.smithi077 (mon.0) 29 : cluster [INF] Activating manager daemon smithi077.rirpmu 2023-11-30T21:54:53.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:53.297300+0000 mon.smithi077 (mon.0) 30 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-30T21:54:54.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:54:54.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2023-11-30T21:54:54.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T21:54:54.364 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:54:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:53.347870+0000 mon.smithi077 (mon.0) 31 : cluster [DBG] mgrmap e5: smithi077.rirpmu(active, starting, since 0.0524246s) 2023-11-30T21:54:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.348923+0000 mon.smithi077 (mon.0) 32 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-30T21:54:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.350708+0000 mon.smithi077 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mgr metadata", "who": "smithi077.rirpmu", "id": "smithi077.rirpmu"}]: dispatch 2023-11-30T21:54:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.350882+0000 mon.smithi077 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.350990+0000 mon.smithi077 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.351102+0000 mon.smithi077 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:53.364853+0000 mon.smithi077 (mon.0) 37 : cluster [INF] Manager daemon smithi077.rirpmu is now available 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.378272+0000 mon.smithi077 (mon.0) 38 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.381573+0000 mon.smithi077 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.384909+0000 mon.smithi077 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.472075+0000 mon.smithi077 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.472801+0000 mon.smithi077 (mon.0) 42 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.474325+0000 mon.smithi077 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.475803+0000 mon.smithi077 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:54:54.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.485220+0000 mon.smithi077 (mon.0) 45 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:54:54.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:53.486317+0000 mon.smithi077 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:54:54.726 INFO:teuthology.orchestra.run.smithi077.stderr:mgr epoch 4 is available 2023-11-30T21:54:54.726 INFO:teuthology.orchestra.run.smithi077.stderr:Setting orchestrator backend to cephadm... 2023-11-30T21:54:54.726 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-11-30T21:54:55.592 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-11-30T21:54:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:54.355962+0000 mgr.smithi077.rirpmu (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T21:54:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:54.356803+0000 mon.smithi077 (mon.0) 47 : cluster [DBG] mgrmap e6: smithi077.rirpmu(active, since 1.06136s) 2023-11-30T21:54:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:54.363036+0000 mgr.smithi077.rirpmu (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T21:54:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:55.255839+0000 mon.smithi077 (mon.0) 48 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:55.259448+0000 mon.smithi077 (mon.0) 49 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:54:56.102 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: value unchanged 2023-11-30T21:54:56.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:55.252217+0000 mgr.smithi077.rirpmu (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:54:56.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:54:56.256788+0000 mon.smithi077 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi077.rirpmu(active, since 2s) 2023-11-30T21:54:56.459 INFO:teuthology.orchestra.run.smithi077.stderr:Generating ssh key... 2023-11-30T21:54:56.459 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-11-30T21:54:57.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:56.101145+0000 mgr.smithi077.rirpmu (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:54:57.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:57.098949+0000 mon.smithi077 (mon.0) 51 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:57.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:54:57.100665+0000 mon.smithi077 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:54:58.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:54:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:54:56.926736+0000 mgr.smithi077.rirpmu (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2023-11-30T21:54:58.934 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-11-30T21:55:00.496 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDy0yUI8QORsONc4ASzHLaOXO4ZEBrNRbWxbdw3KjGZc2oEMRkdMPqcP2zDfduNu1AC1baoDCoYxdJgppPjuw5xE+Pr8xjEy6v8R+mbRUapzo0f22ZIIKVmsX6ociY3fudQUzf0rISp/+LuUGpy4uF5RXDyzGiEmIbs3asdLS6b/eMMB6WGCbwR7jdCG97PscjBm4+j/C/G+Bsg8W4wjZe8vDFJNbfGoZ+7M1xMjrfTbDv16oTbME11EnsCd0RKrvEz8JDPCxjufvOYT9ZKb3/j7NKbo6pHO1gceraDeLbLB5ITvPQ4a8ETYrEigCwLmgh7lYjmupCm+fAM6gspwEZFI3Q0XUrKqcSPjg3i2RgbS+Rk+TlCNsC32bLeItOFX+Zw2EAwqF9aEFMRx4FQTwChf5jD1LLxB0xLnNmASqkiVCwSW3SR4pehycsFCMoRU8FmCpChrpUvOMblqu1f2zOYzqIG1A6jnfMjVL6ch0nEYhl2YyQvIlH6mL+KN6j0zvE= ceph-fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:55:01.832 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:00.495793+0000 mgr.smithi077.rirpmu (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:02.726 INFO:teuthology.orchestra.run.smithi077.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-30T21:55:02.726 INFO:teuthology.orchestra.run.smithi077.stderr:Adding key to root@localhost authorized_keys... 2023-11-30T21:55:02.728 INFO:teuthology.orchestra.run.smithi077.stderr:Adding host smithi077... 2023-11-30T21:55:02.728 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi077 172.21.15.77 2023-11-30T21:55:04.857 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Added host 'smithi077' 2023-11-30T21:55:05.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:04.199295+0000 mgr.smithi077.rirpmu (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "addr": "172.21.15.77", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:05.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:04.854744+0000 mon.smithi077 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:05.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:04.855272+0000 mon.smithi077 (mon.0) 54 : audit [DBG] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:55:05.447 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying mon service with default placement... 2023-11-30T21:55:05.447 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2023-11-30T21:55:05.957 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-30T21:55:06.299 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying mgr service with default placement... 2023-11-30T21:55:06.300 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2023-11-30T21:55:06.388 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:04.855033+0000 mgr.smithi077.rirpmu (mgr.14114) 9 : cephadm [INF] Added host smithi077 2023-11-30T21:55:06.388 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:05.953459+0000 mon.smithi077 (mon.0) 55 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:06.806 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-30T21:55:07.140 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying crash service with default placement... 2023-11-30T21:55:07.140 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2023-11-30T21:55:07.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:05.950489+0000 mgr.smithi077.rirpmu (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:07.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:05.951205+0000 mgr.smithi077.rirpmu (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-30T21:55:07.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:06.805124+0000 mon.smithi077 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:07.640 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-30T21:55:07.991 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling mgr prometheus module... 2023-11-30T21:55:07.991 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-11-30T21:55:08.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:06.802428+0000 mgr.smithi077.rirpmu (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:08.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:06.802957+0000 mgr.smithi077.rirpmu (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-30T21:55:08.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:07.639348+0000 mon.smithi077 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.77:0/1180019940' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:09.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:09 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:07.636537+0000 mgr.smithi077.rirpmu (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:09.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:09 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:07.637193+0000 mgr.smithi077.rirpmu (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-30T21:55:09.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:09 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:08.497488+0000 mon.smithi077 (mon.0) 58 : audit [INF] from='client.? 172.21.15.77:0/2324359639' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-30T21:55:09.483 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying prometheus service with default placement... 2023-11-30T21:55:09.483 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-11-30T21:55:10.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:09.154952+0000 mon.smithi077 (mon.0) 59 : audit [INF] from='client.? 172.21.15.77:0/2324359639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-30T21:55:10.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:09.155001+0000 mon.smithi077 (mon.0) 60 : cluster [DBG] mgrmap e8: smithi077.rirpmu(active, since 15s) 2023-11-30T21:55:14.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:14 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:14.130298+0000 mon.smithi077 (mon.0) 61 : cluster [INF] Active manager daemon smithi077.rirpmu restarted 2023-11-30T21:55:14.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:14 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:14.130688+0000 mon.smithi077 (mon.0) 62 : cluster [INF] Activating manager daemon smithi077.rirpmu 2023-11-30T21:55:14.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:14 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:14.132257+0000 mon.smithi077 (mon.0) 63 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-30T21:55:15.195 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-30T21:55:15.500 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:14.183004+0000 mon.smithi077 (mon.0) 64 : cluster [DBG] mgrmap e9: smithi077.rirpmu(active, starting, since 0.0524186s) 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.185447+0000 mon.smithi077 (mon.0) 65 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.186011+0000 mon.smithi077 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mgr metadata", "who": "smithi077.rirpmu", "id": "smithi077.rirpmu"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.186824+0000 mon.smithi077 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.186977+0000 mon.smithi077 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.187089+0000 mon.smithi077 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:14.200808+0000 mon.smithi077 (mon.0) 70 : cluster [INF] Manager daemon smithi077.rirpmu is now available 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.296318+0000 mon.smithi077 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.297318+0000 mon.smithi077 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.311709+0000 mon.smithi077 (mon.0) 73 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:55:15.501 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:14.314081+0000 mon.smithi077 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:55:15.506 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying grafana service with default placement... 2023-11-30T21:55:15.506 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2023-11-30T21:55:16.041 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-30T21:55:16.389 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying node-exporter service with default placement... 2023-11-30T21:55:16.389 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-11-30T21:55:16.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:15.187529+0000 mon.smithi077 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi077.rirpmu(active, since 1.05694s) 2023-11-30T21:55:16.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:15.188747+0000 mgr.smithi077.rirpmu (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-30T21:55:16.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:15.192663+0000 mon.smithi077 (mon.0) 76 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:16.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:16.039861+0000 mon.smithi077 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:16.913 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-30T21:55:17.248 INFO:teuthology.orchestra.run.smithi077.stderr:Deploying alertmanager service with default placement... 2023-11-30T21:55:17.248 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-11-30T21:55:17.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:16.037258+0000 mgr.smithi077.rirpmu (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:17.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:16.037777+0000 mgr.smithi077.rirpmu (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-30T21:55:17.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:16.911750+0000 mon.smithi077 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:17.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:17.042149+0000 mon.smithi077 (mon.0) 79 : cluster [DBG] mgrmap e11: smithi077.rirpmu(active, since 2s) 2023-11-30T21:55:17.789 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-30T21:55:18.157 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-11-30T21:55:18.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:16.908961+0000 mgr.smithi077.rirpmu (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:18.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:16.909633+0000 mgr.smithi077.rirpmu (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-30T21:55:18.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:17.788085+0000 mon.smithi077 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.77:0/1086662744' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:18.956 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-30T21:55:19.474 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:19 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:17.785353+0000 mgr.smithi077.rirpmu (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:19.474 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:19 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:17.785883+0000 mgr.smithi077.rirpmu (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-30T21:55:19.477 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:19 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:18.634852+0000 mon.smithi077 (mon.0) 81 : audit [INF] from='client.? 172.21.15.77:0/587157904' entity='client.admin' 2023-11-30T21:55:19.798 INFO:teuthology.orchestra.run.smithi077.stderr:Enabling the dashboard module... 2023-11-30T21:55:19.798 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-11-30T21:55:20.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:19.452819+0000 mon.smithi077 (mon.0) 82 : audit [INF] from='client.? 172.21.15.77:0/1523697531' entity='client.admin' 2023-11-30T21:55:20.741 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:20.309964+0000 mon.smithi077 (mon.0) 83 : audit [INF] from='client.? 172.21.15.77:0/1209212373' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-30T21:55:20.806 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "epoch": 12, 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "available": true, 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "active_name": "smithi077.rirpmu", 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-30T21:55:21.356 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:55:21.652 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:20.454057+0000 mon.smithi077 (mon.0) 84 : audit [INF] from='client.? 172.21.15.77:0/1209212373' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-30T21:55:21.652 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:20.454119+0000 mon.smithi077 (mon.0) 85 : cluster [DBG] mgrmap e12: smithi077.rirpmu(active, since 6s) 2023-11-30T21:55:21.652 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:21.354568+0000 mon.smithi077 (mon.0) 86 : audit [DBG] from='client.? 172.21.15.77:0/2117329725' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-30T21:55:21.788 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for the mgr to restart... 2023-11-30T21:55:21.789 INFO:teuthology.orchestra.run.smithi077.stderr:Waiting for mgr epoch 12... 2023-11-30T21:55:21.789 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-30T21:55:25.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:25.431194+0000 mon.smithi077 (mon.0) 87 : cluster [INF] Active manager daemon smithi077.rirpmu restarted 2023-11-30T21:55:25.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:25.431582+0000 mon.smithi077 (mon.0) 88 : cluster [INF] Activating manager daemon smithi077.rirpmu 2023-11-30T21:55:25.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:25.433137+0000 mon.smithi077 (mon.0) 89 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-30T21:55:26.499 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: { 2023-11-30T21:55:26.499 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2023-11-30T21:55:26.499 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: "initialized": true 2023-11-30T21:55:26.500 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: } 2023-11-30T21:55:26.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:25.484029+0000 mon.smithi077 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi077.rirpmu(active, starting, since 0.0525367s) 2023-11-30T21:55:26.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.486346+0000 mon.smithi077 (mon.0) 91 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2023-11-30T21:55:26.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.486911+0000 mon.smithi077 (mon.0) 92 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mgr metadata", "who": "smithi077.rirpmu", "id": "smithi077.rirpmu"}]: dispatch 2023-11-30T21:55:26.774 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.487535+0000 mon.smithi077 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.487678+0000 mon.smithi077 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.487818+0000 mon.smithi077 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:25.489534+0000 mon.smithi077 (mon.0) 96 : cluster [INF] Manager daemon smithi077.rirpmu is now available 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.586551+0000 mon.smithi077 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.588620+0000 mon.smithi077 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.609871+0000 mon.smithi077 (mon.0) 99 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:55:26.775 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:25.614226+0000 mon.smithi077 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:55:26.801 INFO:teuthology.orchestra.run.smithi077.stderr:mgr epoch 12 is available 2023-11-30T21:55:26.801 INFO:teuthology.orchestra.run.smithi077.stderr:Generating a dashboard self-signed certificate... 2023-11-30T21:55:26.801 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-11-30T21:55:27.428 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-30T21:55:27.788 INFO:teuthology.orchestra.run.smithi077.stderr:Creating initial admin user... 2023-11-30T21:55:27.789 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmppp0zy322:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-30T21:55:27.893 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:26.491419+0000 mon.smithi077 (mon.0) 101 : cluster [DBG] mgrmap e14: smithi077.rirpmu(active, since 1.05993s) 2023-11-30T21:55:27.893 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:27.424277+0000 mon.smithi077 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:27.894 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:27.426809+0000 mon.smithi077 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:28.550 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$nrUvxjrPx8apUO94Cfy8HOv6MtS4JBP2LeCjgAwWQQsDz4FEx2aty", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701381328, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-30T21:55:28.823 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:26.490945+0000 mgr.smithi077.rirpmu (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-30T21:55:28.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:26.497670+0000 mgr.smithi077.rirpmu (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-30T21:55:28.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:27.295078+0000 mgr.smithi077.rirpmu (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:28.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:28.334148+0000 mgr.smithi077.rirpmu (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:28.824 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:28.428546+0000 mon.smithi077 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi077.rirpmu(active, since 2s) 2023-11-30T21:55:28.905 INFO:teuthology.orchestra.run.smithi077.stderr:Fetching dashboard port number... 2023-11-30T21:55:28.905 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5ntsap10:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpa793qi89:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-11-30T21:55:29.404 INFO:teuthology.orchestra.run.smithi077.stderr:/usr/bin/ceph: 8443 2023-11-30T21:55:29.747 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-30T21:55:29.756 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: disabled 2023-11-30T21:55:29.756 INFO:teuthology.orchestra.run.smithi077.stderr:Running command: systemctl is-active firewalld.service 2023-11-30T21:55:29.763 INFO:teuthology.orchestra.run.smithi077.stderr:systemctl: inactive 2023-11-30T21:55:29.764 INFO:teuthology.orchestra.run.smithi077.stderr:firewalld.service is not enabled 2023-11-30T21:55:29.764 INFO:teuthology.orchestra.run.smithi077.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-30T21:55:29.766 INFO:teuthology.orchestra.run.smithi077.stderr:Ceph Dashboard is now available at: 2023-11-30T21:55:29.766 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.766 INFO:teuthology.orchestra.run.smithi077.stderr: URL: https://smithi077.front.sepia.ceph.com:8443/ 2023-11-30T21:55:29.767 INFO:teuthology.orchestra.run.smithi077.stderr: User: admin 2023-11-30T21:55:29.767 INFO:teuthology.orchestra.run.smithi077.stderr: Password: bi0hdp10jd 2023-11-30T21:55:29.767 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.767 INFO:teuthology.orchestra.run.smithi077.stderr:You can access the Ceph CLI with: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: ceph telemetry on 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr:For more information see: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T21:55:29.768 INFO:teuthology.orchestra.run.smithi077.stderr:Bootstrap complete. 2023-11-30T21:55:29.769 INFO:teuthology.orchestra.run.smithi077.stderr:Releasing lock 140524046041216 on /run/cephadm/fb406db6-8fca-11ee-95a2-87774f69a715.lock 2023-11-30T21:55:29.769 INFO:teuthology.orchestra.run.smithi077.stderr:Lock 140524046041216 released on /run/cephadm/fb406db6-8fca-11ee-95a2-87774f69a715.lock 2023-11-30T21:55:29.785 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:29 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:28.549086+0000 mon.smithi077 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:29.786 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:29 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:29.403430+0000 mon.smithi077 (mon.0) 106 : audit [DBG] from='client.? 172.21.15.77:0/4128988512' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-30T21:55:29.799 INFO:tasks.cephadm:Fetching config... 2023-11-30T21:55:29.800 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:55:29.800 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-30T21:55:29.818 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-30T21:55:29.818 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:55:29.818 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-30T21:55:29.876 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-30T21:55:29.876 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:55:29.876 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/mon.smithi077/keyring of=/dev/stdout 2023-11-30T21:55:29.943 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-30T21:55:29.943 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2023-11-30T21:55:29.943 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-30T21:55:30.001 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-30T21:55:30.001 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDy0yUI8QORsONc4ASzHLaOXO4ZEBrNRbWxbdw3KjGZc2oEMRkdMPqcP2zDfduNu1AC1baoDCoYxdJgppPjuw5xE+Pr8xjEy6v8R+mbRUapzo0f22ZIIKVmsX6ociY3fudQUzf0rISp/+LuUGpy4uF5RXDyzGiEmIbs3asdLS6b/eMMB6WGCbwR7jdCG97PscjBm4+j/C/G+Bsg8W4wjZe8vDFJNbfGoZ+7M1xMjrfTbDv16oTbME11EnsCd0RKrvEz8JDPCxjufvOYT9ZKb3/j7NKbo6pHO1gceraDeLbLB5ITvPQ4a8ETYrEigCwLmgh7lYjmupCm+fAM6gspwEZFI3Q0XUrKqcSPjg3i2RgbS+Rk+TlCNsC32bLeItOFX+Zw2EAwqF9aEFMRx4FQTwChf5jD1LLxB0xLnNmASqkiVCwSW3SR4pehycsFCMoRU8FmCpChrpUvOMblqu1f2zOYzqIG1A6jnfMjVL6ch0nEYhl2YyQvIlH6mL+KN6j0zvE= ceph-fb406db6-8fca-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T21:55:30.077 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDy0yUI8QORsONc4ASzHLaOXO4ZEBrNRbWxbdw3KjGZc2oEMRkdMPqcP2zDfduNu1AC1baoDCoYxdJgppPjuw5xE+Pr8xjEy6v8R+mbRUapzo0f22ZIIKVmsX6ociY3fudQUzf0rISp/+LuUGpy4uF5RXDyzGiEmIbs3asdLS6b/eMMB6WGCbwR7jdCG97PscjBm4+j/C/G+Bsg8W4wjZe8vDFJNbfGoZ+7M1xMjrfTbDv16oTbME11EnsCd0RKrvEz8JDPCxjufvOYT9ZKb3/j7NKbo6pHO1gceraDeLbLB5ITvPQ4a8ETYrEigCwLmgh7lYjmupCm+fAM6gspwEZFI3Q0XUrKqcSPjg3i2RgbS+Rk+TlCNsC32bLeItOFX+Zw2EAwqF9aEFMRx4FQTwChf5jD1LLxB0xLnNmASqkiVCwSW3SR4pehycsFCMoRU8FmCpChrpUvOMblqu1f2zOYzqIG1A6jnfMjVL6ch0nEYhl2YyQvIlH6mL+KN6j0zvE= ceph-fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:55:30.087 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDy0yUI8QORsONc4ASzHLaOXO4ZEBrNRbWxbdw3KjGZc2oEMRkdMPqcP2zDfduNu1AC1baoDCoYxdJgppPjuw5xE+Pr8xjEy6v8R+mbRUapzo0f22ZIIKVmsX6ociY3fudQUzf0rISp/+LuUGpy4uF5RXDyzGiEmIbs3asdLS6b/eMMB6WGCbwR7jdCG97PscjBm4+j/C/G+Bsg8W4wjZe8vDFJNbfGoZ+7M1xMjrfTbDv16oTbME11EnsCd0RKrvEz8JDPCxjufvOYT9ZKb3/j7NKbo6pHO1gceraDeLbLB5ITvPQ4a8ETYrEigCwLmgh7lYjmupCm+fAM6gspwEZFI3Q0XUrKqcSPjg3i2RgbS+Rk+TlCNsC32bLeItOFX+Zw2EAwqF9aEFMRx4FQTwChf5jD1LLxB0xLnNmASqkiVCwSW3SR4pehycsFCMoRU8FmCpChrpUvOMblqu1f2zOYzqIG1A6jnfMjVL6ch0nEYhl2YyQvIlH6mL+KN6j0zvE= ceph-fb406db6-8fca-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-30T21:55:30.131 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDy0yUI8QORsONc4ASzHLaOXO4ZEBrNRbWxbdw3KjGZc2oEMRkdMPqcP2zDfduNu1AC1baoDCoYxdJgppPjuw5xE+Pr8xjEy6v8R+mbRUapzo0f22ZIIKVmsX6ociY3fudQUzf0rISp/+LuUGpy4uF5RXDyzGiEmIbs3asdLS6b/eMMB6WGCbwR7jdCG97PscjBm4+j/C/G+Bsg8W4wjZe8vDFJNbfGoZ+7M1xMjrfTbDv16oTbME11EnsCd0RKrvEz8JDPCxjufvOYT9ZKb3/j7NKbo6pHO1gceraDeLbLB5ITvPQ4a8ETYrEigCwLmgh7lYjmupCm+fAM6gspwEZFI3Q0XUrKqcSPjg3i2RgbS+Rk+TlCNsC32bLeItOFX+Zw2EAwqF9aEFMRx4FQTwChf5jD1LLxB0xLnNmASqkiVCwSW3SR4pehycsFCMoRU8FmCpChrpUvOMblqu1f2zOYzqIG1A6jnfMjVL6ch0nEYhl2YyQvIlH6mL+KN6j0zvE= ceph-fb406db6-8fca-11ee-95a2-87774f69a715 2023-11-30T21:55:30.143 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-30T21:55:31.742 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-30T21:55:31.742 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-30T21:55:31.742 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-30T21:55:31.765 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-30T21:55:31.765 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-30T21:55:31.825 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-30T21:55:31.826 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph orch host add smithi143 2023-11-30T21:55:32.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:31.381586+0000 mon.smithi077 (mon.0) 107 : audit [INF] from='client.? 172.21.15.77:0/2291563991' entity='client.admin' 2023-11-30T21:55:33.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:32.382659+0000 mon.smithi077 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi077.rirpmu(active, since 6s) 2023-11-30T21:55:34.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:33.474335+0000 mon.smithi077 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:34.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:33.686497+0000 mon.smithi077 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:34.780 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:34.298085+0000 mon.smithi077 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:38.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:36.756419+0000 mon.smithi077 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:38.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:37.021736+0000 mon.smithi077 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:38.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:37.023818+0000 mon.smithi077 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:38.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:37.029939+0000 mgr.smithi077.rirpmu (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi077 on smithi077 2023-11-30T21:55:46.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:45.488879+0000 mgr.smithi077.rirpmu (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:48.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:47.489154+0000 mgr.smithi077.rirpmu (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:50.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:49.489436+0000 mgr.smithi077.rirpmu (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:51.489747+0000 mgr.smithi077.rirpmu (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:53.368 INFO:teuthology.orchestra.run.smithi143.stdout:Added host 'smithi143' 2023-11-30T21:55:53.696 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-30T21:55:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:52.779003+0000 mgr.smithi077.rirpmu (mgr.14162) 10 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:53.365384+0000 mon.smithi077 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:53.365784+0000 mgr.smithi077.rirpmu (mgr.14162) 11 : cephadm [INF] Added host smithi143 2023-11-30T21:55:54.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:53.490021+0000 mgr.smithi077.rirpmu (mgr.14162) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:54.949 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:55:54.949 INFO:teuthology.orchestra.run.smithi143.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "smithi143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-30T21:55:55.310 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-30T21:55:55.310 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-30T21:55:55.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:54.947546+0000 mgr.smithi077.rirpmu (mgr.14162) 13 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-30T21:55:55.599 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:55.490254+0000 mgr.smithi077.rirpmu (mgr.14162) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:56.630 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2023-11-30T21:55:56.895 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:56.574468+0000 mon.smithi077 (mon.0) 116 : audit [INF] from='client.? 172.21.15.77:0/2855120790' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-30T21:55:57.003 INFO:tasks.cephadm:Adding mon.smithi077 on smithi077 2023-11-30T21:55:57.004 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-30T21:55:57.004 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi077:172.21.15.77=smithi077;smithi143:172.21.15.143=smithi143' 2023-11-30T21:55:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:56.626882+0000 mon.smithi077 (mon.0) 117 : audit [INF] from='client.? 172.21.15.77:0/2855120790' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-30T21:55:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:56.626928+0000 mon.smithi077 (mon.0) 118 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-30T21:55:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:57.490495+0000 mgr.smithi077.rirpmu (mgr.14162) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:55:58.256 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-30T21:55:58.633 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143.service 2023-11-30T21:55:58.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:55:58.636 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:55:58.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Thu 2023-11-30 21:45:29 UTC. -- 2023-11-30T21:55:59.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:59 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:58.251507+0000 mgr.smithi077.rirpmu (mgr.14162) 16 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi077:172.21.15.77=smithi077;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-30T21:55:59.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:59 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T21:55:58.252934+0000 mgr.smithi077.rirpmu (mgr.14162) 17 : cephadm [INF] Saving service mon spec with placement smithi077:172.21.15.77=smithi077;smithi143:172.21.15.143=smithi143;count:2 2023-11-30T21:55:59.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:55:59 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:58.255568+0000 mon.smithi077 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T21:55:59.913 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:55:59.914 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:55:59.915 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:55:59.490837+0000 mgr.smithi077.rirpmu (mgr.14162) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:55:59.912600+0000 mon.smithi077 (mon.0) 120 : audit [DBG] from='client.? 172.21.15.143:0/1686878542' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:01.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:01.274 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:01.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:01.491197+0000 mgr.smithi077.rirpmu (mgr.14162) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:02.546 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:02.547 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:02.548 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:02.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:02.545618+0000 mon.smithi077 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.143:0/455219998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:03.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:03.911 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:03.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:03.491505+0000 mgr.smithi077.rirpmu (mgr.14162) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:05.322 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:05.323 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:05.324 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:05.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:05.321397+0000 mon.smithi077 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.143:0/329611894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:05.491869+0000 mgr.smithi077.rirpmu (mgr.14162) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:06.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:06.731 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:07.492155+0000 mgr.smithi077.rirpmu (mgr.14162) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:08.054 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:08.054 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:08.056 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:08.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:08.053841+0000 mon.smithi077 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.143:0/2289180006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:09.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:09.406 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:10.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:09.492436+0000 mgr.smithi077.rirpmu (mgr.14162) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:10.779 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:10.779 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:10.781 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:11.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:10.778212+0000 mon.smithi077 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.143:0/3682054270' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:12.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:12.164 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:12.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:11.492701+0000 mgr.smithi077.rirpmu (mgr.14162) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:13.478 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:13.478 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:13.480 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:13.477402+0000 mon.smithi077 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.143:0/599363765' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:13.493016+0000 mgr.smithi077.rirpmu (mgr.14162) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:14.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:14.852 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:15.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:15.493409+0000 mgr.smithi077.rirpmu (mgr.14162) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:17.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:17.493745+0000 mgr.smithi077.rirpmu (mgr.14162) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:20.164 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:20.164 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:20.166 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:20.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:19.494060+0000 mgr.smithi077.rirpmu (mgr.14162) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:21.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:20.163151+0000 mon.smithi077 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.143:0/965543160' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:22.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:21.494496+0000 mgr.smithi077.rirpmu (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:23.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:23.510 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:23.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:23.494891+0000 mgr.smithi077.rirpmu (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:25.666 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:25.666 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:25.667 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:25.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:25.495265+0000 mgr.smithi077.rirpmu (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:25.612860+0000 mon.smithi077 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:56:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:25.615945+0000 mon.smithi077 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:56:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:25.665130+0000 mon.smithi077 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.143:0/180632648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:27.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:27.052 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:27.495555+0000 mgr.smithi077.rirpmu (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:28.369 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:28.369 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:28.370 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:28.367580+0000 mon.smithi077 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.143:0/3144178353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:29.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:29.706 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:30.414 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:29.495874+0000 mgr.smithi077.rirpmu (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:31.036 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:31.036 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:31.038 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:31.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:31.035572+0000 mon.smithi077 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.143:0/3746429151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:32.389 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:32.390 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:32.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:31.496225+0000 mgr.smithi077.rirpmu (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:33.714 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:33.714 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:33.716 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:33.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:33.496498+0000 mgr.smithi077.rirpmu (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:34.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:33.713291+0000 mon.smithi077 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.143:0/3462221386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:35.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:35.088 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:35.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:35.496815+0000 mgr.smithi077.rirpmu (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:36.421 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:36.421 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:36.423 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:36.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:36.420227+0000 mon.smithi077 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.143:0/3030786776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:37.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:37.826 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:37.497126+0000 mgr.smithi077.rirpmu (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:39.113 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:39.113 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:39.115 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:39.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:39.111573+0000 mon.smithi077 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.143:0/3525714198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:40.480 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:40.480 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:40.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:39.497446+0000 mgr.smithi077.rirpmu (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:41.826 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:41.827 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:41.828 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:41.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:41.497760+0000 mgr.smithi077.rirpmu (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:42.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:41.825965+0000 mon.smithi077 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.143:0/3605558332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:43.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:43.202 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:43.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:43.498024+0000 mgr.smithi077.rirpmu (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:44.528 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:44.528 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:44.529 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:45.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:44.526477+0000 mon.smithi077 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.143:0/75567744' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:45.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:45.868 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:46.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:45.498424+0000 mgr.smithi077.rirpmu (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:47.143 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:47.143 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:47.143 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:47.138382+0000 mon.smithi077 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.143:0/3521713467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:48.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:48.507 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:48.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:47.498702+0000 mgr.smithi077.rirpmu (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:49.869 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:49.869 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:49.870 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:50.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:49.499023+0000 mgr.smithi077.rirpmu (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:50.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:49.868198+0000 mon.smithi077 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.143:0/1446454816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:51.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:51.266 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:51.499399+0000 mgr.smithi077.rirpmu (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:52.612 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:52.612 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:52.614 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:52.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:52.611186+0000 mon.smithi077 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.143:0/183482866' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:53.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:53.975 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:54.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:53.499788+0000 mgr.smithi077.rirpmu (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:55.280 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:55.280 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:55.282 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:55.279763+0000 mon.smithi077 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.143:0/2105327569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:56.659 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:56.659 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:56:56.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:55.500113+0000 mgr.smithi077.rirpmu (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:57.500378+0000 mgr.smithi077.rirpmu (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:56:58.004 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:56:58.004 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:56:58.006 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:56:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:56:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:56:58.003001+0000 mon.smithi077 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.143:0/3475358721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:56:59.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:56:59.378 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:00.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:56:59.500712+0000 mgr.smithi077.rirpmu (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:00.680 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:00.680 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:00.682 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:01.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:00.679195+0000 mon.smithi077 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.143:0/155798904' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:02.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:02.061 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:02.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:01.500982+0000 mgr.smithi077.rirpmu (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:03.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:03.337 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:03.338 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:03.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:03.335160+0000 mon.smithi077 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.143:0/3096009857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:04.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:04 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:03.501321+0000 mgr.smithi077.rirpmu (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:04.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:04.731 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:05.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:05.501613+0000 mgr.smithi077.rirpmu (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:05.997 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:05.998 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:05.999 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:06.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:05.996657+0000 mon.smithi077 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.143:0/3420226535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:07.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:07.362 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:07.501884+0000 mgr.smithi077.rirpmu (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:08.631 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:08.632 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:08.633 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:09.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:08.630171+0000 mon.smithi077 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.143:0/3624744009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:10.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:10.002 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:09.502158+0000 mgr.smithi077.rirpmu (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:11.306 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:11.306 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:11.308 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:11.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:11.305514+0000 mon.smithi077 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.143:0/3690706381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:12.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:11.502504+0000 mgr.smithi077.rirpmu (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:12.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:12.705 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:13.502754+0000 mgr.smithi077.rirpmu (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:13.932 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:13.932 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:13.933 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:14.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:14 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:13.931000+0000 mon.smithi077 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.143:0/303641172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:15.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:15.301 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:15.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:15.503145+0000 mgr.smithi077.rirpmu (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:16.766 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:16.766 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:16.767 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:17.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:16.765146+0000 mon.smithi077 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.143:0/4113229994' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:18.138 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:18.139 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:18.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:17.503544+0000 mgr.smithi077.rirpmu (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:19.382 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:19.382 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:19.383 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:19.380808+0000 mon.smithi077 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.143:0/2605846979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:19.503814+0000 mgr.smithi077.rirpmu (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:20.761 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:20.762 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:21.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:21.504124+0000 mgr.smithi077.rirpmu (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:22.014 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:22.014 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:22.016 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:22.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:22.012849+0000 mon.smithi077 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.143:0/2183016479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:23.381 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:23.381 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:23.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:23.504387+0000 mgr.smithi077.rirpmu (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:24.655 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:24.656 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:24.657 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:25.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:24.654624+0000 mon.smithi077 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.143:0/1131041937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:26.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:26.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:25.504631+0000 mgr.smithi077.rirpmu (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:25.613991+0000 mon.smithi077 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:57:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:25.616790+0000 mon.smithi077 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:57:27.312 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:27.312 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:27.313 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:27.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:27.310767+0000 mon.smithi077 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.143:0/2930422543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:28.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:27.504973+0000 mgr.smithi077.rirpmu (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:28.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:28.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:29.959 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:29.960 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:29.961 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:29.505376+0000 mgr.smithi077.rirpmu (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:29.958423+0000 mon.smithi077 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.143:0/590828268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:31.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:31.339 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:31.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:31.505756+0000 mgr.smithi077.rirpmu (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:32.617 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:32.617 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:32.618 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:33.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:32.616131+0000 mon.smithi077 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.143:0/1943908665' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:33.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:33.977 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:34.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:33.506037+0000 mgr.smithi077.rirpmu (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:35.264 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:35.265 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:35.266 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:35.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:35.263136+0000 mon.smithi077 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.143:0/1737012646' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:36.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:36.596 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:36.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:35.506380+0000 mgr.smithi077.rirpmu (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:37.887 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:37.887 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:37.889 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:37.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:37.506666+0000 mgr.smithi077.rirpmu (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:38.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:38 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:37.886537+0000 mon.smithi077 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.143:0/3734006438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:39.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:39.265 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:40.521 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:40.522 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:40.523 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:40.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:39.506965+0000 mgr.smithi077.rirpmu (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:41.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:40.520273+0000 mon.smithi077 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.143:0/3896477229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:41.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:41.896 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:42.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:41.507288+0000 mgr.smithi077.rirpmu (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:43.228 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:43.228 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:43.229 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:43.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:43.226791+0000 mon.smithi077 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.143:0/414640555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:44.596 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:44.598 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:44.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:44 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:43.507634+0000 mgr.smithi077.rirpmu (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:45.893 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:45.894 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:45.895 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:45.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:45.507959+0000 mgr.smithi077.rirpmu (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:46.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:45.892133+0000 mon.smithi077 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.143:0/3180994858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:47.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:47.269 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:47.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:47.508287+0000 mgr.smithi077.rirpmu (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:48.521 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:48.522 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:48.523 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:48.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:48.520092+0000 mon.smithi077 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.143:0/4239041558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:49.887 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:49.887 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:49.508653+0000 mgr.smithi077.rirpmu (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:51.176 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:51.176 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:51.177 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:51.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:51.175025+0000 mon.smithi077 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.143:0/1847879023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:52.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:52.534 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:52.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:51.509023+0000 mgr.smithi077.rirpmu (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:53.808 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:53.808 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:53.809 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:53.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:53.509392+0000 mgr.smithi077.rirpmu (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:54.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:53.806116+0000 mon.smithi077 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.143:0/653267923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:55.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:55.185 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:55.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:55.509663+0000 mgr.smithi077.rirpmu (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:56.432 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:56.432 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:56.433 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:56.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:56.430795+0000 mon.smithi077 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.143:0/4264554425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:57:57.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:57:57.791 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:57:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:57.509900+0000 mgr.smithi077.rirpmu (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:57:59.108 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:57:59.108 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:57:59.110 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:57:59.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:57:59 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:57:59.107589+0000 mon.smithi077 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.143:0/2180409509' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:00.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:00.479 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:57:59.510155+0000 mgr.smithi077.rirpmu (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:01.782 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:01.782 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:01.784 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:01.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:01.510462+0000 mgr.smithi077.rirpmu (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:02.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:01.781486+0000 mon.smithi077 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.143:0/2263556257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:03.205 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:03.206 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:03.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:03.510780+0000 mgr.smithi077.rirpmu (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:04.468 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:04.468 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:04.469 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:05.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:04.466693+0000 mon.smithi077 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.143:0/2571237368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:05.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:05.831 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:05.511112+0000 mgr.smithi077.rirpmu (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:07.164 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:07.164 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:07.166 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:07.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:07.163535+0000 mon.smithi077 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/3625287226' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:08.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:08.529 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:08.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:07.511477+0000 mgr.smithi077.rirpmu (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:09.816 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:09.816 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:09.818 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:09.511837+0000 mgr.smithi077.rirpmu (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:09.815090+0000 mon.smithi077 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.143:0/2188015639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:11.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:11.227 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:11.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:11.512222+0000 mgr.smithi077.rirpmu (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:12.503 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:12.503 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:12.505 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:12.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:12.502430+0000 mon.smithi077 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.143:0/1977831559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:13.860 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:13.861 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:13.512578+0000 mgr.smithi077.rirpmu (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:15.150 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:15.150 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:15.151 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:15.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:15.148889+0000 mon.smithi077 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.143:0/739555420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:16.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:16.523 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:16.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:15.512928+0000 mgr.smithi077.rirpmu (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:17.815 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:17.815 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:17.817 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:17.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:17.513204+0000 mgr.smithi077.rirpmu (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:18.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:17.813982+0000 mon.smithi077 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.143:0/1806345053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:19.185 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:19.186 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:20.466 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:20.467 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:20.468 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:19.513574+0000 mgr.smithi077.rirpmu (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:21.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:20.465920+0000 mon.smithi077 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.143:0/2383416734' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:21.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:21.830 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:22.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:21.513897+0000 mgr.smithi077.rirpmu (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:23.127 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:23.128 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:23.129 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:23.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:23.126630+0000 mon.smithi077 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.143:0/4201774286' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:24.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:24.502 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:24.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:24 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:23.514212+0000 mgr.smithi077.rirpmu (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:25.763 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:25.763 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:25.765 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:25.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:25.514433+0000 mgr.smithi077.rirpmu (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:25.615050+0000 mon.smithi077 (mon.0) 176 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:58:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:25.617571+0000 mon.smithi077 (mon.0) 177 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:58:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:25.762340+0000 mon.smithi077 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.143:0/600179364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:27.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:27.162 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:27.514779+0000 mgr.smithi077.rirpmu (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:28.429 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:28.429 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:28.430 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:28.427837+0000 mon.smithi077 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.143:0/1637390855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:29.785 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:29.785 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:29.515198+0000 mgr.smithi077.rirpmu (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:31.148 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:31.148 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:31.149 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:31.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:31.147223+0000 mon.smithi077 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.143:0/174392428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:32.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:32.523 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:32.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:31.515476+0000 mgr.smithi077.rirpmu (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:33.866 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:33.866 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:33.867 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:33.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:33.515727+0000 mgr.smithi077.rirpmu (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:34.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:33.864713+0000 mon.smithi077 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.143:0/1943916747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:35.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:35.227 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:35.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:35.515969+0000 mgr.smithi077.rirpmu (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:36.496 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:36.496 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:36.498 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:36.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:36.495508+0000 mon.smithi077 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.143:0/2443723648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:37.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:37.879 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:37.516330+0000 mgr.smithi077.rirpmu (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:39.243 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:39.243 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:39.244 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:40.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:40.636 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:40.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:39.241651+0000 mon.smithi077 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.143:0/4123413596' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:40.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:39.516673+0000 mgr.smithi077.rirpmu (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:41.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:41.516959+0000 mgr.smithi077.rirpmu (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:41.930 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:41.930 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:41.932 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:42.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:41.929451+0000 mon.smithi077 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.143:0/4074377437' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:43.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:43.285 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:43.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:43.517294+0000 mgr.smithi077.rirpmu (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:44.552 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:44.552 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:44.554 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:45.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:44.551706+0000 mon.smithi077 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.143:0/2853625119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:45.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:45.917 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:46.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:45.517606+0000 mgr.smithi077.rirpmu (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:47.221 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:47.221 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:47.223 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:47.220117+0000 mon.smithi077 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.143:0/3993677017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:48.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:48.611 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:48.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:47.517977+0000 mgr.smithi077.rirpmu (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:49.918 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:49.919 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:49.920 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:49.518287+0000 mgr.smithi077.rirpmu (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:49.917119+0000 mon.smithi077 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.143:0/3084704258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:51.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:51.283 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:51.518542+0000 mgr.smithi077.rirpmu (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:52.580 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:52.580 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:52.582 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:52.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:52.579719+0000 mon.smithi077 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.143:0/2361621577' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:53.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:53.518806+0000 mgr.smithi077.rirpmu (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:53.954 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:53.954 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:55.245 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:55.245 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:55.246 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:55.243740+0000 mon.smithi077 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.143:0/3232625819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:56.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:56.578 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:58:56.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:55.519193+0000 mgr.smithi077.rirpmu (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:57.843 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:58:57.843 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:58:57.845 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:58:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:57.519468+0000 mgr.smithi077.rirpmu (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:58:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:58:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:58:57.842283+0000 mon.smithi077 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.143:0/2552162040' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:58:59.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:58:59.204 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:00.503 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:00.503 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:00.504 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:58:59.519861+0000 mgr.smithi077.rirpmu (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:01.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:00.502042+0000 mon.smithi077 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.143:0/1546985970' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:01.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:01.889 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:02.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:01.520327+0000 mgr.smithi077.rirpmu (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:03.206 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:03.206 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:03.208 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:03.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:03.205621+0000 mon.smithi077 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.143:0/3910675930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:04.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:04.618 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:04.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:04 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:03.520595+0000 mgr.smithi077.rirpmu (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:05.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:05.520866+0000 mgr.smithi077.rirpmu (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:05.924 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:05.924 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:05.926 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:06.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:05.923064+0000 mon.smithi077 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.143:0/731377110' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:07.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:07.312 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:07.521274+0000 mgr.smithi077.rirpmu (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:08.635 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:08.635 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:08.637 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:09.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:08.634426+0000 mon.smithi077 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.143:0/4034399287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:10.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:10.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:09.521592+0000 mgr.smithi077.rirpmu (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:11.299 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:11.300 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:11.301 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:11.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:11.298799+0000 mon.smithi077 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.143:0/1881833800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:12.663 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:12.663 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:12.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:11.521851+0000 mgr.smithi077.rirpmu (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:13.522220+0000 mgr.smithi077.rirpmu (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:13.946 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:13.946 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:13.947 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:14.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:14 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:13.945208+0000 mon.smithi077 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.143:0/1588964107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:15.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:15.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:15.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:15.522549+0000 mgr.smithi077.rirpmu (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:16.607 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:16.607 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:16.609 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:16.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:16.606564+0000 mon.smithi077 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.143:0/2391627728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:17.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:17.522921+0000 mgr.smithi077.rirpmu (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:17.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:17.972 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:19.316 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:19.316 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:19.317 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:19.314411+0000 mon.smithi077 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.143:0/4164704973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:19.523384+0000 mgr.smithi077.rirpmu (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:20.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:20.687 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:21.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:21.523736+0000 mgr.smithi077.rirpmu (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:22.074 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:22.074 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:22.076 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:22.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:22.073626+0000 mon.smithi077 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.143:0/4146529154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:23.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:23.449 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:23.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:23.523988+0000 mgr.smithi077.rirpmu (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:24.792 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:24.792 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:24.793 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:25.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:24.790572+0000 mon.smithi077 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.143:0/2548644064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:26.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:26.115 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:25.524355+0000 mgr.smithi077.rirpmu (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:25.616257+0000 mon.smithi077 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T21:59:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:25.618542+0000 mon.smithi077 (mon.0) 202 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T21:59:27.378 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:27.378 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:27.380 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:27.377476+0000 mon.smithi077 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.143:0/1738694640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:28.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:28.733 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:27.524756+0000 mgr.smithi077.rirpmu (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:30.027 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:30.027 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:30.028 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:29.525151+0000 mgr.smithi077.rirpmu (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:30.025503+0000 mon.smithi077 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.143:0/1286952081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:31.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:31.356 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:31.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:31.525445+0000 mgr.smithi077.rirpmu (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:32.709 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:32.709 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:32.711 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:33.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:32.708190+0000 mon.smithi077 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.143:0/691233204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:34.098 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:34.098 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:34.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:33.525739+0000 mgr.smithi077.rirpmu (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:35.362 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:35.362 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:35.364 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:35.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:35.361363+0000 mon.smithi077 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.143:0/380144808' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:36.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:36.728 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:36.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:35.526123+0000 mgr.smithi077.rirpmu (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:37.526461+0000 mgr.smithi077.rirpmu (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:38.010 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:38.011 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:38.013 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:38.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:38 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:38.010121+0000 mon.smithi077 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.143:0/3354753730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:39.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:39.376 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:40.662 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:40.663 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:40.664 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:40.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:39.526781+0000 mgr.smithi077.rirpmu (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:41.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:40.661480+0000 mon.smithi077 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.143:0/4034316120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:41.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:41.991 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:42.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:41.527194+0000 mgr.smithi077.rirpmu (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:43.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:43.336 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:43.337 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:43.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:43.335016+0000 mon.smithi077 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.143:0/2507064013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:44.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:44 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:43.527658+0000 mgr.smithi077.rirpmu (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:44.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:44.704 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:45.528043+0000 mgr.smithi077.rirpmu (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:46.088 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:46.088 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:46.090 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:46.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:46.087509+0000 mon.smithi077 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.143:0/90459104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:47.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:47.460 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:47.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:47.528468+0000 mgr.smithi077.rirpmu (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:48.734 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:48.734 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:48.735 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:49.166 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:48.732105+0000 mon.smithi077 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.143:0/1524188194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:50.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:50.103 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:49.528929+0000 mgr.smithi077.rirpmu (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:51.393 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:51.393 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:51.395 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:51.392403+0000 mon.smithi077 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.143:0/375189756' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:52.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:52.749 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:52.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:51.529341+0000 mgr.smithi077.rirpmu (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:53.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:53.529719+0000 mgr.smithi077.rirpmu (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:54.122 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:54.123 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:54.124 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:54.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:54.121687+0000 mon.smithi077 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.143:0/727636531' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:55.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:55.532 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:55.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:55.530130+0000 mgr.smithi077.rirpmu (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:56.803 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:56.804 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:56.805 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T21:59:57.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:56.802739+0000 mon.smithi077 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.143:0/3832611462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T21:59:58.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T21:59:58.160 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T21:59:58.164 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 21:59:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:57.530386+0000 mgr.smithi077.rirpmu (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T21:59:59.442 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T21:59:59.443 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T21:59:59.444 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T21:59:59.441588+0000 mon.smithi077 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.143:0/1193344545' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T21:59:59.530739+0000 mgr.smithi077.rirpmu (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:00.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:00.822 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:01.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:01.531089+0000 mgr.smithi077.rirpmu (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:02.145 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:02.146 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:02.147 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:02.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:02.144916+0000 mon.smithi077 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.143:0/687437851' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:03.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:03.539 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:03.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:03.531506+0000 mgr.smithi077.rirpmu (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:04.820 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:04.820 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:04.821 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:05.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:04.818421+0000 mon.smithi077 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.143:0/1647890566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:06.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:06.178 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:05.531809+0000 mgr.smithi077.rirpmu (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:07.483 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:07.483 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:07.485 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:07.482263+0000 mon.smithi077 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.143:0/1050015551' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:08.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:08.842 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:08.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:07.532158+0000 mgr.smithi077.rirpmu (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:10.120 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:10.120 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:10.122 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:09.532514+0000 mgr.smithi077.rirpmu (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:10.118791+0000 mon.smithi077 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.143:0/113176315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:11.492 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:11.492 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:11.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:11.532853+0000 mgr.smithi077.rirpmu (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:12.756 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:12.756 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:12.758 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:13.167 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:12.755639+0000 mon.smithi077 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.143:0/40160980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:14.113 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:14.113 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:14.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:13.533225+0000 mgr.smithi077.rirpmu (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:15.446 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:15.446 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:15.446 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:15.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:15.443075+0000 mon.smithi077 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.143:0/346131682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:16.770 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:16.771 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:16.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:15.533561+0000 mgr.smithi077.rirpmu (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:17.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:17.533929+0000 mgr.smithi077.rirpmu (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:18.048 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:18.048 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:18.050 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:18.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:18.046934+0000 mon.smithi077 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.143:0/683581379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:19.436 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:19.436 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:19.534245+0000 mgr.smithi077.rirpmu (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:20.698 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:20.699 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:20.700 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:21.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:20.697460+0000 mon.smithi077 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.143:0/1444679230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:22.056 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:22.057 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:22.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:21.534567+0000 mgr.smithi077.rirpmu (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:23.332 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:23.332 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:23.334 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:23.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:23.331502+0000 mon.smithi077 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.143:0/1123073284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:24.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:24 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:23.534924+0000 mgr.smithi077.rirpmu (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:24.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:24.703 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:25.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:25.535307+0000 mgr.smithi077.rirpmu (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:25.984 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:25.985 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:25.986 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:25.617299+0000 mon.smithi077 (mon.0) 225 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:00:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:25.619354+0000 mon.smithi077 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T22:00:26.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:25.983478+0000 mon.smithi077 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.143:0/2909671083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:27.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:27.312 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:27.535675+0000 mgr.smithi077.rirpmu (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:28.596 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:28.596 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:28.598 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:28.595438+0000 mon.smithi077 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.143:0/3170220986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:29.960 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:29.960 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:29.536121+0000 mgr.smithi077.rirpmu (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:31.279 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:31.280 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:31.281 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:31.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:31.278894+0000 mon.smithi077 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.143:0/789173385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:32.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:32.638 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:32.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:31.536499+0000 mgr.smithi077.rirpmu (mgr.14162) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:33.892 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:33.892 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:33.894 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:33.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:33.536797+0000 mgr.smithi077.rirpmu (mgr.14162) 155 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:34.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:33.891273+0000 mon.smithi077 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.143:0/2457795607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:35.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:35.219 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:35.917 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:35.537129+0000 mgr.smithi077.rirpmu (mgr.14162) 156 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:36.578 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:36.578 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:36.579 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:36.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:36.577034+0000 mon.smithi077 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.143:0/923446105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:37.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:37.537516+0000 mgr.smithi077.rirpmu (mgr.14162) 157 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:37.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:37.936 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:39.201 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:39.201 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:39.203 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:39.200316+0000 mon.smithi077 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.143:0/1670173893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:00:39.451059+0000 mgr.smithi077.rirpmu (mgr.14162) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi077 ... 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:56:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:56:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:57:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:00:40.394 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:58:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:59:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:59:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: main() 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: r = ctx.func(ctx) 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-30T22:00:40.395 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: return func(ctx) 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: raise RuntimeError('uid/gid not found') 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: RuntimeError: uid/gid not found 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: yield (conn, connr) 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: code, '\n'.join(err))) 2023-11-30T22:00:40.396 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi077 ... 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:56:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:56:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:57:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi077 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:58:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:59:20Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.397 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr time="2023-11-30T21:59:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: main() 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: r = ctx.func(ctx) 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: return func(ctx) 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-30T22:00:40.398 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: raise RuntimeError('uid/gid not found') 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: RuntimeError: uid/gid not found 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:39.452359+0000 mon.smithi077 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:39.454794+0000 mon.smithi077 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:39.455564+0000 mon.smithi077 (mon.0) 235 : audit [DBG] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:00:39.456126+0000 mgr.smithi077.rirpmu (mgr.14162) 159 : cephadm [INF] Deploying daemon crash.smithi077 on smithi077 2023-11-30T22:00:40.399 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:39.537836+0000 mgr.smithi077.rirpmu (mgr.14162) 160 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:40.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:40.555 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:41.883 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:41.883 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:42.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:40.873465+0000 mon.smithi077 (mon.0) 236 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T22:00:42.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.042054+0000 mon.smithi077 (mon.0) 237 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T22:00:42.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.044290+0000 mon.smithi077 (mon.0) 238 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T22:00:42.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.044649+0000 mon.smithi077 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:00:42.166 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.045051+0000 mgr.smithi077.rirpmu (mgr.14162) 161 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-30T22:00:42.166 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.047300+0000 mon.smithi077 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T22:00:42.166 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:00:41.050456+0000 mgr.smithi077.rirpmu (mgr.14162) 162 : cephadm [INF] Deploying daemon grafana.smithi077 on smithi077 2023-11-30T22:00:42.166 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:41.538131+0000 mgr.smithi077.rirpmu (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:43.164 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:41.882334+0000 mon.smithi077 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.143:0/2561842644' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:43.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:43.236 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:44.164 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:43.538417+0000 mgr.smithi077.rirpmu (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:44.534 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:44.535 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:44.536 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:45.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:44.533059+0000 mon.smithi077 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.143:0/1910598823' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:45.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:45.915 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:46.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:45.538613+0000 mgr.smithi077.rirpmu (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:47.178 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:47.178 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:47.179 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:47.176755+0000 mon.smithi077 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.143:0/2897265531' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:48.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:48.542 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:48.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:47.538952+0000 mgr.smithi077.rirpmu (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:49.878 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:49.878 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:49.879 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:49.539204+0000 mgr.smithi077.rirpmu (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:49.877218+0000 mon.smithi077 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.143:0/1899715365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:51.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:51.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:51.917 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:51.539446+0000 mgr.smithi077.rirpmu (mgr.14162) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:52.528 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:52.529 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:52.530 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:52.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:52.527841+0000 mon.smithi077 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.143:0/1587901220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:53.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:53.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:53.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:53.539655+0000 mgr.smithi077.rirpmu (mgr.14162) 169 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:55.202 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:55.202 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:55.202 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:55.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:55.199879+0000 mon.smithi077 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.143:0/2597072331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:56.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:56.571 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:00:56.643 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:55.539888+0000 mgr.smithi077.rirpmu (mgr.14162) 170 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:57.869 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:00:57.869 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:00:57.870 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:00:57.886 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:57.540155+0000 mgr.smithi077.rirpmu (mgr.14162) 171 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:00:58.844 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:57.867749+0000 mon.smithi077 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.143:0/4247712770' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:00:58.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:00:58.374863+0000 mon.smithi077 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' 2023-11-30T22:00:58.845 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:00:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:00:58.376098+0000 mgr.smithi077.rirpmu (mgr.14162) 172 : cephadm [INF] Deploying daemon node-exporter.smithi077 on smithi077 2023-11-30T22:00:59.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:00:59.236 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:00.508 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:00.508 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:00.510 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:00:59.540531+0000 mgr.smithi077.rirpmu (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:01.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:00.507358+0000 mon.smithi077 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.143:0/1311271254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:01.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:01.891 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:02.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:01.540885+0000 mgr.smithi077.rirpmu (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:03.176 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:03.176 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:03.177 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:03.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:03.174960+0000 mon.smithi077 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.143:0/1516420800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:04.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:04.533 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:04.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:04 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:03.541250+0000 mgr.smithi077.rirpmu (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:05.833 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:05.833 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:05.834 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:05.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:05.541670+0000 mgr.smithi077.rirpmu (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:06.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:05.831824+0000 mon.smithi077 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.143:0/4001159511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:07.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:07.197 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:07.542057+0000 mgr.smithi077.rirpmu (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:08.495 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:08.495 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:08.497 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:08.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:08.493975+0000 mon.smithi077 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.143:0/2806827559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:09.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:09.856 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:09.542370+0000 mgr.smithi077.rirpmu (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:11.133 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:16.622 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:16.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:11.132258+0000 mon.smithi077 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.143:0/1619746275' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:16.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:11.542662+0000 mgr.smithi077.rirpmu (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:16.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:13.543001+0000 mgr.smithi077.rirpmu (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:16.625 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:15.543343+0000 mgr.smithi077.rirpmu (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:16.626 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:17.627 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:17.627 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:17.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:17.543613+0000 mgr.smithi077.rirpmu (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:18.967 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:18.967 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:18.968 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:19.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:19 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:18.965495+0000 mon.smithi077 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.143:0/2460806859' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:20.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:20.322 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:19.543916+0000 mgr.smithi077.rirpmu (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:21.623 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:21.623 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:21.625 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:21.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:21.544184+0000 mgr.smithi077.rirpmu (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:22.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:21.622382+0000 mon.smithi077 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.143:0/552652293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:23.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:23.000 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:23.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:23.544546+0000 mgr.smithi077.rirpmu (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:24.306 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:24.306 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:24.307 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:25.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:24.304910+0000 mon.smithi077 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.143:0/1768508820' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:25.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:25.710 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:26.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:25.544908+0000 mgr.smithi077.rirpmu (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:26.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:25.618329+0000 mon.smithi077 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:01:26.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:25.620240+0000 mon.smithi077 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T22:01:26.987 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:26.987 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:26.988 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:27.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:26.985969+0000 mon.smithi077 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.143:0/3532386783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:28.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:28.358 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:28.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:27.545262+0000 mgr.smithi077.rirpmu (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:29.667 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:29.667 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:29.669 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:29.545608+0000 mgr.smithi077.rirpmu (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:29.665785+0000 mon.smithi077 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.143:0/3055251077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:31.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:31.041 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:31.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:31.545983+0000 mgr.smithi077.rirpmu (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:32.313 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:32.314 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:32.315 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:32.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:32.312592+0000 mon.smithi077 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.143:0/1360815427' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:33.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:33.672 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:33.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:33.546364+0000 mgr.smithi077.rirpmu (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:34.922 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:34.922 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:34.924 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:35.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:34.920874+0000 mon.smithi077 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.143:0/2820601131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:36.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:36.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:36.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:35.546710+0000 mgr.smithi077.rirpmu (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:37.534 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:37.534 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:37.535 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:37.532921+0000 mon.smithi077 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.143:0/352935347' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:37.547038+0000 mgr.smithi077.rirpmu (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:38.906 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:38.907 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:40.288 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:40.288 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:40.290 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:40.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:39.547322+0000 mgr.smithi077.rirpmu (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:41.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:40.287423+0000 mon.smithi077 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.143:0/2960470453' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:41.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:41.703 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:42.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:41.547686+0000 mgr.smithi077.rirpmu (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:42.974 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:42.975 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:42.976 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:43.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:42.973681+0000 mon.smithi077 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.143:0/947112919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:44.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:44.334 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:44.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:44 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:43.547966+0000 mgr.smithi077.rirpmu (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:45.620 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:45.620 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:45.621 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:45.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:45.548256+0000 mgr.smithi077.rirpmu (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:46.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:45.618502+0000 mon.smithi077 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.143:0/394385861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:46.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:46.979 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:47.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:47.548551+0000 mgr.smithi077.rirpmu (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:48.275 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:48.275 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:48.277 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:48.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:48.274497+0000 mon.smithi077 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.143:0/731742535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:49.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:49.684 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:49.548850+0000 mgr.smithi077.rirpmu (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:50.950 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:50.950 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:50.952 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:51.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:50.949436+0000 mon.smithi077 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.143:0/3831182087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:52.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:52.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:52.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:51.549136+0000 mgr.smithi077.rirpmu (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:53.681 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:53.682 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:53.683 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:53.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:53.549410+0000 mgr.smithi077.rirpmu (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:54.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:54 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:53.680777+0000 mon.smithi077 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.143:0/1957723705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:55.048 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:55.048 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:55.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:55.549662+0000 mgr.smithi077.rirpmu (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:56.380 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:56.380 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:56.381 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:56.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:56.378947+0000 mon.smithi077 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.143:0/4134374356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:01:57.702 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:01:57.702 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:01:57.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:57.549962+0000 mgr.smithi077.rirpmu (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:01:58.991 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:01:58.991 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:01:58.992 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:01:59.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:01:59 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:01:58.989481+0000 mon.smithi077 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.143:0/109670989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:00.355 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:00.356 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:00.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:01:59.550261+0000 mgr.smithi077.rirpmu (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:01.661 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:01.661 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:01.662 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:01.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:01.550535+0000 mgr.smithi077.rirpmu (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:02.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:01.659581+0000 mon.smithi077 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.143:0/823851266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:03.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:03.039 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:03.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:03.550831+0000 mgr.smithi077.rirpmu (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:04.314 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:04.315 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:04.317 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:05.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:04.313955+0000 mon.smithi077 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.143:0/3467696190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:05.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:05.688 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:05.551183+0000 mgr.smithi077.rirpmu (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:07.003 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:07.003 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:07.004 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:07.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:07.001890+0000 mon.smithi077 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/3107087356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:08.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:08.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:08.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:07.551474+0000 mgr.smithi077.rirpmu (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:09.713 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:09.713 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:09.714 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:09.551814+0000 mgr.smithi077.rirpmu (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:09.712135+0000 mon.smithi077 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.143:0/2524923450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:11.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:11.120 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:11.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:11.552177+0000 mgr.smithi077.rirpmu (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:12.419 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:12.419 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:12.421 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:12.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:12.418596+0000 mon.smithi077 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.143:0/2492110200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:13.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:13.780 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:13.552525+0000 mgr.smithi077.rirpmu (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:15.001 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:15.001 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:15.003 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:15.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:14.999827+0000 mon.smithi077 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.143:0/2587094089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:16.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:16.374 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:16.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:15.552884+0000 mgr.smithi077.rirpmu (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:17.661 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:17.661 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:17.663 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:17.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:17.553224+0000 mgr.smithi077.rirpmu (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:18.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:17.660520+0000 mon.smithi077 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.143:0/795241717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:19.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:19.018 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:20.347 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:20.347 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:20.349 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:20.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:19.553506+0000 mgr.smithi077.rirpmu (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:21.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:20.346127+0000 mon.smithi077 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.143:0/4061480772' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:21.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:21.710 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:22.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:21.553767+0000 mgr.smithi077.rirpmu (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:23.051 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:23.051 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:23.053 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:23.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:23.050372+0000 mon.smithi077 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.143:0/1745474419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:24.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:24.415 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:24.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:24 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:23.554107+0000 mgr.smithi077.rirpmu (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:25.689 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:25.689 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:25.691 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:25.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:25.554365+0000 mgr.smithi077.rirpmu (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:26.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:25.619441+0000 mon.smithi077 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:02:26.917 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:25.621067+0000 mon.smithi077 (mon.0) 282 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T22:02:26.917 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:25.687825+0000 mon.smithi077 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.143:0/2901789700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:27.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:27.092 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:27.554739+0000 mgr.smithi077.rirpmu (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:28.388 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:28.388 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:28.390 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:28.387334+0000 mon.smithi077 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.143:0/321638376' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:29.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:29.747 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:29.555088+0000 mgr.smithi077.rirpmu (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:30.969 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:30.969 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:30.970 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:31.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:30.967652+0000 mon.smithi077 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.143:0/2923762482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:32.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:32.347 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:32.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:31.555437+0000 mgr.smithi077.rirpmu (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:33.632 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:33.632 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:33.633 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:33.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:33.555735+0000 mgr.smithi077.rirpmu (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:34.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:33.630991+0000 mon.smithi077 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.143:0/3337850471' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:35.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:35.001 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:35.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:35.556086+0000 mgr.smithi077.rirpmu (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:36.318 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:36.318 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:36.319 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:36.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:36.316613+0000 mon.smithi077 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.143:0/1795212359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:37.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:37.684 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:37.556468+0000 mgr.smithi077.rirpmu (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:38.978 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:38.979 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:38.980 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:39.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:39 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:38.977535+0000 mon.smithi077 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.143:0/1439802924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:40.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:40.342 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:40.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:39.556896+0000 mgr.smithi077.rirpmu (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:41.599 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:41.599 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:41.601 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:41.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:41.557311+0000 mgr.smithi077.rirpmu (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:41.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:41.598362+0000 mon.smithi077 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.143:0/1840365770' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:42.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:42.964 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:43.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:43.557684+0000 mgr.smithi077.rirpmu (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:44.233 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:44.233 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:44.235 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:45.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:45.607 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:45.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:44.232022+0000 mon.smithi077 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.143:0/3552767037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:46.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:45.557957+0000 mgr.smithi077.rirpmu (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:46.906 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:46.906 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:46.907 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:47.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:46.904889+0000 mon.smithi077 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.143:0/575430752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:48.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:48.296 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:48.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:48 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:47.558321+0000 mgr.smithi077.rirpmu (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:49.639 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:49.639 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:49.641 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:50.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:49.558658+0000 mgr.smithi077.rirpmu (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:49.638740+0000 mon.smithi077 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.143:0/1493255338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:51.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:51.037 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:51.558956+0000 mgr.smithi077.rirpmu (mgr.14162) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:52.335 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:52.335 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:52.336 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:52.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:52.333732+0000 mon.smithi077 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.143:0/6028369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:53.658 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:53.658 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:53.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:53.559324+0000 mgr.smithi077.rirpmu (mgr.14162) 230 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:54.976 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:54.976 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:54.978 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:54.975437+0000 mon.smithi077 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.143:0/3181938066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:56.342 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:56.342 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:02:56.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:55.559655+0000 mgr.smithi077.rirpmu (mgr.14162) 231 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:57.644 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:02:57.644 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:02:57.645 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:02:57.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:57.559946+0000 mgr.smithi077.rirpmu (mgr.14162) 232 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:02:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:02:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:02:57.643143+0000 mon.smithi077 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.143:0/3632173462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:02:58.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:02:58.996 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:00.228 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:00.228 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:00.229 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:02:58.953931+0000 mgr.smithi077.rirpmu (mgr.14162) 233 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi077 ... 2023-11-30T22:03:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Verifying port 9100 ... 2023-11-30T22:03:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 1 from systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: systemctl: stderr Job for ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077.service failed because a timeout was exceeded. 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: systemctl: stderr See "systemctl status ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077.service" and "journalctl -xe" for details. 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: main() 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: r = ctx.func(ctx) 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: return func(ctx) 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ports=daemon_ports) 2023-11-30T22:03:00.666 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: RuntimeError: Failed command: systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: yield (conn, connr) 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: code, '\n'.join(err))) 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi077 ... 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Verifying port 9100 ... 2023-11-30T22:03:00.667 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Non-zero exit code 1 from systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: systemctl: stderr Job for ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077.service failed because a timeout was exceeded. 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: systemctl: stderr See "systemctl status ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077.service" and "journalctl -xe" for details. 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: Traceback (most recent call last): 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: main() 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: r = ctx.func(ctx) 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: return func(ctx) 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: ports=daemon_ports) 2023-11-30T22:03:00.668 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: File "/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: RuntimeError: Failed command: systemctl start ceph-fb406db6-8fca-11ee-95a2-87774f69a715@node-exporter.smithi077 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cephadm 2023-11-30T22:02:58.959450+0000 mgr.smithi077.rirpmu (mgr.14162) 234 : cephadm [INF] Deploying daemon prometheus.smithi077 on smithi077 2023-11-30T22:03:00.669 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:02:59.560241+0000 mgr.smithi077.rirpmu (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:01.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:01.592 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:01.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:00.227013+0000 mon.smithi077 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.143:0/21850247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:02.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:01.560600+0000 mgr.smithi077.rirpmu (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:02.909 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:02.910 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:02.911 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:03.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:02.908744+0000 mon.smithi077 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.143:0/747533951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:04.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:04.274 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:04.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:04 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:03.560873+0000 mgr.smithi077.rirpmu (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:05.552 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:05.552 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:05.554 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:05.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:05.551018+0000 mon.smithi077 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.143:0/3452824020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:05.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:05.561319+0000 mgr.smithi077.rirpmu (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:06.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:06.942 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:07.561654+0000 mgr.smithi077.rirpmu (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:08.194 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:08.194 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:08.196 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:08.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:08.193348+0000 mon.smithi077 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.143:0/3922488740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:09.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:10.718 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:10.719 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:09.561925+0000 mgr.smithi077.rirpmu (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:11.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:11.562226+0000 mgr.smithi077.rirpmu (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:12.046 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:12.046 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:12.047 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:12.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:12 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:12.044823+0000 mon.smithi077 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.143:0/1546584390' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:13.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:13.447 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:13.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:13 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:13.562625+0000 mgr.smithi077.rirpmu (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:14.692 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:14.692 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:14.693 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:15.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:15 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:14.690966+0000 mon.smithi077 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.143:0/708667285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:16.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:16.047 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:16.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:16 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:15.563003+0000 mgr.smithi077.rirpmu (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:17.380 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:17.380 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:17.381 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:17.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:17 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:17.378835+0000 mon.smithi077 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.143:0/1049553677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:18.748 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:18.749 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:18.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:18 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:17.563318+0000 mgr.smithi077.rirpmu (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:20.040 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:20.041 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:20.042 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:19.563651+0000 mgr.smithi077.rirpmu (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:20.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:20 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:20.039505+0000 mon.smithi077 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.143:0/3445638721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:21.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:21.413 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:21.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:21 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:21.564087+0000 mgr.smithi077.rirpmu (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:22.668 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:22.668 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:22.670 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:23.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:22 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:22.667253+0000 mon.smithi077 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.143:0/1018711599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:24.026 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:24.027 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:24.164 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:23 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:23.564558+0000 mgr.smithi077.rirpmu (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:25.333 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:25.334 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:25.335 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:25.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:25 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:25.332758+0000 mon.smithi077 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.143:0/3137195099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:25.564964+0000 mgr.smithi077.rirpmu (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:25.620545+0000 mon.smithi077 (mon.0) 306 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/mirror_snapshot_schedule"}]: dispatch 2023-11-30T22:03:26.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:26 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:25.621854+0000 mon.smithi077 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.77:0/3703007404' entity='mgr.smithi077.rirpmu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.rirpmu/trash_purge_schedule"}]: dispatch 2023-11-30T22:03:26.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:26.707 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:27.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:27 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:27.565385+0000 mgr.smithi077.rirpmu (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:28.024 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:28.025 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:28.027 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:28.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:28 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:28.023971+0000 mon.smithi077 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.143:0/2748236655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:29.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:29.400 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:30.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:30 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:29.565743+0000 mgr.smithi077.rirpmu (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:30.688 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:30.688 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:30.690 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:31.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:31 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:30.687441+0000 mon.smithi077 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.143:0/2572068936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:32.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:32.048 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:32.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:32 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:31.566075+0000 mgr.smithi077.rirpmu (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:33.370 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:33.370 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:33.371 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:33.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:33 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:33.369333+0000 mon.smithi077 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.143:0/1562314557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:34.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:34.727 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:34.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:34 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:33.566363+0000 mgr.smithi077.rirpmu (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:35.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:35 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:35.566637+0000 mgr.smithi077.rirpmu (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:36.060 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:36.060 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:36.061 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:36.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:36 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:36.058717+0000 mon.smithi077 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.143:0/1187172955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:37.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:37.429 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:37.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:37 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:37.567034+0000 mgr.smithi077.rirpmu (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:38.727 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:38.727 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:38.729 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:39.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:38 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:38.725993+0000 mon.smithi077 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.143:0/1414387329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:40.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:40.110 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:40.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:40 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:39.567437+0000 mgr.smithi077.rirpmu (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:41.411 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:41.411 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:41.413 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:41.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:41 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:41.410763+0000 mon.smithi077 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.143:0/990672812' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:42.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:42.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:42.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:42 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:41.567717+0000 mgr.smithi077.rirpmu (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:43.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:43 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:43.568088+0000 mgr.smithi077.rirpmu (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:44.079 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:44.079 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:44.081 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:44.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:44 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:44.077946+0000 mon.smithi077 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.143:0/2232520181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:45.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:45.407 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:45.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:45 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:45.568411+0000 mgr.smithi077.rirpmu (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:46.709 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:46.709 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:46.711 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:47.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:46 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:46.708556+0000 mon.smithi077 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.143:0/2384047686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:48.090 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:48.090 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:48.165 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:47 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:47.568742+0000 mgr.smithi077.rirpmu (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:49.359 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:49.360 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:49.361 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:49.358733+0000 mon.smithi077 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.143:0/3420872105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:50.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:50 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:49.569139+0000 mgr.smithi077.rirpmu (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:50.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:50.724 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:51.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:51 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:51.569444+0000 mgr.smithi077.rirpmu (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:51.977 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:51.978 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:51.979 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:52.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:52 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:51.976949+0000 mon.smithi077 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.143:0/3538685438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:53.345 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:53.345 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:53.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:53 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:53.569823+0000 mgr.smithi077.rirpmu (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:54.574 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:54.575 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:54.576 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:55.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:55 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:54.573512+0000 mon.smithi077 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.143:0/1781245781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:55.938 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:55.938 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:56.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:56 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:55.570223+0000 mgr.smithi077.rirpmu (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:57.297 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:57.298 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:57.298 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:03:57.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:57 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:57.295140+0000 mon.smithi077 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.143:0/184701925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:03:58.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:03:58.657 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:03:58.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:03:58 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:57.570600+0000 mgr.smithi077.rirpmu (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:03:59.969 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:03:59.969 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:03:59.971 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:04:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:03:59.570899+0000 mgr.smithi077.rirpmu (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:00.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:00 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:03:59.968374+0000 mon.smithi077 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.143:0/3255359066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:04:01.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:04:01.339 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:04:01.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:01 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:04:01.571313+0000 mgr.smithi077.rirpmu (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:02.524 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:04:02.524 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:04:02.526 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:04:02.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:02 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:04:02.523315+0000 mon.smithi077 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.143:0/3682799374' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:04:03.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:04:03.879 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:04:03.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:03 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:04:03.571676+0000 mgr.smithi077.rirpmu (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:05.153 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:04:05.154 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:04:05.154 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:04:05.664 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:05 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:04:05.151587+0000 mon.smithi077 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.143:0/3079521191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:04:06.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:04:06.516 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:04:06.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:06 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:04:05.571985+0000 mgr.smithi077.rirpmu (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:07.853 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:04:07.854 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:04:07.855 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:04:07.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:07 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:04:07.572423+0000 mgr.smithi077.rirpmu (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:08.914 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:08 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: audit 2023-11-30T22:04:07.852371+0000 mon.smithi077 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.143:0/3754462119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-30T22:04:09.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-30T22:04:09.262 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fb406db6-8fca-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-30T22:04:10.543 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-30T22:04:10.543 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"fb406db6-8fca-11ee-95a2-87774f69a715","modified":"2023-11-30T21:54:34.092066Z","created":"2023-11-30T21:54:34.092066Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-30T22:04:10.545 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-30T22:04:10.665 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:10 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: cluster 2023-11-30T22:04:09.572723+0000 mgr.smithi077.rirpmu (mgr.14162) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-30T22:04:10.909 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-30T22:04:10.910 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-30T22:04:10.910 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:04:10.935 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-30T22:04:10.953 INFO:tasks.cephadm:Stopping all daemons... 2023-11-30T22:04:10.954 INFO:tasks.cephadm.mon.smithi077:Stopping mon.smithi077... 2023-11-30T22:04:10.954 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077 2023-11-30T22:04:11.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:11 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for fb406db6-8fca-11ee-95a2-87774f69a715... 2023-11-30T22:04:11.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T22:04:11.086+0000 7fa10e5e7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-30T22:04:11.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Nov 30 22:04:11 smithi077 ceph-fb406db6-8fca-11ee-95a2-87774f69a715-mon.smithi077[107407]: debug 2023-11-30T22:04:11.086+0000 7fa10e5e7700 -1 mon.smithi077@0(leader) e1 *** Got Signal Terminated *** 2023-11-30T22:04:11.635 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi077.service' 2023-11-30T22:04:11.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-30T22:04:11.689 INFO:tasks.cephadm.mon.smithi077:Stopped mon.smithi077 2023-11-30T22:04:11.689 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-30T22:04:11.689 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143 2023-11-30T22:04:11.727 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143.service: Unit ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143.service not loaded. 2023-11-30T22:04:11.729 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-30T22:04:11.729 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi143" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143' 2023-11-30T22:04:11.730 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-30T22:04:11.732 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/ubuntu@smithi077.front.sepia.ceph.com/crash 2023-11-30T22:04:11.733 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/crash -- . 2023-11-30T22:04:11.776 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2023-11-30T22:04:11.777 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/crash -- . 2023-11-30T22:04:11.819 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-30T22:04:11.819 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-30T22:04:11.820 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-30T22:04:11.821 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-30T22:04:11.849 INFO:teuthology.orchestra.run.smithi077.stderr:grep: /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-30T22:04:11.850 INFO:tasks.cephadm:Compressing logs... 2023-11-30T22:04:11.851 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-30T22:04:11.893 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-30T22:04:11.919 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T22:04:11.919 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2023-11-30T22:04:11.919 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mgr.smithi077.rirpmu.log 2023-11-30T22:04:11.919 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-30T22:04:11.920 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mon.smithi077.log 2023-11-30T22:04:11.920 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mgr.smithi077.rirpmu.log: /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mon.smithi077.log: 88.4% -- replaced with /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-30T22:04:11.920 INFO:teuthology.orchestra.run.smithi077.stderr: 87.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T22:04:11.922 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-30T22:04:11.922 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-30T22:04:11.924 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: 96.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-30T22:04:11.926 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-30T22:04:11.926 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.014s 2023-11-30T22:04:11.926 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m0.010s 2023-11-30T22:04:11.926 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.013s 2023-11-30T22:04:12.008 INFO:teuthology.orchestra.run.smithi077.stderr: 92.8% -- replaced with /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mgr.smithi077.rirpmu.log.gz 2023-11-30T22:04:12.072 INFO:teuthology.orchestra.run.smithi077.stderr: 90.7% -- replaced with /var/log/ceph/fb406db6-8fca-11ee-95a2-87774f69a715/ceph-mon.smithi077.log.gz 2023-11-30T22:04:12.074 INFO:teuthology.orchestra.run.smithi077.stderr: 2023-11-30T22:04:12.074 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.165s 2023-11-30T22:04:12.074 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.247s 2023-11-30T22:04:12.074 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.018s 2023-11-30T22:04:12.074 INFO:tasks.cephadm:Archiving logs... 2023-11-30T22:04:12.074 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/ubuntu@smithi077.front.sepia.ceph.com/log 2023-11-30T22:04:12.075 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T22:04:12.188 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2023-11-30T22:04:12.189 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-30T22:04:12.223 INFO:tasks.cephadm:Removing cluster... 2023-11-30T22:04:12.223 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fb406db6-8fca-11ee-95a2-87774f69a715 --force 2023-11-30T22:05:28.587 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fb406db6-8fca-11ee-95a2-87774f69a715 --force 2023-11-30T22:05:28.903 INFO:tasks.cephadm:Removing cephadm ... 2023-11-30T22:05:28.903 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T22:05:28.922 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-30T22:05:28.941 INFO:tasks.cephadm:Teardown complete 2023-11-30T22:05:28.941 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143' 2023-11-30T22:05:29.019 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2ea4ae8cbfe64bcb85e903555f199fad Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/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_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/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_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_595fad1080bd379e3c0231a8e02595924c59a9da/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi143 with status 5: 'sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143' 2023-11-30T22:05:29.023 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-30T22:05:29.032 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-30T22:05:29.051 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-30T22:05:29.052 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T22:05:29.074 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-30T22:05:29.083 INFO:teuthology.orchestra.run.smithi077.stderr:bash: ntpq: command not found 2023-11-30T22:05:29.089 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:05:29.090 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2023-11-30T22:05:29.090 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +1397us[+1397us] +/- 74ms 2023-11-30T22:05:29.090 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 -453us[ -439us] +/- 54ms 2023-11-30T22:05:29.090 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -696us[ -696us] +/- 76ms 2023-11-30T22:05:29.090 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:05:29.091 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-11-30T22:05:29.097 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-30T22:05:29.097 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-11-30T22:05:29.097 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 50 +1401us[+1401us] +/- 74ms 2023-11-30T22:05:29.097 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 50 -445us[ -443us] +/- 54ms 2023-11-30T22:05:29.098 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -680us[ -678us] +/- 76ms 2023-11-30T22:05:29.098 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-30T22:05:29.098 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-30T22:05:29.110 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-30T22:05:29.110 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-30T22:05:29.121 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-30T22:05:29.218 DEBUG:teuthology.orchestra.run.smithi143:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-30T22:05:29.308 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-30T22:05:29.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:05:29.340 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-30T22:05:29.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:05:29.374 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-30T22:05:29.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-30T22:05:29.410 INFO:teuthology.task.internal:Duration was 1173.723614 seconds 2023-11-30T22:05:29.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-30T22:05:29.419 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-30T22:05:29.420 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T22:05:29.425 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-30T22:05:29.465 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:05:29.470 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-30T22:05:29.927 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-30T22:05:29.927 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2023-11-30T22:05:29.927 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-30T22:05:29.991 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-30T22:05:29.992 DEBUG:teuthology.orchestra.run.smithi143:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-30T22:05:30.016 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-30T22:05:30.017 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T22:05:30.034 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-30T22:05:30.102 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-30T22:05:30.102 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T22:05:30.119 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-30T22:05:30.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-30T22:05:30.222 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-30T22:05:30.222 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T22:05:30.249 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-30T22:05:30.278 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-30T22:05:30.288 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:05:30.291 DEBUG:teuthology.orchestra.run.smithi143:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:05:30.315 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2023-11-30T22:05:30.345 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-30T22:05:30.361 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:05:30.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:05:30.397 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-30T22:05:30.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-30T22:05:30.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-30T22:05:30.429 INFO:teuthology.task.internal:Transferring archived files... 2023-11-30T22:05:30.429 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/smithi077 2023-11-30T22:05:30.430 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T22:05:30.478 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570/remote/smithi143 2023-11-30T22:05:30.479 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-30T22:05:30.517 INFO:teuthology.task.internal:Removing archive directory... 2023-11-30T22:05:30.517 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T22:05:30.519 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-30T22:05:30.568 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-30T22:05:30.580 INFO:teuthology.task.internal:Not uploading archives. 2023-11-30T22:05:30.580 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-30T22:05:30.589 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-30T22:05:30.590 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T22:05:30.592 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-30T22:05:30.607 INFO:teuthology.orchestra.run.smithi077.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 22:05 /home/ubuntu/cephtest 2023-11-30T22:05:30.626 INFO:teuthology.orchestra.run.smithi143.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 30 22:05 /home/ubuntu/cephtest 2023-11-30T22:05:30.628 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-30T22:05:30.638 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-30T22:05:30.658 INFO:teuthology.nuke:Checking targets against current locks 2023-11-30T22:05:30.686 DEBUG:teuthology.nuke:shortname: smithi077 2023-11-30T22:05:30.686 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:05:30.710 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 21:37:34.517246', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDJ2n79R7aksU5B4UHgezc2D6p43O9ppkwAv63WcCYEG+P1cPIK7xqKQCEkHkAtQpYMNK4/aDJvF+u6Bf4Fp4d8='} 2023-11-30T22:05:30.714 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-30T22:05:30.714 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-30T22:05:30.736 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-30_16:00:27-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7472570', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-30 21:37:34.515399', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJPC5NHKFQUCWynCbfz5mKqPD8j4yvwLUsjjuCq69U+CCVlKYgDgRloIPbs0ovbctPVnjrRyp1Beguq53eMZ5r4='} 2023-11-30T22:05:30.773 INFO:teuthology.orchestra.console.smithi077:Power off 2023-11-30T22:05:30.774 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T22:05:30.800 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2023-11-30T22:05:30.801 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:30.819 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-30T22:05:30.819 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-30T22:05:30.829 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-11-30T22:05:30.844 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-30T22:05:30.844 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:30.877 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-30T22:05:34.831 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:34.878 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:34.947 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-11-30T22:05:34.994 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-30T22:05:38.953 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:38.994 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:39.064 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2023-11-30T22:05:39.104 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-30T22:05:39.204 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-30T22:05:43.066 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-30T22:05:43.176 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2023-11-30T22:05:43.277 INFO:teuthology.orchestra.console.smithi077:Power off completed 2023-11-30T22:05:43.381 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1173.7236144542694 failure_reason: 'Command failed on smithi143 with status 5: ''sudo systemctl stop ceph-fb406db6-8fca-11ee-95a2-87774f69a715@mon.smithi143''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2ea4ae8cbfe64bcb85e903555f199fad status: fail success: false 2023-11-30T22:05:43.382 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-30T22:05:43.470 INFO:teuthology.run:FAIL