2024-01-24T02:08:24.154 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T02:08:24.154 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/orig.config.yaml 2024-01-24T02:08:24.192 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:08:24.283 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7529810' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-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-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 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: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJOxoe527Y3WwpxQvunmX8wlEkRPnPyF2f5cmD1+vGzjiW5qqYeej1yjsoa74h08yZul916XiCwUI9/EhSz0WhA= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEzxAAp6lcDpEOrkRdVMLHSaDNHj8ZdYxedTdjsdwzdhthNx6Dgi6Hhh/3S0N+JYgiZeAOs2oZBVfYNwnObqlMs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-24T02:08:24.283 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T02:08:24.284 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T02:08:24.284 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T02:08:24.286 INFO:teuthology.task.internal:Checking packages... 2024-01-24T02:08:24.310 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T02:08:24.310 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T02:08:24.310 INFO:teuthology.packaging:ref: None 2024-01-24T02:08:24.311 INFO:teuthology.packaging:tag: None 2024-01-24T02:08:24.311 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:08:24.311 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T02:08:24.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:08:24.460 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-24T02:08:24.461 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T02:08:24.467 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T02:08:24.467 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T02:08:24.478 INFO:teuthology.task.internal:Saving configuration 2024-01-24T02:08:24.493 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T02:08:24.498 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:08:24.523 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:03:03.273870', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJOxoe527Y3WwpxQvunmX8wlEkRPnPyF2f5cmD1+vGzjiW5qqYeej1yjsoa74h08yZul916XiCwUI9/EhSz0WhA='} 2024-01-24T02:08:24.551 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:03:03.272221', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEzxAAp6lcDpEOrkRdVMLHSaDNHj8ZdYxedTdjsdwzdhthNx6Dgi6Hhh/3S0N+JYgiZeAOs2oZBVfYNwnObqlMs='} 2024-01-24T02:08:24.552 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T02:08:24.558 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-24T02:08:24.558 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-24T02:08:24.558 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T02:08:24.717 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff041dc9f70>, signals=[15]) 2024-01-24T02:08:24.717 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T02:08:24.723 INFO:teuthology.task.internal:Opening connections... 2024-01-24T02:08:24.723 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-01-24T02:08:24.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:08:24.801 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-01-24T02:08:24.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:08:24.877 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T02:08:24.884 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-01-24T02:08:24.907 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-01-24T02:08:24.909 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="CentOS Stream" 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="8" 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:ID="centos" 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE="rhel fedora" 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="8" 2024-01-24T02:08:24.970 INFO:teuthology.orchestra.run.smithi047.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:ANSI_COLOR="0;31" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://centos.org/" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:08:24.971 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T02:08:24.971 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-01-24T02:08:24.992 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-01-24T02:08:25.015 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-01-24T02:08:25.015 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-01-24T02:08:25.076 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T02:08:25.077 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-01-24T02:08:25.077 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:08:25.077 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:08:25.077 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T02:08:25.077 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-01-24T02:08:25.100 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T02:08:25.108 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T02:08:25.112 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T02:08:25.113 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:08:25.115 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:08:25.135 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T02:08:25.141 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T02:08:25.143 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:08:25.178 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:08:25.211 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T02:08:25.268 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T02:08:25.283 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T02:08:25.284 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T02:08:25.284 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:08:25.284 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:08:25.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:08:25.304 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-24T02:08:25.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:08:25.305 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-01-24T02:08:25.367 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-489.el8.x86_64 2024-01-24T02:08:25.368 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-489.el8.x86_64 2024-01-24T02:08:25.368 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-01-24T02:08:25.369 INFO:teuthology.orchestra.run.smithi047.stdout:4.18.0-489.el8.x86_64 2024-01-24T02:08:25.369 INFO:teuthology.task.kernel:Running kernel on smithi047: 4.18.0-489.el8.x86_64 2024-01-24T02:08:25.369 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum install -y kernel 2024-01-24T02:08:29.719 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - AppStream 14 MB/s | 27 MB 00:01 2024-01-24T02:08:30.737 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 9.4 MB/s | 27 MB 00:02 2024-01-24T02:08:35.677 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-01-24T02:08:36.404 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-01-24T02:08:37.802 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2024-01-24T02:08:38.153 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2024-01-24T02:08:38.437 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-01-24T02:08:38.438 INFO:teuthology.orchestra.run.smithi047.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-01-24T02:08:38.780 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 30 kB/s | 6.9 kB 00:00 2024-01-24T02:08:39.023 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-24T02:08:39.374 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-24T02:08:43.381 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 443 kB/s | 24 kB 00:00 2024-01-24T02:08:46.544 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T02:08:46.544 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T02:08:46.661 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-01-24T02:08:46.661 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout:Install 3 Packages 2024-01-24T02:08:46.662 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:08:46.663 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 90 M 2024-01-24T02:08:46.663 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 96 M 2024-01-24T02:08:46.663 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-01-24T02:08:47.723 INFO:teuthology.orchestra.run.smithi047.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-24T02:08:48.590 INFO:teuthology.orchestra.run.smithi047.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 21 MB/s | 36 MB 00:01 2024-01-24T02:08:49.349 INFO:teuthology.orchestra.run.smithi047.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-01-24T02:08:49.349 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:08:49.349 INFO:teuthology.orchestra.run.smithi047.stdout:Total 34 MB/s | 90 MB 00:02 2024-01-24T02:08:50.065 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-01-24T02:08:50.525 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-01-24T02:08:50.525 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-01-24T02:08:51.813 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-01-24T02:08:51.843 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-01-24T02:08:53.423 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 16 MB 00:14 2024-01-24T02:08:54.786 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-01-24T02:08:55.272 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:08:57.122 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 477 kB/s | 24 kB 00:00 2024-01-24T02:08:59.007 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:08:59.364 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:00.086 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T02:09:00.086 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T02:09:00.212 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-24T02:09:00.212 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:09:00.212 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-24T02:09:00.212 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout:Install 3 Packages 2024-01-24T02:09:00.213 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:00.214 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 90 M 2024-01-24T02:09:00.214 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 96 M 2024-01-24T02:09:00.214 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-24T02:09:01.141 INFO:teuthology.orchestra.run.smithi204.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-24T02:09:01.933 INFO:teuthology.orchestra.run.smithi204.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 22 MB/s | 36 MB 00:01 2024-01-24T02:09:02.458 INFO:teuthology.orchestra.run.smithi204.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 20 MB/s | 44 MB 00:02 2024-01-24T02:09:02.458 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:09:02.458 INFO:teuthology.orchestra.run.smithi204.stdout:Total 40 MB/s | 90 MB 00:02 2024-01-24T02:09:03.042 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:03.140 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-24T02:09:03.306 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:03.568 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-24T02:09:03.569 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-24T02:09:04.799 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-24T02:09:04.817 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-24T02:09:07.557 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-24T02:09:08.021 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:09:11.601 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:09:11.979 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:15.412 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:15.693 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:26.565 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:26.591 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:26.957 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:26.957 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:09:26.957 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:27.437 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:27.437 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:09:27.438 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-01-24T02:09:27.438 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T02:09:27.438 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T02:09:27.438 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:09:27.438 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-01-24T02:09:27.574 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:09:27.840 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:09:27.841 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:09:27.841 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T02:09:27.841 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:09:27.841 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:09:27.841 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-24T02:09:27.841 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:09:27.841 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:09:28.061 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:09:28.061 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:09:28.062 DEBUG:teuthology.orchestra.run.smithi047:> sudo rpm -qi grub2-tools 2024-01-24T02:09:28.096 INFO:teuthology.orchestra.run.smithi047.stdout:Name : grub2-tools 2024-01-24T02:09:28.096 INFO:teuthology.orchestra.run.smithi047.stdout:Epoch : 1 2024-01-24T02:09:28.096 INFO:teuthology.orchestra.run.smithi047.stdout:Version : 2.02 2024-01-24T02:09:28.096 INFO:teuthology.orchestra.run.smithi047.stdout:Release : 129.el8 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: x86_64 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Group : System Environment/Base 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Size : 9265586 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:License : GPLv3+ 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Relocations : (not relocatable) 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Packager : CentOS BuildSystem 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:Vendor : CentOS 2024-01-24T02:09:28.097 INFO:teuthology.orchestra.run.smithi047.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:Summary : Support tools for GRUB. 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:Description : 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:hardware devices. 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:09:28.098 INFO:teuthology.orchestra.run.smithi047.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T02:09:28.099 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T02:09:28.099 INFO:teuthology.task.kernel:Updating grub on smithi047 to boot 4.18.0-536.el8.x86_64 2024-01-24T02:09:28.099 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T02:09:29.613 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-01-24T02:09:31.781 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-01-24T02:09:31.783 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-01-24T02:09:31.813 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.WLZfCnoUBg 2024-01-24T02:09:31.813 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WLZfCnoUBg 2024-01-24T02:09:31.889 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.WLZfCnoUBg 2024-01-24T02:09:32.034 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.WLZfCnoUBg is 6KB 2024-01-24T02:09:32.081 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.WLZfCnoUBg 2024-01-24T02:09:32.099 DEBUG:teuthology.orchestra.run.smithi047:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T02:09:32.253 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T02:09:32.253 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T02:09:32.253 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T02:09:32.253 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T02:09:32.254 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T02:09:32.348 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-01-24T02:09:37.669 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:37.693 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:38.035 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:38.035 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T02:09:38.035 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:38.528 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-24T02:09:38.682 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:09:38.899 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:09:38.899 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:09:38.899 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T02:09:38.899 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:09:38.900 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:09:38.900 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-24T02:09:38.900 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:09:38.900 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:09:39.111 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T02:09:39.111 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T02:09:39.111 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-01-24T02:09:39.144 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-01-24T02:09:39.144 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 129.el8 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9265586 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : CentOS BuildSystem 2024-01-24T02:09:39.145 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:09:39.146 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T02:09:39.147 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T02:09:39.147 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-536.el8.x86_64 2024-01-24T02:09:39.147 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T02:09:40.932 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-01-24T02:09:42.773 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-01-24T02:09:42.775 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-01-24T02:09:42.802 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.Jhpq92Jy0r 2024-01-24T02:09:42.802 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Jhpq92Jy0r 2024-01-24T02:09:42.876 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.Jhpq92Jy0r 2024-01-24T02:09:43.020 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.Jhpq92Jy0r is 6KB 2024-01-24T02:09:43.068 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.Jhpq92Jy0r 2024-01-24T02:09:43.085 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T02:09:43.159 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T02:09:43.160 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T02:09:43.160 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T02:09:43.160 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T02:09:43.161 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T02:09:43.306 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-01-24T02:10:02.368 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-24T02:10:02.369 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:10:02.370 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:10:13.316 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-24T02:10:13.316 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:10:13.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:10:20.865 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-01-24T02:10:29.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:10:29.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:10:31.868 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-24T02:10:40.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:10:40.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:10:43.936 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-24T02:10:55.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:10:55.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:11:14.364 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-24T02:11:29.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:11:29.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:11:29.875 DEBUG:teuthology.orchestra.remote:timed out 2024-01-24T02:11:30.044 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-24T02:11:30.341 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:11:30.341 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-24T02:11:30.341 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-24T02:11:30.357 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-536.el8.x86_64 2024-01-24T02:11:30.358 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T02:11:30.358 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T02:11:30.358 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T02:11:31.358 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T02:11:31.359 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:11:31.456 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-01-24T02:11:31.469 DEBUG:teuthology.parallel:result is None 2024-01-24T02:11:41.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:11:41.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:11:42.237 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-01-24T02:11:42.699 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:11:42.699 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-24T02:11:42.700 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-01-24T02:11:42.721 INFO:teuthology.orchestra.run.smithi047.stdout:4.18.0-536.el8.x86_64 2024-01-24T02:11:42.721 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T02:11:42.721 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T02:11:42.721 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T02:11:43.722 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T02:11:43.722 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:11:43.814 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-01-24T02:11:43.832 DEBUG:teuthology.parallel:result is None 2024-01-24T02:11:43.833 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T02:11:43.842 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T02:11:43.843 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:11:43.845 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:11:43.870 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T02:11:43.882 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T02:11:43.896 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T02:11:43.896 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:11:43.907 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:11:43.956 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T02:11:43.963 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T02:11:43.963 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T02:11:43.965 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T02:11:44.000 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:11:44.011 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:11:44.031 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:11:44.042 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:11:44.043 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T02:11:44.052 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T02:11:44.052 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:11:44.055 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:11:44.114 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T02:11:44.123 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T02:11:44.124 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:11:44.126 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:11:44.172 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:11:44.234 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:11:44.282 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:11:44.369 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:11:44.414 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:11:44.414 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:11:44.483 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:11:44.530 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:11:44.582 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:11:44.669 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:11:44.712 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-24T02:11:44.712 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:11:44.780 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-01-24T02:11:44.783 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-01-24T02:11:44.851 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:11:44.889 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:11:45.355 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T02:11:45.364 INFO:teuthology.task.internal:Starting timer... 2024-01-24T02:11:45.364 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T02:11:45.380 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T02:11:45.394 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-24T02:11:45.395 DEBUG:teuthology.orchestra.run.smithi047:> sudo service auditd rotate 2024-01-24T02:11:45.486 INFO:teuthology.orchestra.run.smithi047.stdout:Rotating logs: 2024-01-24T02:11:45.488 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-01-24T02:11:45.593 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-01-24T02:11:45.595 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T02:11:45.595 DEBUG:teuthology.orchestra.run.smithi047:> /usr/sbin/getenforce 2024-01-24T02:11:45.646 INFO:teuthology.orchestra.run.smithi047.stdout:Permissive 2024-01-24T02:11:45.646 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-01-24T02:11:45.696 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-01-24T02:11:45.696 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi047.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-01-24T02:11:45.696 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:11:45.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:11:45.727 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:11:45.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:11:45.756 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T02:11:45.756 DEBUG:teuthology.orchestra.run.smithi047:> sudo /usr/sbin/setenforce permissive 2024-01-24T02:11:45.796 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-01-24T02:11:45.823 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T02:11:45.833 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T02:11:45.848 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-24T02:11:45.850 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T02:17:29.521 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-01-24T02:17:29.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:17:29.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:17:29.641 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-01-24T02:17:29.715 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-01-24T02:17:29.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:17:29.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:17:29.793 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-24T02:17:29.861 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-24T02:17:29.861 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T02:17:29.878 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T02:17:29.878 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T02:17:29.878 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:17:29.881 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T02:17:29.881 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:17:29.916 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T02:17:29.932 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T02:17:29.932 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T02:17:29.947 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T02:17:30.006 INFO:teuthology.orchestra.run.smithi047.stderr:sudo: ntpd: command not found 2024-01-24T02:17:30.018 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-01-24T02:17:30.018 INFO:teuthology.orchestra.run.smithi047.stdout:506 Cannot talk to daemon 2024-01-24T02:17:30.029 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-01-24T02:17:30.033 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T02:17:30.043 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T02:17:30.048 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T02:17:30.057 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T02:17:30.121 INFO:teuthology.orchestra.run.smithi047.stderr:bash: ntpq: command not found 2024-01-24T02:17:30.125 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:17:30.125 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-01-24T02:17:30.125 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.125 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.126 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.126 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.126 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.131 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:17:30.131 INFO:teuthology.run_tasks:Running task pexec... 2024-01-24T02:17:30.142 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-24T02:17:30.142 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi047.front.sepia.ceph.com 2024-01-24T02:17:30.143 DEBUG:teuthology.orchestra.run.smithi047:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T02:17:30.143 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2024-01-24T02:17:30.143 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T02:17:30.950 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:26 ago on Wed 24 Jan 2024 02:16:04 AM UTC. 2024-01-24T02:17:30.977 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:19 ago on Wed 24 Jan 2024 02:16:11 AM UTC. 2024-01-24T02:17:32.929 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:32.930 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:33.070 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout:Resetting modules: 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:33.072 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:33.181 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-24T02:17:33.332 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-01-24T02:17:34.029 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:29 ago on Wed 24 Jan 2024 02:16:04 AM UTC. 2024-01-24T02:17:34.220 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:23 ago on Wed 24 Jan 2024 02:16:11 AM UTC. 2024-01-24T02:17:35.994 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-24T02:17:36.029 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:36.029 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-01-24T02:17:36.029 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T02:17:36.030 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-01-24T02:17:36.031 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:36.032 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 27 M 2024-01-24T02:17:36.032 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 89 M 2024-01-24T02:17:36.032 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-24T02:17:36.244 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.3 MB/s | 750 kB 00:00 2024-01-24T02:17:36.287 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.7 MB/s | 1.0 MB 00:00 2024-01-24T02:17:36.312 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 564 kB/s | 38 kB 00:00 2024-01-24T02:17:36.315 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2024-01-24T02:17:36.337 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout:Installing group/module packages: 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T02:17:36.352 INFO:teuthology.orchestra.run.smithi047.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout:Installing weak dependencies: 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T02:17:36.353 INFO:teuthology.orchestra.run.smithi047.stdout:Installing module profiles: 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools/common 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling module streams: 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools rhel8 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout:Install 13 Packages 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:36.354 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 27 M 2024-01-24T02:17:36.355 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 89 M 2024-01-24T02:17:36.355 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2024-01-24T02:17:36.387 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2024-01-24T02:17:36.430 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2024-01-24T02:17:36.480 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-01-24T02:17:36.555 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 16 MB/s | 3.9 MB 00:00 2024-01-24T02:17:36.697 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 15 MB/s | 9.6 MB 00:00 2024-01-24T02:17:36.780 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2024-01-24T02:17:36.806 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2024-01-24T02:17:36.831 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 799 kB/s | 41 kB 00:00 2024-01-24T02:17:36.839 INFO:teuthology.orchestra.run.smithi047.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2024-01-24T02:17:36.881 INFO:teuthology.orchestra.run.smithi047.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 898 kB/s | 38 kB 00:00 2024-01-24T02:17:36.915 INFO:teuthology.orchestra.run.smithi047.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.8 MB/s | 1.0 MB 00:00 2024-01-24T02:17:36.957 INFO:teuthology.orchestra.run.smithi047.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2024-01-24T02:17:36.982 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2024-01-24T02:17:36.982 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:17:36.982 INFO:teuthology.orchestra.run.smithi204.stdout:Total 28 MB/s | 27 MB 00:00 2024-01-24T02:17:37.015 INFO:teuthology.orchestra.run.smithi047.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-24T02:17:37.057 INFO:teuthology.orchestra.run.smithi047.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 595 kB/s | 25 kB 00:00 2024-01-24T02:17:37.091 INFO:teuthology.orchestra.run.smithi047.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.7 MB/s | 94 kB 00:00 2024-01-24T02:17:37.247 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-24T02:17:37.268 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-24T02:17:37.268 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-24T02:17:37.383 INFO:teuthology.orchestra.run.smithi047.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.4 MB/s | 3.9 MB 00:00 2024-01-24T02:17:37.539 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-24T02:17:37.543 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-24T02:17:37.575 INFO:teuthology.orchestra.run.smithi047.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 13 MB/s | 2.5 MB 00:00 2024-01-24T02:17:37.625 INFO:teuthology.orchestra.run.smithi047.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2024-01-24T02:17:37.667 INFO:teuthology.orchestra.run.smithi047.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2024-01-24T02:17:37.794 INFO:teuthology.orchestra.run.smithi047.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 7.8 MB/s | 9.6 MB 00:01 2024-01-24T02:17:37.927 INFO:teuthology.orchestra.run.smithi047.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.8 MB/s | 8.1 MB 00:00 2024-01-24T02:17:37.928 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:17:37.928 INFO:teuthology.orchestra.run.smithi047.stdout:Total 17 MB/s | 27 MB 00:01 2024-01-24T02:17:38.199 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2024-01-24T02:17:38.222 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2024-01-24T02:17:38.222 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2024-01-24T02:17:38.258 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-24T02:17:38.457 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T02:17:38.488 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2024-01-24T02:17:38.492 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2024-01-24T02:17:38.644 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T02:17:38.829 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T02:17:39.054 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T02:17:39.180 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2024-01-24T02:17:39.407 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T02:17:39.568 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T02:17:39.625 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T02:17:39.777 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T02:17:39.983 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T02:17:40.561 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T02:17:40.612 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T02:17:40.864 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T02:17:41.058 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T02:17:41.340 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T02:17:41.621 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T02:17:41.765 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T02:17:41.826 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T02:17:42.015 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T02:17:42.289 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T02:17:42.678 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T02:17:42.692 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T02:17:42.893 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T02:17:43.076 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T02:17:43.525 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T02:17:43.526 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T02:17:43.629 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T02:17:43.832 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T02:17:44.041 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T02:17:44.149 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.150 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.151 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.151 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T02:17:44.151 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:17:44.151 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-24T02:17:44.302 DEBUG:teuthology.parallel:result is None 2024-01-24T02:17:44.472 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T02:17:44.472 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T02:17:44.473 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.960 INFO:teuthology.orchestra.run.smithi047.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-01-24T02:17:44.961 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2024-01-24T02:17:45.224 DEBUG:teuthology.parallel:result is None 2024-01-24T02:17:45.224 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T02:17:45.298 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T02:17:45.298 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-24T02:17:45.299 INFO:tasks.cephadm:Cluster fsid is c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:17:45.299 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T02:17:45.299 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T02:17:45.299 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi047': '172.21.15.47', 'mon.smithi204': '172.21.15.204'} 2024-01-24T02:17:45.299 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T02:17:45.299 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-01-24T02:17:45.328 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-01-24T02:17:45.359 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-24T02:17:45.360 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.613 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 24 02:17 /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.613 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.759 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 24 02:17 /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.760 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.780 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T02:17:45.812 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-01-24T02:17:45.851 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-01-24T02:17:45.882 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-01-24T02:17:45.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-01-24T02:17:45.950 INFO:tasks.cephadm:Writing seed config... 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T02:17:45.952 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T02:17:45.953 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:17:45.953 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T02:17:45.977 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 = c2cd4d96-ba5e-11ee-95b1-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-24T02:17:45.978 DEBUG:teuthology.orchestra.run.smithi047:mon.smithi047> sudo journalctl -f -n 0 -u ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service 2024-01-24T02:17:46.019 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T02:17:46.020 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid c2cd4d96-ba5e-11ee-95b1-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.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:17:46.047 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:-- Logs begin at Wed 2024-01-24 02:10:53 UTC. -- 2024-01-24T02:17:46.413 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T02:17:47.827 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2024-01-24T02:17:47.837 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying podman|docker is present... 2024-01-24T02:17:47.838 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T02:17:47.863 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2024-01-24T02:17:47.875 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying lvm2 is present... 2024-01-24T02:17:47.876 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying time synchronization is in place... 2024-01-24T02:17:47.876 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled chrony.service 2024-01-24T02:17:47.884 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T02:17:47.885 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active chrony.service 2024-01-24T02:17:47.891 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:17:47.891 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-24T02:17:47.898 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: enabled 2024-01-24T02:17:47.898 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active chronyd.service 2024-01-24T02:17:47.904 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: active 2024-01-24T02:17:47.905 INFO:teuthology.orchestra.run.smithi047.stderr:Unit chronyd.service is enabled and running 2024-01-24T02:17:47.905 INFO:teuthology.orchestra.run.smithi047.stderr:Repeating the final host check... 2024-01-24T02:17:47.905 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T02:17:47.927 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2024-01-24T02:17:47.941 INFO:teuthology.orchestra.run.smithi047.stderr:podman|docker (/bin/podman) is present 2024-01-24T02:17:47.941 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl is present 2024-01-24T02:17:47.941 INFO:teuthology.orchestra.run.smithi047.stderr:lvcreate is present 2024-01-24T02:17:47.941 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled chrony.service 2024-01-24T02:17:47.947 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T02:17:47.948 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active chrony.service 2024-01-24T02:17:47.954 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:17:47.954 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-24T02:17:47.960 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: enabled 2024-01-24T02:17:47.961 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active chronyd.service 2024-01-24T02:17:47.966 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: active 2024-01-24T02:17:47.967 INFO:teuthology.orchestra.run.smithi047.stderr:Unit chronyd.service is enabled and running 2024-01-24T02:17:47.967 INFO:teuthology.orchestra.run.smithi047.stderr:Host looks OK 2024-01-24T02:17:47.967 INFO:teuthology.orchestra.run.smithi047.stderr:Cluster fsid: c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:17:47.967 INFO:teuthology.orchestra.run.smithi047.stderr:Acquiring lock 139785386389632 on /run/cephadm/c2cd4d96-ba5e-11ee-95b1-87774f69a715.lock 2024-01-24T02:17:47.968 INFO:teuthology.orchestra.run.smithi047.stderr:Lock 139785386389632 acquired on /run/cephadm/c2cd4d96-ba5e-11ee-95b1-87774f69a715.lock 2024-01-24T02:17:47.968 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying IP 172.21.15.47 port 3300 ... 2024-01-24T02:17:47.968 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying IP 172.21.15.47 port 6789 ... 2024-01-24T02:17:47.968 INFO:teuthology.orchestra.run.smithi047.stderr:Base mon IP is 172.21.15.47, final addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-01-24T02:17:47.968 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /sbin/ip route ls 2024-01-24T02:17:47.971 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.47 metric 100 2024-01-24T02:17:47.971 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 metric 100 2024-01-24T02:17:47.972 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /sbin/ip -6 route ls 2024-01-24T02:17:47.974 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T02:17:47.974 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-24T02:17:47.974 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1764sec hoplimit 64 pref medium 2024-01-24T02:17:47.974 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /sbin/ip -6 addr ls 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:148e/64 scope link 2024-01-24T02:17:47.977 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T02:17:47.978 INFO:teuthology.orchestra.run.smithi047.stderr:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-01-24T02:17:47.978 INFO:teuthology.orchestra.run.smithi047.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T02:17:47.979 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-24T02:17:47.979 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-24T02:17:48.072 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-24T02:17:54.542 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Getting image source signatures 2024-01-24T02:17:54.548 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-24T02:17:54.548 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-24T02:18:10.785 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-24T02:18:10.834 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Writing manifest to image destination 2024-01-24T02:18:11.089 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-24T02:18:11.100 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-24T02:18:11.631 INFO:teuthology.orchestra.run.smithi047.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-24T02:18:12.026 INFO:teuthology.orchestra.run.smithi047.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-24T02:18:12.026 INFO:teuthology.orchestra.run.smithi047.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T02:18:12.027 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-24T02:18:12.327 INFO:teuthology.orchestra.run.smithi047.stderr:stat: 167 167 2024-01-24T02:18:12.730 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial keys... 2024-01-24T02:18:12.730 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-24T02:18:12.998 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQBkc7Blzha+OhAAG7/EkW6q1NJzGpTUHX+INA== 2024-01-24T02:18:13.349 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-24T02:18:13.615 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQBlc7BlknHmIxAAlroX008JZeYr5YK9h+LZOA== 2024-01-24T02:18:14.068 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-24T02:18:14.331 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQBmc7BlwcLJEhAArpE+newOLZxPJA0GgvrV3Q== 2024-01-24T02:18:14.666 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial monmap... 2024-01-24T02:18:14.666 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpcevnedtn:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 --addv smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] /tmp/monmap 2024-01-24T02:18:15.106 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T02:18:15.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:15.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T02:18:15.436 INFO:teuthology.orchestra.run.smithi047.stderr:monmaptool for smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T02:18:15.436 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: set fsid to c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:15.437 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T02:18:15.437 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:18:15.437 INFO:teuthology.orchestra.run.smithi047.stderr:Creating mon... 2024-01-24T02:18:15.437 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/mon.smithi047:/var/lib/ceph/mon/ceph-smithi047:z -v /tmp/ceph-tmpon4nrlqo:/tmp/keyring:z -v /tmp/ceph-tmpcevnedtn:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi047 --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-24T02:18:15.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.700+0000 7f657b11c700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T02:18:15.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.700+0000 7f657b11c700 1 imported monmap: 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T02:18:15.090583+0000 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: created 2024-01-24T02:18:15.090583+0000 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.700+0000 7f657b11c700 0 /usr/bin/ceph-mon: set fsid to c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T02:18:15.732 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Compile date Jul 8 2021 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: DB SUMMARY 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 0, files: 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.error_if_exists: 0 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.create_if_missing: 1 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.env: 0x5594ab1571c0 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.fs: Posix File System 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.info_log: 0x5594ac82b000 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T02:18:15.733 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.statistics: (nil) 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.use_fsync: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.db_log_dir: 2024-01-24T02:18:15.734 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi047/store.db 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.write_buffer_manager: 0x5594ac833530 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T02:18:15.735 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.unordered_write: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.row_cache: None 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.wal_filter: None 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T02:18:15.736 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.two_write_queues: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.atomic_flush: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T02:18:15.737 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.max_open_files: -1 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Compression algorithms supported: 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kZSTD supported: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kXpressCompression supported: 0 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T02:18:15.738 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kZlibCompression supported: 1 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.701+0000 7f657b11c700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000001 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.merge_operator: 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_filter: None 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T02:18:15.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5594ac744160) 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T02:18:15.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache: 0x5594ac77ad10 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T02:18:15.741 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression: NoCompression 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T02:18:15.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.num_levels: 7 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T02:18:15.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T02:18:15.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T02:18:15.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.table_properties_collectors: 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T02:18:15.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.bloom_locality: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.ttl: 2592000 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.702+0000 7f657b11c700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.703+0000 7f657b11c700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.703+0000 7f657b11c700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.703+0000 7f657b11c700 4 rocksdb: DB pointer 0x5594ac83f800 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.703+0000 7f6563fa5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T02:18:15.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.703+0000 7f6563fa5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:18:15.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:18:15.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:15.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.705+0000 7f657b11c700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.705+0000 7f657b11c700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T02:18:15.751 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:18:15.705+0000 7f657b11c700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi047 for mon.smithi047 2024-01-24T02:18:16.048 INFO:teuthology.orchestra.run.smithi047.stderr:create mon.smithi047 on 2024-01-24T02:18:16.048 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:16.053 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl disable ceph.target 2024-01-24T02:18:16.148 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl enable ceph.target 2024-01-24T02:18:16.155 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-24T02:18:16.238 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl start ceph.target 2024-01-24T02:18:16.244 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl enable ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target 2024-01-24T02:18:16.251 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target. 2024-01-24T02:18:16.251 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target. 2024-01-24T02:18:16.335 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target 2024-01-24T02:18:16.343 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl daemon-reload 2024-01-24T02:18:16.430 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:18:16.457 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl reset-failed ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:18:16.462 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to reset failed state of unit ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service: Unit ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service not loaded. 2024-01-24T02:18:16.463 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl enable ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:18:16.469 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target.wants/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service → /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@.service. 2024-01-24T02:18:16.560 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:18:16.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:16 smithi047 systemd[1]: Starting Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715... 2024-01-24T02:18:16.836 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T02:18:16.845 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2024-01-24T02:18:16.846 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T02:18:16.853 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:18:16.853 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2024-01-24T02:18:16.853 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T02:18:16.854 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mon to start... 2024-01-24T02:18:16.854 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mon... 2024-01-24T02:18:16.854 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/mon.smithi047:/var/lib/ceph/mon/ceph-smithi047:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-24T02:18:16.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:16 smithi047 bash[34123]: dd4694998080acad891cb7aafe164e229931af4641c862262c2b8deb3f7cfa97 2024-01-24T02:18:16.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:16 smithi047 systemd[1]: Started Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715. 2024-01-24T02:18:17.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.855316+0000 mon.smithi047 (mon.0) 0 : [INF] mkfs c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:17.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.851790+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: cluster: 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: id: c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: services: 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi047 (age 0.470131s) 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T02:18:17.326 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: data: 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: pgs: 2024-01-24T02:18:17.327 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:17.675 INFO:teuthology.orchestra.run.smithi047.stderr:mon is available 2024-01-24T02:18:17.675 INFO:teuthology.orchestra.run.smithi047.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T02:18:17.675 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/mon.smithi047:/var/lib/ceph/mon/ceph-smithi047:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi047/config 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.854875+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.854993+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.856538+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.858537+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: cluster 2024-01-24T02:18:16.858908+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T02:18:17.869 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: audit 2024-01-24T02:18:17.324978+0000 mon.smithi047 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.47:0/2677009873' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [global] 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: fsid = c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T02:18:18.178 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [mgr] 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [osd] 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T02:18:18.179 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T02:18:18.553 INFO:teuthology.orchestra.run.smithi047.stderr:Generating new minimal ceph.conf... 2024-01-24T02:18:18.554 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/mon.smithi047:/var/lib/ceph/mon/ceph-smithi047:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi047/config 2024-01-24T02:18:19.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: audit 2024-01-24T02:18:18.174169+0000 mon.smithi047 (mon.0) 8 : audit [INF] from='client.? 172.21.15.47:0/2151452182' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:18:19.218 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: audit 2024-01-24T02:18:18.176683+0000 mon.smithi047 (mon.0) 9 : audit [INF] from='client.? 172.21.15.47:0/2151452182' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T02:18:19.559 INFO:teuthology.orchestra.run.smithi047.stderr:Restarting the monitor... 2024-01-24T02:18:19.560 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl restart ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:18:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:19 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715... 2024-01-24T02:18:19.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:19 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: debug 2024-01-24T02:18:19.631+0000 7faf6585f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T02:18:19.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:19 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34137]: debug 2024-01-24T02:18:19.631+0000 7faf6585f700 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T02:18:20.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:19 smithi047 podman[34460]: ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047 2024-01-24T02:18:20.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 systemd[1]: ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service: Succeeded. 2024-01-24T02:18:20.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715. 2024-01-24T02:18:20.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 systemd[1]: Starting Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715... 2024-01-24T02:18:20.368 INFO:teuthology.orchestra.run.smithi047.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-24T02:18:20.368 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.361+0000 7f0d3e4e4700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.361+0000 7f0d3e4e4700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.361+0000 7f0d3e4e4700 0 pidfile_write: ignore empty --pid-file 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 bash[34531]: 84b038561d0596c0df247aefbf2f0306df9354fed13f556b8185ac330f425b89 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.366+0000 7f0d3e4e4700 0 load: jerasure load: lrc load: isa 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 systemd[1]: Started Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715. 2024-01-24T02:18:20.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Compile date Jul 8 2021 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: DB SUMMARY 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: CURRENT file: CURRENT 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T02:18:20.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 000006.log size: 80410 ; 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.error_if_exists: 0 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.create_if_missing: 0 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.env: 0x55981db3d1c0 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.fs: Posix File System 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.info_log: 0x55981f0dda40 2024-01-24T02:18:20.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.statistics: (nil) 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.use_fsync: 0 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T02:18:20.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.db_log_dir: 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi047/store.db 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T02:18:20.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.write_buffer_manager: 0x55981fd54030 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T02:18:20.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.unordered_write: 0 2024-01-24T02:18:20.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.row_cache: None 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.wal_filter: None 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.two_write_queues: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.atomic_flush: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T02:18:20.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_open_files: -1 2024-01-24T02:18:20.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Compression algorithms supported: 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kZSTD supported: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kXpressCompression supported: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kZlibCompression supported: 1 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000005 2024-01-24T02:18:20.815 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.merge_operator: 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_filter: None 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55981eff7cc0) 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cache_index_and_filter_blocks: 1 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: pin_top_level_index_and_filter: 1 2024-01-24T02:18:20.816 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: index_type: 0 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: data_block_index_type: 0 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: index_shortening: 1 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: hash_index_allow_collision: 1 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: checksum: 1 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: no_block_cache: 0 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_cache: 0x55981f02cf10 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_cache_name: BinnedLRUCache 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_cache_options: 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: capacity : 536870912 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: num_shard_bits : 4 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: strict_capacity_limit : 0 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: high_pri_pool_ratio: 0.000 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_cache_compressed: (nil) 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: persistent_cache: (nil) 2024-01-24T02:18:20.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_size: 4096 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_size_deviation: 10 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_restart_interval: 16 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: index_block_restart_interval: 1 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: metadata_block_size: 4096 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: partition_filters: 0 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: use_delta_encoding: 1 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: whole_key_filtering: 1 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: verify_compression: 0 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: read_amp_bytes_per_bit: 0 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: format_version: 2 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: enable_index_compression: 1 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: block_align: 0 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression: NoCompression 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.num_levels: 7 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:18:20.819 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T02:18:20.820 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T02:18:20.821 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T02:18:20.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.table_properties_collectors: 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.bloom_locality: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T02:18:20.823 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.ttl: 2592000 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.367+0000 7f0d3e4e4700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.368+0000 7f0d3e4e4700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.368+0000 7f0d3e4e4700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.368+0000 7f0d3e4e4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706062700368547, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.368+0000 7f0d3e4e4700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.369+0000 7f0d3e4e4700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-24T02:18:20.824 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.369+0000 7f0d3e4e4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706062700369855, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77333, "table_properties": {"data_size": 75630, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 70277, "raw_average_value_size": 360, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706062700, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.369+0000 7f0d3e4e4700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.370+0000 7f0d3e4e4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706062700370438, "job": 1, "event": "recovery_finished"} 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.371+0000 7f0d3e4e4700 4 rocksdb: DB pointer 0x55981f0f1800 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.371+0000 7f0d252ec700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.371+0000 7f0d252ec700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** DB Stats ** 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T02:18:20.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** Compaction Stats [default] ** 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** Compaction Stats [default] ** 2024-01-24T02:18:20.826 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:18:20.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Cumulative compaction: 0.00 GB write, 18.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Interval compaction: 0.00 GB write, 18.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** Compaction Stats [default] ** 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.828 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** Compaction Stats [default] ** 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.3 0.00 0.00 1 0.001 0 0 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Cumulative compaction: 0.00 GB write, 17.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.372+0000 7f0d3e4e4700 0 starting mon.smithi047 rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi047 fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 1 mon.smithi047@-1(???) e1 preinit fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).mds e1 new map 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).mds e1 print_map 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: e1 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: legacy client fscid: -1 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: No filesystems configured 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T02:18:20.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:18.174169+0000 mon.smithi047 (mon.0) 8 : audit [INF] from='client.? 172.21.15.47:0/2151452182' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:18.176683+0000 mon.smithi047 (mon.0) 9 : audit [INF] from='client.? 172.21.15.47:0/2151452182' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.374+0000 7f0d3e4e4700 1 mon.smithi047@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expand map: {default=false} 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta from 'false' to 'false' 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expanded map: {default=false} 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expand map: {default=info} 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta from 'info' to 'info' 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expanded map: {default=info} 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expand map: {default=daemon} 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-24T02:18:20.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expand map: {default=debug} 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:18:20.376+0000 7f0d3e4e4700 20 expand_channel_meta expanded map: {default=debug} 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:20.390863+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:20.390926+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:20.390969+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:20.391014+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T02:18:20.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:20.391466+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T02:18:21.151 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T02:18:21.151 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:18:21.151 INFO:teuthology.orchestra.run.smithi047.stderr:Creating mgr... 2024-01-24T02:18:21.152 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying port 9283 ... 2024-01-24T02:18:21.153 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl daemon-reload 2024-01-24T02:18:21.251 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr 2024-01-24T02:18:21.277 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl reset-failed ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr 2024-01-24T02:18:21.282 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to reset failed state of unit ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr.service: Unit ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr.service not loaded. 2024-01-24T02:18:21.283 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl enable ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr 2024-01-24T02:18:21.289 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715.target.wants/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr.service → /etc/systemd/system/ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@.service. 2024-01-24T02:18:21.374 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mgr.smithi047.dpvjcr 2024-01-24T02:18:21.717 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T02:18:21.725 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2024-01-24T02:18:21.725 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T02:18:21.733 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:18:21.734 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2024-01-24T02:18:21.734 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T02:18:21.734 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T02:18:21.741 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2024-01-24T02:18:21.742 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T02:18:21.753 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:18:21.753 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2024-01-24T02:18:21.753 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T02:18:21.754 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr to start... 2024-01-24T02:18:21.754 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr... 2024-01-24T02:18:21.754 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-24T02:18:21.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:21 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:20.803052+0000 mon.smithi047 (mon.0) 6 : audit [INF] from='client.? 172.21.15.47:0/333213099' entity='client.admin' 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "c2cd4d96-ba5e-11ee-95b1-87774f69a715", 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:18:22.210 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:18:22.211 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:18:22.212 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:18:22.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:18:22.216 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:18:16.855673+0000", 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:18:22.217 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:22.599 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (1/15)... 2024-01-24T02:18:23.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:22.207364+0000 mon.smithi047 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.47:0/2276341074' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:18:24.601 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "c2cd4d96-ba5e-11ee-95b1-87774f69a715", 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.050 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:18:25.051 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:18:25.052 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:18:25.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:18:16.855673+0000", 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:18:25.054 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:25.347 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (2/15)... 2024-01-24T02:18:25.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:25.044161+0000 mon.smithi047 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.47:0/2409351068' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:18:27.349 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-24T02:18:27.454 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:27.039242+0000 mon.smithi047 (mon.0) 9 : cluster [INF] Activating manager daemon smithi047.dpvjcr 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:27.041791+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi047.dpvjcr(active, starting, since 0.00268015s) 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.042639+0000 mon.smithi047 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.042780+0000 mon.smithi047 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.042909+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.043063+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.043409+0000 mon.smithi047 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.dpvjcr", "id": "smithi047.dpvjcr"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:27.056416+0000 mon.smithi047 (mon.0) 16 : cluster [INF] Manager daemon smithi047.dpvjcr is now available 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.063216+0000 mon.smithi047 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.068795+0000 mon.smithi047 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.069939+0000 mon.smithi047 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.075019+0000 mon.smithi047 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:27.455 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.076754+0000 mon.smithi047 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.47:0/2818265256' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "c2cd4d96-ba5e-11ee-95b1-87774f69a715", 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:18:27.796 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:18:27.797 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:18:27.798 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.799 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:18:16.855673+0000", 2024-01-24T02:18:27.800 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:27.801 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:27.801 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:18:27.801 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:28.132 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (3/15)... 2024-01-24T02:18:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:27.790519+0000 mon.smithi047 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.47:0/2479717191' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:18:28.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:28.043922+0000 mon.smithi047 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi047.dpvjcr(active, since 1.00481s) 2024-01-24T02:18:30.135 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-24T02:18:30.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:29.094185+0000 mon.smithi047 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi047.dpvjcr(active, since 2s) 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "c2cd4d96-ba5e-11ee-95b1-87774f69a715", 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:18:31.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:31.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:18:31.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:18:31.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:18:31.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:18:31.753 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:18:31.753 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:18:31.753 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:18:31.754 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:18:16.855673+0000", 2024-01-24T02:18:31.755 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:18:31.756 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2024-01-24T02:18:31.756 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:18:31.756 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:32.050 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:31 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:31.744881+0000 mon.smithi047 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.47:0/3040041976' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:18:32.140 INFO:teuthology.orchestra.run.smithi047.stderr:mgr is available 2024-01-24T02:18:32.140 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z -v /tmp/tmp_1bvw26n:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [global] 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: fsid = c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T02:18:32.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [mgr] 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [osd] 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T02:18:32.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T02:18:33.008 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:32.673654+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='client.? 172.21.15.47:0/2791648985' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:18:33.047 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling cephadm module... 2024-01-24T02:18:33.047 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-24T02:18:34.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:33 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:33.603181+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='client.? 172.21.15.47:0/3229577095' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T02:18:34.148 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "active_name": "smithi047.dpvjcr", 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T02:18:34.731 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:35.008 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:33.800895+0000 mon.smithi047 (mon.0) 28 : audit [INF] from='client.? 172.21.15.47:0/3229577095' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T02:18:35.008 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:33.800939+0000 mon.smithi047 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi047.dpvjcr(active, since 6s) 2024-01-24T02:18:35.008 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:34.730731+0000 mon.smithi047 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.47:0/3033081547' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T02:18:35.081 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for the mgr to restart... 2024-01-24T02:18:35.081 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr epoch 5... 2024-01-24T02:18:35.081 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-24T02:18:40.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:18:40.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T02:18:40.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T02:18:40.215 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:39.152152+0000 mon.smithi047 (mon.0) 31 : cluster [INF] Active manager daemon smithi047.dpvjcr restarted 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:39.152617+0000 mon.smithi047 (mon.0) 32 : cluster [INF] Activating manager daemon smithi047.dpvjcr 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:39.154249+0000 mon.smithi047 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:39.205236+0000 mon.smithi047 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi047.dpvjcr(active, starting, since 0.0527014s) 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.206393+0000 mon.smithi047 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.206931+0000 mon.smithi047 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.dpvjcr", "id": "smithi047.dpvjcr"}]: dispatch 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.207722+0000 mon.smithi047 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.207880+0000 mon.smithi047 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.208031+0000 mon.smithi047 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:39.209873+0000 mon.smithi047 (mon.0) 40 : cluster [INF] Manager daemon smithi047.dpvjcr is now available 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.223466+0000 mon.smithi047 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:40.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.225968+0000 mon.smithi047 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.228297+0000 mon.smithi047 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.322676+0000 mon.smithi047 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.323377+0000 mon.smithi047 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.324833+0000 mon.smithi047 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.326641+0000 mon.smithi047 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.336828+0000 mon.smithi047 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:18:40.556 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:39.338028+0000 mon.smithi047 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:18:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:40.207330+0000 mgr.smithi047.dpvjcr (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T02:18:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:40.208042+0000 mon.smithi047 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi047.dpvjcr(active, since 1.05551s) 2024-01-24T02:18:41.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:40.214161+0000 mgr.smithi047.dpvjcr (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T02:18:42.323 INFO:teuthology.orchestra.run.smithi047.stderr:mgr epoch 5 is available 2024-01-24T02:18:42.323 INFO:teuthology.orchestra.run.smithi047.stderr:Setting orchestrator backend to cephadm... 2024-01-24T02:18:42.323 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-24T02:18:42.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:41.385340+0000 mon.smithi047 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi047.dpvjcr(active, since 2s) 2024-01-24T02:18:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:43.948510+0000 mgr.smithi047.dpvjcr (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:45.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:43.952452+0000 mon.smithi047 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:45.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:43.956504+0000 mon.smithi047 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:18:45.447 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-24T02:18:46.021 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: value unchanged 2024-01-24T02:18:46.397 INFO:teuthology.orchestra.run.smithi047.stderr:Generating ssh key... 2024-01-24T02:18:46.397 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-24T02:18:47.154 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:46.021651+0000 mgr.smithi047.dpvjcr (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:47.471 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-24T02:18:47.992 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRSRJuWqy4IueDm3biUzyrz+49tmCpUpP1exJonWfqEkmuCwpDt1ebiyTBbgn9bMt8bDNvmOMEDw6dbWA4WK3Jki5ShdSC1mjpNzvD3TEl9u/B2Jonrf3FQGrfrhELe4DQ5DDJGZNHFyTxPG5eu+x/HEJjL3hEoIbnCccScB00RWY00GNKJGn0sbQqK7lJXXpfYKkjOk/WnnvhygOwHO/mOvO4OvvSpSewrOnPrzbO6/kYMaPQCf89f6KMiN2HxWy2NgTUsLx0lLud89WIYr4QMwr62bU2SW4IOXm+H/E8J3vX60ZhhO25osPMZDMUZhsSPl1rYZ8l9Pm/zK2MbNtKINeJ7R9atu1oKyc0BFpRy/lj9Bf6ox576Bec8gWauQZKdE3T7j50K+4pD9VlmlmK9OorZxFfhrFX18DfL+aro378AdhqbVYA4QrQw1zTr5PnChxbCV+0ZMejXPVLix7MDDcX1V0+3UX7ho3ukuBDtCRlL295OfF2TRmFOE39TSc= ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:18:48.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:46.941377+0000 mgr.smithi047.dpvjcr (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2024-01-24T02:18:48.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:47.122504+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:48.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:47.124164+0000 mon.smithi047 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:48.346 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:18:48.346 INFO:teuthology.orchestra.run.smithi047.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T02:18:48.347 INFO:teuthology.orchestra.run.smithi047.stderr:Adding host smithi047... 2024-01-24T02:18:48.347 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi047 172.21.15.47 2024-01-24T02:18:49.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:49 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:47.992350+0000 mgr.smithi047.dpvjcr (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:49.457 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Added host 'smithi047' with addr '172.21.15.47' 2024-01-24T02:18:49.763 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying mon service with default placement... 2024-01-24T02:18:49.763 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-24T02:18:50.268 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T02:18:50.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:48.855049+0000 mgr.smithi047.dpvjcr (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:49.455258+0000 mon.smithi047 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:49.455534+0000 mgr.smithi047.dpvjcr (mgr.14118) 9 : cephadm [INF] Added host smithi047 2024-01-24T02:18:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:49.455794+0000 mon.smithi047 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:18:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:50.267994+0000 mon.smithi047 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:50.895 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying mgr service with default placement... 2024-01-24T02:18:50.895 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-24T02:18:51.438 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T02:18:51.714 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:50.265026+0000 mgr.smithi047.dpvjcr (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:51.714 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:50.265785+0000 mgr.smithi047.dpvjcr (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T02:18:51.714 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:51.438265+0000 mon.smithi047 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:51.779 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying crash service with default placement... 2024-01-24T02:18:51.779 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-24T02:18:52.323 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T02:18:52.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:51.435605+0000 mgr.smithi047.dpvjcr (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:52.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:51.436175+0000 mgr.smithi047.dpvjcr (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T02:18:52.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:52.322888+0000 mon.smithi047 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.47:0/1949424430' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:18:52.687 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling mgr prometheus module... 2024-01-24T02:18:52.687 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-24T02:18:53.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:52.320178+0000 mgr.smithi047.dpvjcr (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:18:53.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:52.320829+0000 mgr.smithi047.dpvjcr (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T02:18:53.793 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:53.282047+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='client.? 172.21.15.47:0/1532548780' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T02:18:53.795 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying prometheus service with default placement... 2024-01-24T02:18:53.795 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-24T02:18:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:53.458856+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='client.? 172.21.15.47:0/1532548780' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T02:18:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:53.458901+0000 mon.smithi047 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi047.dpvjcr(active, since 14s) 2024-01-24T02:18:59.853 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T02:19:00.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:58.793257+0000 mon.smithi047 (mon.0) 64 : cluster [INF] Active manager daemon smithi047.dpvjcr restarted 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:58.793635+0000 mon.smithi047 (mon.0) 65 : cluster [INF] Activating manager daemon smithi047.dpvjcr 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:58.795163+0000 mon.smithi047 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:58.845917+0000 mon.smithi047 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi047.dpvjcr(active, starting, since 0.0523721s) 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.846712+0000 mon.smithi047 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.847534+0000 mon.smithi047 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.dpvjcr", "id": "smithi047.dpvjcr"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.848193+0000 mon.smithi047 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.848343+0000 mon.smithi047 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.848480+0000 mon.smithi047 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:58.861616+0000 mon.smithi047 (mon.0) 73 : cluster [INF] Manager daemon smithi047.dpvjcr is now available 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.964699+0000 mon.smithi047 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.966303+0000 mon.smithi047 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.988055+0000 mon.smithi047 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:19:00.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:18:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:58.993012+0000 mon.smithi047 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:19:00.157 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying grafana service with default placement... 2024-01-24T02:19:00.157 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-24T02:19:00.684 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T02:19:01.021 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:18:59.848454+0000 mon.smithi047 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi047.dpvjcr(active, since 1.0549s) 2024-01-24T02:19:01.022 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:18:59.849941+0000 mgr.smithi047.dpvjcr (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T02:19:01.022 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:18:59.852078+0000 mon.smithi047 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:01.022 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:00.683999+0000 mon.smithi047 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:01.082 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying node-exporter service with default placement... 2024-01-24T02:19:01.082 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-24T02:19:01.618 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T02:19:01.896 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:00.681369+0000 mgr.smithi047.dpvjcr (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:01.896 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:00.681896+0000 mgr.smithi047.dpvjcr (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T02:19:01.897 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:01.618057+0000 mon.smithi047 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:01.897 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:01.685695+0000 mon.smithi047 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi047.dpvjcr(active, since 2s) 2024-01-24T02:19:01.969 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying alertmanager service with default placement... 2024-01-24T02:19:01.969 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-24T02:19:02.494 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T02:19:02.852 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-24T02:19:03.669 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-24T02:19:03.766 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:01.615345+0000 mgr.smithi047.dpvjcr (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:03.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:01.616002+0000 mgr.smithi047.dpvjcr (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T02:19:03.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:02.492013+0000 mgr.smithi047.dpvjcr (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:03.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:02.492560+0000 mgr.smithi047.dpvjcr (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T02:19:03.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:02.494618+0000 mon.smithi047 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.47:0/2981872157' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:03.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:03.338422+0000 mon.smithi047 (mon.0) 84 : audit [INF] from='client.? 172.21.15.47:0/3916794843' entity='client.admin' 2024-01-24T02:19:04.511 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling the dashboard module... 2024-01-24T02:19:04.511 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-24T02:19:05.479 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:05 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:04.175659+0000 mon.smithi047 (mon.0) 85 : audit [INF] from='client.? 172.21.15.47:0/2908430443' entity='client.admin' 2024-01-24T02:19:05.479 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:05 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:05.085278+0000 mon.smithi047 (mon.0) 86 : audit [INF] from='client.? 172.21.15.47:0/1106652614' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T02:19:05.527 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-24T02:19:06.101 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:19:06.101 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-24T02:19:06.101 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:19:06.102 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "active_name": "smithi047.dpvjcr", 2024-01-24T02:19:06.102 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T02:19:06.102 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:19:06.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:05.176635+0000 mon.smithi047 (mon.0) 87 : audit [INF] from='client.? 172.21.15.47:0/1106652614' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T02:19:06.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:05.176689+0000 mon.smithi047 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi047.dpvjcr(active, since 6s) 2024-01-24T02:19:06.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:06.100207+0000 mon.smithi047 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.47:0/2288156296' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T02:19:06.539 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for the mgr to restart... 2024-01-24T02:19:06.540 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr epoch 13... 2024-01-24T02:19:06.540 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-24T02:19:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:10.582026+0000 mon.smithi047 (mon.0) 90 : cluster [INF] Active manager daemon smithi047.dpvjcr restarted 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:10.582449+0000 mon.smithi047 (mon.0) 91 : cluster [INF] Activating manager daemon smithi047.dpvjcr 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:10.583953+0000 mon.smithi047 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:11.390022+0000 mon.smithi047 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi047.dpvjcr(active, starting, since 0.80769s) 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.391219+0000 mon.smithi047 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.392023+0000 mon.smithi047 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mgr metadata", "who": "smithi047.dpvjcr", "id": "smithi047.dpvjcr"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.393339+0000 mon.smithi047 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.393543+0000 mon.smithi047 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.393744+0000 mon.smithi047 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:11.407876+0000 mon.smithi047 (mon.0) 99 : cluster [INF] Manager daemon smithi047.dpvjcr is now available 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.524813+0000 mon.smithi047 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.525958+0000 mon.smithi047 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.551143+0000 mon.smithi047 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:19:11.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:11.554449+0000 mon.smithi047 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:19:12.400 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2024-01-24T02:19:12.400 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-24T02:19:12.400 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T02:19:12.400 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2024-01-24T02:19:12.694 INFO:teuthology.orchestra.run.smithi047.stderr:mgr epoch 13 is available 2024-01-24T02:19:12.694 INFO:teuthology.orchestra.run.smithi047.stderr:Generating a dashboard self-signed certificate... 2024-01-24T02:19:12.694 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-24T02:19:13.443 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T02:19:13.745 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:13 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:12.392065+0000 mgr.smithi047.dpvjcr (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T02:19:13.745 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:13 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:12.392757+0000 mon.smithi047 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi047.dpvjcr(active, since 1.81043s) 2024-01-24T02:19:13.745 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:13 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:12.398689+0000 mgr.smithi047.dpvjcr (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T02:19:13.792 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial admin user... 2024-01-24T02:19:13.793 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpc3reaoc4:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-24T02:19:14.568 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$KlZasb3jEKx1w7NKTm6MqOGkV0RhTdXQKzhchXMd7/.C3GHuY2FtO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706062754, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T02:19:14.724 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:13.237025+0000 mgr.smithi047.dpvjcr (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:14.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:13.394101+0000 mon.smithi047 (mon.0) 105 : cluster [DBG] mgrmap e16: smithi047.dpvjcr(active, since 2s) 2024-01-24T02:19:14.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:13.440633+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:14.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:13.442388+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:14.918 INFO:teuthology.orchestra.run.smithi047.stderr:Fetching dashboard port number... 2024-01-24T02:19:14.918 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp0kzm514v:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpjd4t12gu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-24T02:19:15.419 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 8443 2024-01-24T02:19:15.784 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T02:19:15.793 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2024-01-24T02:19:15.793 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T02:19:15.801 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2024-01-24T02:19:15.801 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2024-01-24T02:19:15.801 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T02:19:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:15 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:14.324105+0000 mgr.smithi047.dpvjcr (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:15 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:14.568322+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:15 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:15.419097+0000 mon.smithi047 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.47:0/434443324' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr:Ceph Dashboard is now available at: 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: URL: https://smithi047.front.sepia.ceph.com:8443/ 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: User: admin 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: Password: h3k8dhjjmm 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr:You can access the Ceph CLI with: 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.805 INFO:teuthology.orchestra.run.smithi047.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: ceph telemetry on 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr:For more information see: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr:Bootstrap complete. 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr:Releasing lock 139785386389632 on /run/cephadm/c2cd4d96-ba5e-11ee-95b1-87774f69a715.lock 2024-01-24T02:19:15.806 INFO:teuthology.orchestra.run.smithi047.stderr:Lock 139785386389632 released on /run/cephadm/c2cd4d96-ba5e-11ee-95b1-87774f69a715.lock 2024-01-24T02:19:15.837 INFO:tasks.cephadm:Fetching config... 2024-01-24T02:19:15.837 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:19:15.837 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T02:19:15.856 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T02:19:15.856 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:19:15.856 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T02:19:15.914 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T02:19:15.914 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:19:15.914 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/mon.smithi047/keyring of=/dev/stdout 2024-01-24T02:19:15.982 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T02:19:15.983 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-01-24T02:19:15.983 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T02:19:16.040 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T02:19:16.040 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRSRJuWqy4IueDm3biUzyrz+49tmCpUpP1exJonWfqEkmuCwpDt1ebiyTBbgn9bMt8bDNvmOMEDw6dbWA4WK3Jki5ShdSC1mjpNzvD3TEl9u/B2Jonrf3FQGrfrhELe4DQ5DDJGZNHFyTxPG5eu+x/HEJjL3hEoIbnCccScB00RWY00GNKJGn0sbQqK7lJXXpfYKkjOk/WnnvhygOwHO/mOvO4OvvSpSewrOnPrzbO6/kYMaPQCf89f6KMiN2HxWy2NgTUsLx0lLud89WIYr4QMwr62bU2SW4IOXm+H/E8J3vX60ZhhO25osPMZDMUZhsSPl1rYZ8l9Pm/zK2MbNtKINeJ7R9atu1oKyc0BFpRy/lj9Bf6ox576Bec8gWauQZKdE3T7j50K+4pD9VlmlmK9OorZxFfhrFX18DfL+aro378AdhqbVYA4QrQw1zTr5PnChxbCV+0ZMejXPVLix7MDDcX1V0+3UX7ho3ukuBDtCRlL295OfF2TRmFOE39TSc= ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T02:19:16.117 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRSRJuWqy4IueDm3biUzyrz+49tmCpUpP1exJonWfqEkmuCwpDt1ebiyTBbgn9bMt8bDNvmOMEDw6dbWA4WK3Jki5ShdSC1mjpNzvD3TEl9u/B2Jonrf3FQGrfrhELe4DQ5DDJGZNHFyTxPG5eu+x/HEJjL3hEoIbnCccScB00RWY00GNKJGn0sbQqK7lJXXpfYKkjOk/WnnvhygOwHO/mOvO4OvvSpSewrOnPrzbO6/kYMaPQCf89f6KMiN2HxWy2NgTUsLx0lLud89WIYr4QMwr62bU2SW4IOXm+H/E8J3vX60ZhhO25osPMZDMUZhsSPl1rYZ8l9Pm/zK2MbNtKINeJ7R9atu1oKyc0BFpRy/lj9Bf6ox576Bec8gWauQZKdE3T7j50K+4pD9VlmlmK9OorZxFfhrFX18DfL+aro378AdhqbVYA4QrQw1zTr5PnChxbCV+0ZMejXPVLix7MDDcX1V0+3UX7ho3ukuBDtCRlL295OfF2TRmFOE39TSc= ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:19:16.128 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRSRJuWqy4IueDm3biUzyrz+49tmCpUpP1exJonWfqEkmuCwpDt1ebiyTBbgn9bMt8bDNvmOMEDw6dbWA4WK3Jki5ShdSC1mjpNzvD3TEl9u/B2Jonrf3FQGrfrhELe4DQ5DDJGZNHFyTxPG5eu+x/HEJjL3hEoIbnCccScB00RWY00GNKJGn0sbQqK7lJXXpfYKkjOk/WnnvhygOwHO/mOvO4OvvSpSewrOnPrzbO6/kYMaPQCf89f6KMiN2HxWy2NgTUsLx0lLud89WIYr4QMwr62bU2SW4IOXm+H/E8J3vX60ZhhO25osPMZDMUZhsSPl1rYZ8l9Pm/zK2MbNtKINeJ7R9atu1oKyc0BFpRy/lj9Bf6ox576Bec8gWauQZKdE3T7j50K+4pD9VlmlmK9OorZxFfhrFX18DfL+aro378AdhqbVYA4QrQw1zTr5PnChxbCV+0ZMejXPVLix7MDDcX1V0+3UX7ho3ukuBDtCRlL295OfF2TRmFOE39TSc= ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T02:19:16.176 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDRSRJuWqy4IueDm3biUzyrz+49tmCpUpP1exJonWfqEkmuCwpDt1ebiyTBbgn9bMt8bDNvmOMEDw6dbWA4WK3Jki5ShdSC1mjpNzvD3TEl9u/B2Jonrf3FQGrfrhELe4DQ5DDJGZNHFyTxPG5eu+x/HEJjL3hEoIbnCccScB00RWY00GNKJGn0sbQqK7lJXXpfYKkjOk/WnnvhygOwHO/mOvO4OvvSpSewrOnPrzbO6/kYMaPQCf89f6KMiN2HxWy2NgTUsLx0lLud89WIYr4QMwr62bU2SW4IOXm+H/E8J3vX60ZhhO25osPMZDMUZhsSPl1rYZ8l9Pm/zK2MbNtKINeJ7R9atu1oKyc0BFpRy/lj9Bf6ox576Bec8gWauQZKdE3T7j50K+4pD9VlmlmK9OorZxFfhrFX18DfL+aro378AdhqbVYA4QrQw1zTr5PnChxbCV+0ZMejXPVLix7MDDcX1V0+3UX7ho3ukuBDtCRlL295OfF2TRmFOE39TSc= ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715 2024-01-24T02:19:16.188 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T02:19:17.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:16.670663+0000 mon.smithi047 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi047.dpvjcr(active, since 6s) 2024-01-24T02:19:18.204 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T02:19:18.205 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T02:19:19.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:17.799677+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='client.? 172.21.15.47:0/140795078' entity='client.admin' 2024-01-24T02:19:20.124 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-01-24T02:19:20.124 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-24T02:19:20.124 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-01-24T02:19:20.146 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-24T02:19:20.147 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:19:20.208 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-01-24T02:19:20.208 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph orch host add smithi204 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:19.742884+0000 mon.smithi047 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:19.897584+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:19.899218+0000 mon.smithi047 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:19.899858+0000 mon.smithi047 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:19.900620+0000 mgr.smithi047.dpvjcr (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2024-01-24T02:19:21.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:20.130148+0000 mon.smithi047 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:22.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:21 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:20.758510+0000 mon.smithi047 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:24.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:23.148727+0000 mon.smithi047 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:24.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:23.425389+0000 mon.smithi047 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:24.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:23.425888+0000 mon.smithi047 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:19:24.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:23.428211+0000 mon.smithi047 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:25.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:23.434910+0000 mgr.smithi047.dpvjcr (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2024-01-24T02:19:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:31.394519+0000 mgr.smithi047.dpvjcr (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:34.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:33.394854+0000 mgr.smithi047.dpvjcr (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:35.395222+0000 mgr.smithi047.dpvjcr (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:37.395499+0000 mgr.smithi047.dpvjcr (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:39.395774+0000 mgr.smithi047.dpvjcr (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:41.395997+0000 mgr.smithi047.dpvjcr (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:43.941 INFO:teuthology.orchestra.run.smithi204.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-01-24T02:19:44.323 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T02:19:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:43.345374+0000 mgr.smithi047.dpvjcr (mgr.14166) 14 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:43.396398+0000 mgr.smithi047.dpvjcr (mgr.14166) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:45.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:43.940181+0000 mon.smithi047 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:45.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:43.940592+0000 mgr.smithi047.dpvjcr (mgr.14166) 16 : cephadm [INF] Added host smithi204 2024-01-24T02:19:45.629 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:19:45.629 INFO:teuthology.orchestra.run.smithi204.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-01-24T02:19:45.999 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T02:19:45.999 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T02:19:46.670 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:45.396745+0000 mgr.smithi047.dpvjcr (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:46.671 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:45.628744+0000 mgr.smithi047.dpvjcr (mgr.14166) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:47.401 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2024-01-24T02:19:47.649 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:47 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:47.356699+0000 mon.smithi047 (mon.0) 123 : audit [INF] from='client.? 172.21.15.47:0/2132153047' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T02:19:47.765 INFO:tasks.cephadm:Adding mon.smithi047 on smithi047 2024-01-24T02:19:47.766 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2024-01-24T02:19:47.766 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi047:172.21.15.47=smithi047;smithi204:172.21.15.204=smithi204' 2024-01-24T02:19:48.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:47.396954+0000 mgr.smithi047.dpvjcr (mgr.14166) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:48.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:47.399831+0000 mon.smithi047 (mon.0) 124 : audit [INF] from='client.? 172.21.15.47:0/2132153047' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T02:19:48.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:47.399874+0000 mon.smithi047 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T02:19:49.092 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-01-24T02:19:49.481 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204.service 2024-01-24T02:19:49.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:19:49.484 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:19:49.512 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:-- Logs begin at Wed 2024-01-24 02:11:14 UTC. -- 2024-01-24T02:19:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:49.087704+0000 mgr.smithi047.dpvjcr (mgr.14166) 20 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:19:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:19:49.089105+0000 mgr.smithi047.dpvjcr (mgr.14166) 21 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi204:172.21.15.204=smithi204;count:2 2024-01-24T02:19:50.555 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:49.091728+0000 mon.smithi047 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:19:50.908 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:19:50.908 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:19:50.908 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:19:51.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:49.397299+0000 mgr.smithi047.dpvjcr (mgr.14166) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:51.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:50.905484+0000 mon.smithi047 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.204:0/3343807102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:19:52.315 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:19:52.315 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:19:53.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:51.397602+0000 mgr.smithi047.dpvjcr (mgr.14166) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:53.665 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:19:53.665 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:19:53.667 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:19:54.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:53.665375+0000 mon.smithi047 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.204:0/3880278500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:19:55.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:19:55.052 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:19:55.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:55 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:53.398012+0000 mgr.smithi047.dpvjcr (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:56.449 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:19:56.450 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:19:56.451 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:19:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:55.398334+0000 mgr.smithi047.dpvjcr (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:57.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:57 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:56.449323+0000 mon.smithi047 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.204:0/2014648084' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:19:57.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:19:57.835 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:19:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:57.398599+0000 mgr.smithi047.dpvjcr (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:19:59.270 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:19:59.270 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:19:59.272 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:19:59.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:19:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:19:59.270341+0000 mon.smithi047 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.204:0/2254440939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:00.647 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:00.648 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:19:59.398885+0000 mgr.smithi047.dpvjcr (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:02.036 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:02.036 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:02.037 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:01.399136+0000 mgr.smithi047.dpvjcr (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:02.035987+0000 mon.smithi047 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.204:0/1421522845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:03.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:03.415 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:03.399455+0000 mgr.smithi047.dpvjcr (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:05.634 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:05.634 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:05.635 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:05.399826+0000 mgr.smithi047.dpvjcr (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:05.633919+0000 mon.smithi047 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.204:0/514291695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:07.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:07.014 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:08.333 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:08.333 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:08.335 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:07.400149+0000 mgr.smithi047.dpvjcr (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:08.333623+0000 mon.smithi047 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.204:0/3708506475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:09.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:09.714 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:09.400499+0000 mgr.smithi047.dpvjcr (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:11.400894+0000 mgr.smithi047.dpvjcr (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:11.552878+0000 mon.smithi047 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:20:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:11.556577+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:20:14.359 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:14.359 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:14.361 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:13.401312+0000 mgr.smithi047.dpvjcr (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:14.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:14.359028+0000 mon.smithi047 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.204:0/1380839443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:16.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:15.401536+0000 mgr.smithi047.dpvjcr (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:17.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:17.145 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:17.401839+0000 mgr.smithi047.dpvjcr (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:18.860 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:18.860 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:18.861 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:19 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:18.859234+0000 mon.smithi047 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.204:0/2648283203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:20.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:20.269 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:19.402150+0000 mgr.smithi047.dpvjcr (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:21.606 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:21.607 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:21.608 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:22.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:21.402432+0000 mgr.smithi047.dpvjcr (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:22.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:21.606358+0000 mon.smithi047 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.204:0/231672433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:22.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:22.958 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:24.284 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:24.284 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:24.286 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:24.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:23.402725+0000 mgr.smithi047.dpvjcr (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:24.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:24.284721+0000 mon.smithi047 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.204:0/1037152589' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:25.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:25.661 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:25.403067+0000 mgr.smithi047.dpvjcr (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:26.992 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:26.992 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:26.994 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:27.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:26.992156+0000 mon.smithi047 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.204:0/4225651939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:28.380 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:28.380 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:27.403318+0000 mgr.smithi047.dpvjcr (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:29.753 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:29.753 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:29.755 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:30.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:29.403630+0000 mgr.smithi047.dpvjcr (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:30.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:29.753172+0000 mon.smithi047 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.204:0/2080900351' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:31.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:31.125 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:32.539 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:32.539 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:32.541 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:31.403962+0000 mgr.smithi047.dpvjcr (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:33.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:33 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:32.539114+0000 mon.smithi047 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.204:0/1998031211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:34.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:34.127 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:33.404306+0000 mgr.smithi047.dpvjcr (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:35.547 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:35.547 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:35.549 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:35.404531+0000 mgr.smithi047.dpvjcr (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:35.547530+0000 mon.smithi047 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.204:0/3491919930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:36.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:36.952 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:38.309 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:38.309 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:38.310 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:37.404780+0000 mgr.smithi047.dpvjcr (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:38.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:38.308995+0000 mon.smithi047 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.204:0/3602480714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:39.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:39.742 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:39.405104+0000 mgr.smithi047.dpvjcr (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:41.187 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:41.187 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:41.188 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:41.186993+0000 mon.smithi047 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.204:0/1687277836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:42.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:42.558 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:41.405379+0000 mgr.smithi047.dpvjcr (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:43.405647+0000 mgr.smithi047.dpvjcr (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:44.956 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:44.956 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:44.957 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:45 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:44.956002+0000 mon.smithi047 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.204:0/3828629306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:46.367 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:46.367 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:45.405863+0000 mgr.smithi047.dpvjcr (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:47.724 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:47.724 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:47.725 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:48.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:47.406201+0000 mgr.smithi047.dpvjcr (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:48.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:47.724028+0000 mon.smithi047 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.204:0/3692415916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:49.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:49.121 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:50.414 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:50.414 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:50.416 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:49.406531+0000 mgr.smithi047.dpvjcr (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:50.413928+0000 mon.smithi047 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.204:0/245177983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:51.797 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:51.797 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:51.406907+0000 mgr.smithi047.dpvjcr (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:53.180 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:53.180 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:53.181 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:53.179961+0000 mon.smithi047 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.204:0/2430958680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:54.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:54.560 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:53.407294+0000 mgr.smithi047.dpvjcr (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:55.893 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:55.893 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:55.895 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:55.407500+0000 mgr.smithi047.dpvjcr (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:55.893373+0000 mon.smithi047 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.204:0/3887518018' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:20:57.302 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:20:57.302 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:20:58.672 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:20:58.672 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:20:58.674 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:20:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:57.407838+0000 mgr.smithi047.dpvjcr (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:20:59.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:20:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:20:58.672380+0000 mon.smithi047 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.204:0/1306356992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:00.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:00.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:20:59.408215+0000 mgr.smithi047.dpvjcr (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:01.389 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:01.389 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:01.391 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:01.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:01.389369+0000 mon.smithi047 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.204:0/2150646841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:02.785 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:02.785 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:01.408522+0000 mgr.smithi047.dpvjcr (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:04.108 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:04.108 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:04.109 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:03.408763+0000 mgr.smithi047.dpvjcr (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:04.107920+0000 mon.smithi047 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.204:0/4262860202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:05.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:05.489 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:05.408989+0000 mgr.smithi047.dpvjcr (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:06.822 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:06.822 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:06.823 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:07.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:07 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:06.822261+0000 mon.smithi047 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.204:0/114530269' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:08.251 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:08.251 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:07.409219+0000 mgr.smithi047.dpvjcr (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:09.612 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:09.612 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:09.613 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:09.409504+0000 mgr.smithi047.dpvjcr (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:09.611883+0000 mon.smithi047 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.204:0/141857966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:11.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:11.006 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:12.411 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:12.411 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:12.412 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:11.409862+0000 mgr.smithi047.dpvjcr (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:11.553916+0000 mon.smithi047 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:21:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:11.557511+0000 mon.smithi047 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:21:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:12.411042+0000 mon.smithi047 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.204:0/990447586' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:13.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:13.808 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:13.410204+0000 mgr.smithi047.dpvjcr (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:15.121 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:15.121 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:15.123 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:15 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:15.121082+0000 mon.smithi047 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.204:0/3005882900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:16.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:16.514 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:15.410420+0000 mgr.smithi047.dpvjcr (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:17.836 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:17.836 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:17.837 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:17.410758+0000 mgr.smithi047.dpvjcr (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:17.836071+0000 mon.smithi047 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.204:0/2947613688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:19.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:19.248 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:20.638 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:20.638 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:20.639 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:19.411024+0000 mgr.smithi047.dpvjcr (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:21 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:20.637691+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.204:0/888880284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:22.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:22.020 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:21.411298+0000 mgr.smithi047.dpvjcr (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:23.496 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:23.496 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:23.497 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:23.411518+0000 mgr.smithi047.dpvjcr (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:23.495528+0000 mon.smithi047 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.204:0/1561712231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:24.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:24.879 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:26.242 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:26.242 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:26.243 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:25.411786+0000 mgr.smithi047.dpvjcr (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:26.241664+0000 mon.smithi047 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.204:0/3327564940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:27.585 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:27.585 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:27.412155+0000 mgr.smithi047.dpvjcr (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:28.891 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:28.892 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:28.894 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:29.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:29 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:28.892159+0000 mon.smithi047 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.204:0/198240077' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:30.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:30.264 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:29.412497+0000 mgr.smithi047.dpvjcr (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:31.647 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:31.647 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:31.649 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:31.412831+0000 mgr.smithi047.dpvjcr (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:31.647441+0000 mon.smithi047 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.204:0/3403976208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:33.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:33.027 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:34.345 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:34.345 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:34.346 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:33.413137+0000 mgr.smithi047.dpvjcr (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:34.344817+0000 mon.smithi047 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.204:0/437666075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:35.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:35.742 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:35.413560+0000 mgr.smithi047.dpvjcr (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:37.055 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:37.055 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:37.057 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:37.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:37 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:37.055414+0000 mon.smithi047 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.204:0/895104811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:38.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:38.442 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:37.413792+0000 mgr.smithi047.dpvjcr (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:39.718 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:39.718 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:39.719 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:39.414157+0000 mgr.smithi047.dpvjcr (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:39.717869+0000 mon.smithi047 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.204:0/1677378759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:41.099 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:41.099 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:42.479 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:42.480 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:42.483 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:41.414479+0000 mgr.smithi047.dpvjcr (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:43.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:43 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:42.479683+0000 mon.smithi047 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.204:0/224432831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:43.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:43.865 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:43.414875+0000 mgr.smithi047.dpvjcr (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:45.198 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:45.198 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:45.199 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:45 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:45.197985+0000 mon.smithi047 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.204:0/198702014' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:46.587 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:46.587 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:45.415114+0000 mgr.smithi047.dpvjcr (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:47.911 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:47.912 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:47.913 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:47.415407+0000 mgr.smithi047.dpvjcr (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:47.911301+0000 mon.smithi047 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.204:0/2044190878' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:49.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:49.310 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:50.595 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:50.595 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:50.596 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:49.415749+0000 mgr.smithi047.dpvjcr (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:50.595027+0000 mon.smithi047 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.204:0/1933061445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:51.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:51.967 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:51.416150+0000 mgr.smithi047.dpvjcr (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:53.245 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:53.246 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:53.248 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:53.245776+0000 mon.smithi047 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.204:0/1743748104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:54.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:54.621 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:53.416478+0000 mgr.smithi047.dpvjcr (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:55.893 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:55.893 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:55.894 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:55.416703+0000 mgr.smithi047.dpvjcr (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:55.893365+0000 mon.smithi047 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.204:0/2304222504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:21:57.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:21:57.307 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:21:58.640 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:21:58.640 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:21:58.642 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:21:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:57.417030+0000 mgr.smithi047.dpvjcr (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:21:59.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:21:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:21:58.640025+0000 mon.smithi047 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.204:0/4089683474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:00.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:00.017 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:21:59.417380+0000 mgr.smithi047.dpvjcr (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:01.351 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:01.351 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:01.352 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:01.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:01.350958+0000 mon.smithi047 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.204:0/3390663368' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:02.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:02.722 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:01.417688+0000 mgr.smithi047.dpvjcr (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:04.056 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:04.056 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:04.057 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:03.418007+0000 mgr.smithi047.dpvjcr (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:04.056195+0000 mon.smithi047 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.204:0/468632277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:05.455 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:05.455 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:06.799 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:06.799 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:06.800 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:05.418210+0000 mgr.smithi047.dpvjcr (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:07.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:07 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:06.798810+0000 mon.smithi047 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.204:0/2857902947' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:08.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:08.174 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:07.418421+0000 mgr.smithi047.dpvjcr (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:09.556 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:09.556 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:09.557 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:09.418795+0000 mgr.smithi047.dpvjcr (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:10.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:09.556150+0000 mon.smithi047 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.204:0/3233832227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:10.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:10.926 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:12.227 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:12.227 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:12.228 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:11.419280+0000 mgr.smithi047.dpvjcr (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:11.555048+0000 mon.smithi047 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:22:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:11.558367+0000 mon.smithi047 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:22:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:12.226332+0000 mon.smithi047 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.204:0/4118793124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:13.603 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:13.603 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:13.419674+0000 mgr.smithi047.dpvjcr (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:14.905 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:14.905 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:14.907 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:15.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:15 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:14.905756+0000 mon.smithi047 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.204:0/2769280591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:16.302 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:16.303 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:15.419998+0000 mgr.smithi047.dpvjcr (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:17.559 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:17.560 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:17.561 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:17.420368+0000 mgr.smithi047.dpvjcr (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:17.559624+0000 mon.smithi047 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.204:0/980722537' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:18.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:18.936 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:20.259 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:20.259 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:20.261 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:19.420698+0000 mgr.smithi047.dpvjcr (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:20.259556+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.204:0/1919972751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:21.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:21.639 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:21.421154+0000 mgr.smithi047.dpvjcr (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:22.933 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:22.933 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:22.935 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:23.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:23 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:22.933181+0000 mon.smithi047 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.204:0/963868425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:24.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:24.364 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:23.421531+0000 mgr.smithi047.dpvjcr (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:25.715 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:25.716 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:25.716 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:25.421897+0000 mgr.smithi047.dpvjcr (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:25.714854+0000 mon.smithi047 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.204:0/3709883697' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:27.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:27.087 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:28.415 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:28.415 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:28.417 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:27.422296+0000 mgr.smithi047.dpvjcr (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:28.415787+0000 mon.smithi047 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.204:0/2639558083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:29.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:29.787 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:29.422690+0000 mgr.smithi047.dpvjcr (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:31.128 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:31.128 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:31.129 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:31.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:31 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:31.127930+0000 mon.smithi047 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.204:0/487511356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:32.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:32.510 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:31.423022+0000 mgr.smithi047.dpvjcr (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:33.888 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:33.889 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:33.890 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:33.423326+0000 mgr.smithi047.dpvjcr (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:33.888103+0000 mon.smithi047 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.204:0/2711861990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:35.309 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:35.310 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:36.568 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:36.568 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:36.570 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:35.423609+0000 mgr.smithi047.dpvjcr (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:37.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:37 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:36.568317+0000 mon.smithi047 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.204:0/3394890933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:37.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:37.941 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:37.423845+0000 mgr.smithi047.dpvjcr (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:39.252 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:39.252 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:39.254 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:39.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:39 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:39.252841+0000 mon.smithi047 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.204:0/489068976' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:40.628 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:40.629 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:39.424148+0000 mgr.smithi047.dpvjcr (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:41.979 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:41.979 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:41.980 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:41.424473+0000 mgr.smithi047.dpvjcr (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:41.978989+0000 mon.smithi047 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.204:0/2233446150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:43.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:43.401 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:44.692 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:44.692 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:44.694 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:43.424756+0000 mgr.smithi047.dpvjcr (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:45 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:44.692653+0000 mon.smithi047 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.204:0/634876265' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:46.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:46.057 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:45.425028+0000 mgr.smithi047.dpvjcr (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:47.391 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:47.391 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:47.393 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:47 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:47.391512+0000 mon.smithi047 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.204:0/2448521047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:48.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:48.771 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:47.425340+0000 mgr.smithi047.dpvjcr (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:50.047 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:50.047 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:50.049 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:49.425652+0000 mgr.smithi047.dpvjcr (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:50.047389+0000 mon.smithi047 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.204:0/3472940948' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:51.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:51.448 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:52.762 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:52.763 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:52.764 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:51.426060+0000 mgr.smithi047.dpvjcr (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:52.762580+0000 mon.smithi047 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.204:0/1608249635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:54.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:54.152 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:53.426425+0000 mgr.smithi047.dpvjcr (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:55.527 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:55.527 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:55.529 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:55.426767+0000 mgr.smithi047.dpvjcr (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:55.527831+0000 mon.smithi047 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.204:0/3787410807' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:56.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:56.905 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:22:58.227 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:22:58.228 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:22:58.229 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:22:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:57.427072+0000 mgr.smithi047.dpvjcr (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:22:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:22:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:22:58.228005+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.204:0/1684511056' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:22:59.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:22:59.603 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:22:59.427373+0000 mgr.smithi047.dpvjcr (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:00.910 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:00.910 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:00.912 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:01.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:00.910355+0000 mon.smithi047 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.204:0/84427711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:02.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:02.275 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:01.427707+0000 mgr.smithi047.dpvjcr (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:03.638 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:03.639 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:03.640 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:03.427903+0000 mgr.smithi047.dpvjcr (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:03.638775+0000 mon.smithi047 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.204:0/3910326919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:05.023 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:05.024 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:06.343 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:06.343 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:06.345 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:05.428251+0000 mgr.smithi047.dpvjcr (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:06.343295+0000 mon.smithi047 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.204:0/2035472377' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:07.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:07.722 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:07.428577+0000 mgr.smithi047.dpvjcr (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:09.059 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:09.059 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:09.061 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:09.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:09 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:09.059169+0000 mon.smithi047 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.204:0/4274685117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:10.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:10.463 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:09.428935+0000 mgr.smithi047.dpvjcr (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:11.686 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:11.686 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:11.688 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:11.429315+0000 mgr.smithi047.dpvjcr (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:11.556133+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:23:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:11.559237+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:23:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:11.686593+0000 mon.smithi047 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.204:0/1130797165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:13.058 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:13.058 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:14.338 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:14.338 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:14.340 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:13.429602+0000 mgr.smithi047.dpvjcr (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:14.338096+0000 mon.smithi047 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.204:0/2162973379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:15.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:15.707 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:15.429846+0000 mgr.smithi047.dpvjcr (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:16.972 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:16.972 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:16.974 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:17.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:16.972677+0000 mon.smithi047 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.204:0/4065633338' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:18.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:18.345 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:17.430078+0000 mgr.smithi047.dpvjcr (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:19.635 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:19.635 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:19.636 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:19.430432+0000 mgr.smithi047.dpvjcr (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:19.634920+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.204:0/442020698' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:21.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:21.017 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:22.279 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:22.279 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:22.280 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:21.430813+0000 mgr.smithi047.dpvjcr (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:22.278966+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.204:0/1223589566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:23.693 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:23.693 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:23.431194+0000 mgr.smithi047.dpvjcr (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:25.029 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:25.029 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:25.030 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:25.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:25.029065+0000 mon.smithi047 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.204:0/962244250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:26.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:26.417 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:25.431542+0000 mgr.smithi047.dpvjcr (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:27.759 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:27.759 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:27.761 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:27.431881+0000 mgr.smithi047.dpvjcr (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:27.759350+0000 mon.smithi047 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.204:0/1706752730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:29.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:29.146 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:30.462 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:30.462 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:30.464 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:29.432281+0000 mgr.smithi047.dpvjcr (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:30.462311+0000 mon.smithi047 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.204:0/1520963013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:31.796 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:31.796 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:31.432510+0000 mgr.smithi047.dpvjcr (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:33.190 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:33.190 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:33.192 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:33.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:33 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:33.190482+0000 mon.smithi047 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.204:0/2075830660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:34.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:34.617 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:33.432808+0000 mgr.smithi047.dpvjcr (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:35.968 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:35.968 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:35.970 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:35.433149+0000 mgr.smithi047.dpvjcr (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:35.968534+0000 mon.smithi047 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.204:0/2713187636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:37.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:37.348 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:38.730 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:38.730 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:38.732 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:37.433505+0000 mgr.smithi047.dpvjcr (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:39.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:39 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:38.730294+0000 mon.smithi047 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.204:0/3400197167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:40.109 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:40.109 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:39.433869+0000 mgr.smithi047.dpvjcr (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:41.441 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:41.441 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:41.442 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:41.441258+0000 mon.smithi047 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.204:0/1914184522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:41.434217+0000 mgr.smithi047.dpvjcr (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:42.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:42.817 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:44.154 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:44.154 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:44.156 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:43.434512+0000 mgr.smithi047.dpvjcr (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:44.154376+0000 mon.smithi047 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.204:0/1361710361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:45.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:45.560 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:45.434768+0000 mgr.smithi047.dpvjcr (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:46.910 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:46.910 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:46.911 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:47 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:46.910287+0000 mon.smithi047 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.204:0/2774649555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:48.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:48.290 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:47.434973+0000 mgr.smithi047.dpvjcr (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:49.670 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:49.670 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:49.672 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:49.435295+0000 mgr.smithi047.dpvjcr (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:49.670254+0000 mon.smithi047 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.204:0/23949476' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:51.050 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:51.050 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:52.455 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:52.455 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:52.457 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:51.435673+0000 mgr.smithi047.dpvjcr (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:52.455487+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.204:0/183625559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:53.843 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:53.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:53.435968+0000 mgr.smithi047.dpvjcr (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:55.169 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:55.169 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:55.171 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:55 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:55.169575+0000 mon.smithi047 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.204:0/825786281' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:56.564 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:56.564 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:23:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:55.436264+0000 mgr.smithi047.dpvjcr (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:57.943 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:23:57.943 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:23:57.944 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:23:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:57.436483+0000 mgr.smithi047.dpvjcr (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:23:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:23:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:23:57.943051+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.204:0/962928682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:23:59.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:23:59.329 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:00.628 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:00.628 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:00.630 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:23:59.436836+0000 mgr.smithi047.dpvjcr (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:01.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:01 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:00.628364+0000 mon.smithi047 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.204:0/1415687355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:01.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:01.997 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:01.437162+0000 mgr.smithi047.dpvjcr (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:03.293 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:03.293 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:03.295 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:03.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:03.293595+0000 mon.smithi047 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.204:0/2088798682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:04.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:04.667 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:03.437499+0000 mgr.smithi047.dpvjcr (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:05.942 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:05.942 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:05.944 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:05.437859+0000 mgr.smithi047.dpvjcr (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:05.942562+0000 mon.smithi047 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.204:0/1025976525' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:07.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:07.322 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:08.644 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:08.644 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:08.646 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:07.438262+0000 mgr.smithi047.dpvjcr (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:09.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:09 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:08.644310+0000 mon.smithi047 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.204:0/2466940015' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:10.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:10.029 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:09.438558+0000 mgr.smithi047.dpvjcr (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:11.333 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:11.333 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:11.334 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:11.333049+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.204:0/2034237745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:12.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:12.728 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:11.438874+0000 mgr.smithi047.dpvjcr (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:11.557354+0000 mon.smithi047 (mon.0) 229 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:24:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:11.560380+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:24:14.094 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:14.094 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:14.096 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:14.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:13.439230+0000 mgr.smithi047.dpvjcr (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:14.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:14.094489+0000 mon.smithi047 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.204:0/176054300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:15.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:15.502 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:16.782 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:16.782 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:16.783 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:15.439604+0000 mgr.smithi047.dpvjcr (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:17.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:17 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:16.782169+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.204:0/3866390813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:18.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:18.165 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:17.439858+0000 mgr.smithi047.dpvjcr (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:19.494 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:19.495 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:19.496 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:19.440155+0000 mgr.smithi047.dpvjcr (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:19.494679+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.204:0/965825567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:20.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:20.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:22.220 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:22.220 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:22.222 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:22.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:21.440465+0000 mgr.smithi047.dpvjcr (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:24:21.580338+0000 mgr.smithi047.dpvjcr (mgr.14166) 159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon alertmanager.smithi047 ... 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:21:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-24T02:24:22.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:22:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-24T02:24:22.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('uid/gid not found') 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: uid/gid not found 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: yield (conn, connr) 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: code, '\n'.join(err))) 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon alertmanager.smithi047 ... 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-24T02:24:22.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:21:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:22:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:24:22.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('uid/gid not found') 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: uid/gid not found 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:24:21.580597+0000 mgr.smithi047.dpvjcr (mgr.14166) 160 : cephadm [ERR] Failed while placing alertmanager.smithi047 on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-alertmanager.smithi047 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon alertmanager.smithi047 ... 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:20:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:21:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:22:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr time="2024-01-24T02:23:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:24:22.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-24T02:24:22.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('uid/gid not found') 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: uid/gid not found 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:21.582201+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:21.584636+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:21.585429+0000 mon.smithi047 (mon.0) 236 : audit [DBG] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:24:21.586090+0000 mgr.smithi047.dpvjcr (mgr.14166) 161 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2024-01-24T02:24:22.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:22.220491+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.204:0/1717267358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:23.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:23.631 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:24.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.052690+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.129946+0000 mon.smithi047 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.131878+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.132298+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.132633+0000 mgr.smithi047.dpvjcr (mgr.14166) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:23.134802+0000 mon.smithi047 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:24.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:24:23.137579+0000 mgr.smithi047.dpvjcr (mgr.14166) 163 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2024-01-24T02:24:25.018 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:25.019 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:25.020 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:25.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:23.440686+0000 mgr.smithi047.dpvjcr (mgr.14166) 164 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:25.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:25.018569+0000 mon.smithi047 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.204:0/1552661311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:26.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:26.408 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:25.440957+0000 mgr.smithi047.dpvjcr (mgr.14166) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:27.786 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:27.786 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:27.788 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:28.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:26.556554+0000 mon.smithi047 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:29.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:27.441234+0000 mgr.smithi047.dpvjcr (mgr.14166) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:29.055 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:27.786658+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.204:0/320705680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:29.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:29.163 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:30.510 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:30.511 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:30.512 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:31.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:29.441534+0000 mgr.smithi047.dpvjcr (mgr.14166) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:31.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:30.510613+0000 mon.smithi047 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.204:0/4082186405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:31.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:31.841 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:33.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:31.441764+0000 mgr.smithi047.dpvjcr (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:33.128 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:33.129 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:33.130 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:34.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:33 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:33.128667+0000 mon.smithi047 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.204:0/2469442960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:34.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:34.543 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:35.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:33.441975+0000 mgr.smithi047.dpvjcr (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:35.887 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:35.887 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:35.889 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:35.442205+0000 mgr.smithi047.dpvjcr (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:35.887426+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.204:0/686536952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:37.212 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:37.213 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:38.496 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:38.497 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:38.498 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:38.764 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:37.442515+0000 mgr.smithi047.dpvjcr (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:39.735 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:39 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:38.496184+0000 mon.smithi047 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.204:0/1032238538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:39.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:39.868 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:41.238 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:41.238 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:41.239 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:41.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:39.442769+0000 mgr.smithi047.dpvjcr (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:41.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:39.939566+0000 mon.smithi047 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:41.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:24:39.941503+0000 mgr.smithi047.dpvjcr (mgr.14166) 173 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2024-01-24T02:24:42.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:41.238185+0000 mon.smithi047 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.204:0/3913322120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:42.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:41.560015+0000 mon.smithi047 (mon.0) 252 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:24:42.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:42.634 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:43.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:41.443150+0000 mgr.smithi047.dpvjcr (mgr.14166) 174 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:43.960 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:43.960 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:43.962 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:43.443585+0000 mgr.smithi047.dpvjcr (mgr.14166) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:45.304 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:43.960784+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.204:0/1575265046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:45.345 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:45.345 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:46.711 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:46.711 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:46.713 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:45.443930+0000 mgr.smithi047.dpvjcr (mgr.14166) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:47.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:47 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:46.711779+0000 mon.smithi047 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.204:0/3088407369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:48.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:48.094 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:47.444192+0000 mgr.smithi047.dpvjcr (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:49.355 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:49.355 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:49.357 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:49.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:49 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:49.355103+0000 mon.smithi047 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.204:0/1925417539' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:50.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:50.734 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:49.444489+0000 mgr.smithi047.dpvjcr (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:52.090 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:52.091 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:52.092 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:51.444759+0000 mgr.smithi047.dpvjcr (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:52.090918+0000 mon.smithi047 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.204:0/4103333352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:53.464 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:53.464 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:54.759 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:54.759 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:54.761 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:53.445094+0000 mgr.smithi047.dpvjcr (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:55.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:55 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:54.759369+0000 mon.smithi047 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.204:0/854679806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:56.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:56.161 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:24:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:55.445387+0000 mgr.smithi047.dpvjcr (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:57.557 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:24:57.558 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:24:57.559 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:24:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:57.445730+0000 mgr.smithi047.dpvjcr (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:24:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:24:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:24:57.557824+0000 mon.smithi047 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.204:0/2711876568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:24:58.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:24:58.936 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:00.175 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:00.176 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:00.177 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:24:59.446104+0000 mgr.smithi047.dpvjcr (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:00.175987+0000 mon.smithi047 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.204:0/1015998448' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:01.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:01.547 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:01.446440+0000 mgr.smithi047.dpvjcr (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:02.932 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:02.933 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:02.934 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:03.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:03 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:02.933170+0000 mon.smithi047 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.204:0/1557184845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:04.314 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:04.314 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:03.446750+0000 mgr.smithi047.dpvjcr (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:05.623 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:05.623 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:05.624 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:05.447060+0000 mgr.smithi047.dpvjcr (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:05.623180+0000 mon.smithi047 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.204:0/1805122371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:06.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:06.993 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:08.310 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:08.310 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:08.312 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:07.447402+0000 mgr.smithi047.dpvjcr (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:08.310098+0000 mon.smithi047 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.204:0/1736833516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:09.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:09.714 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:09.447775+0000 mgr.smithi047.dpvjcr (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:11.000 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:11.001 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:11.002 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:11.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:11 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:11.000579+0000 mon.smithi047 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.204:0/1442354165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:12.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:12.369 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:11.448156+0000 mgr.smithi047.dpvjcr (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:11.558450+0000 mon.smithi047 (mon.0) 264 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:25:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:11.561244+0000 mon.smithi047 (mon.0) 265 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:25:13.693 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:13.693 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:13.694 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:13.448485+0000 mgr.smithi047.dpvjcr (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:13.692758+0000 mon.smithi047 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.204:0/2513819149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:15.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:15.045 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:16.343 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:16.343 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:16.345 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:15.448836+0000 mgr.smithi047.dpvjcr (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:16.343295+0000 mon.smithi047 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.204:0/3756413931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:17.771 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:17.771 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:17.449226+0000 mgr.smithi047.dpvjcr (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:19.141 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:19.141 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:19.143 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:19 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:19.141344+0000 mon.smithi047 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.204:0/2145538031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:20.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:20.525 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:19.449527+0000 mgr.smithi047.dpvjcr (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:21.833 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:21.833 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:21.835 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:21.449856+0000 mgr.smithi047.dpvjcr (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:21.833482+0000 mon.smithi047 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.204:0/1390335989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:23.211 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:23.211 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:24.531 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:24.531 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:24.533 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:23.450134+0000 mgr.smithi047.dpvjcr (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:25.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:25 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:24.531417+0000 mon.smithi047 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.204:0/4216377718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:25.916 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:25.917 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:25.450420+0000 mgr.smithi047.dpvjcr (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:27.286 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:27.286 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:27.287 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:27.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:27.286093+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.204:0/2158693941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:28.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:28.710 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:27.450684+0000 mgr.smithi047.dpvjcr (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:30.017 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:30.017 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:30.019 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:29.450982+0000 mgr.smithi047.dpvjcr (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:30.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:30.017225+0000 mon.smithi047 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.204:0/1124724729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:31.364 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:31.364 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:32.712 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:32.712 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:32.714 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:32.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:31.451325+0000 mgr.smithi047.dpvjcr (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:33.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:33 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:32.712401+0000 mon.smithi047 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.204:0/3108393221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:34.072 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:34.072 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:33.451610+0000 mgr.smithi047.dpvjcr (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:35.353 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:35.353 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:35.355 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:35.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:35 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:35.353286+0000 mon.smithi047 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.204:0/1488888585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:36.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:36.762 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:35.451937+0000 mgr.smithi047.dpvjcr (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:38.078 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:38.078 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:38.080 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:37.452286+0000 mgr.smithi047.dpvjcr (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:38.078634+0000 mon.smithi047 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.204:0/3007527722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:39.451 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:39.452 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:40.756 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:40.756 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:40.757 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:39.452559+0000 mgr.smithi047.dpvjcr (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:41.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:40.755977+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.204:0/4169269783' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:42.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:42.140 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:41.452891+0000 mgr.smithi047.dpvjcr (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:43.458 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:43.458 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:43.460 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:43.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:43 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:43.458739+0000 mon.smithi047 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.204:0/1640943504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:43.453172+0000 mgr.smithi047.dpvjcr (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:44.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:44.865 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:46.226 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:46.226 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:46.228 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:45.453422+0000 mgr.smithi047.dpvjcr (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:46.226389+0000 mon.smithi047 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.204:0/4276710128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:47.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:47.612 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:47.453736+0000 mgr.smithi047.dpvjcr (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:48.965 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:48.965 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:48.966 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:49.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:49 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:48.965002+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.204:0/2155171138' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:50.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:50.347 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:49.454102+0000 mgr.smithi047.dpvjcr (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:51.673 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:51.673 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:51.674 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:51.454374+0000 mgr.smithi047.dpvjcr (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:51.673333+0000 mon.smithi047 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.204:0/4052062754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:53.048 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:53.048 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:54.336 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:54.336 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:54.337 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:53.454723+0000 mgr.smithi047.dpvjcr (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:54.336103+0000 mon.smithi047 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.204:0/3818473460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:55.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:55.753 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:55.455069+0000 mgr.smithi047.dpvjcr (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:57.087 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:57.087 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:57.089 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:25:57.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:57 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:57.087801+0000 mon.smithi047 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.204:0/3552309249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:25:58.468 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:25:58.468 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:25:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:25:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:57.455354+0000 mgr.smithi047.dpvjcr (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:25:59.758 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:25:59.758 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:25:59.760 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:25:59.455712+0000 mgr.smithi047.dpvjcr (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:25:59.758969+0000 mon.smithi047 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.204:0/3346475717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:01.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:01.139 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:02.444 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:02.444 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:02.445 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:01.456102+0000 mgr.smithi047.dpvjcr (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:02.444150+0000 mon.smithi047 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.204:0/2810978307' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:03.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:03.852 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:03.456498+0000 mgr.smithi047.dpvjcr (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:05.152 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:05.152 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:05.154 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:05.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:05 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:05.152612+0000 mon.smithi047 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.204:0/1695761821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:06.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:06.531 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:05.456814+0000 mgr.smithi047.dpvjcr (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:07.826 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:07.826 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:07.828 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:07.457085+0000 mgr.smithi047.dpvjcr (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:07.826371+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.204:0/3658377468' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:09.186 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:09.186 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:10.492 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:10.492 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:10.494 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:09.457451+0000 mgr.smithi047.dpvjcr (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:10.492458+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.204:0/419757786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:11.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:11.899 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:11.457725+0000 mgr.smithi047.dpvjcr (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:11.559530+0000 mon.smithi047 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:26:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:11.562152+0000 mon.smithi047 (mon.0) 289 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:26:13.215 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:13.215 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:13.216 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:13 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:13.214936+0000 mon.smithi047 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.204:0/999671881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:14.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:14.593 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:13.458045+0000 mgr.smithi047.dpvjcr (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:15.990 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:15.990 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:15.992 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:15.458338+0000 mgr.smithi047.dpvjcr (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:15.990041+0000 mon.smithi047 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.204:0/498495816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:17.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:17.376 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:18.686 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:18.686 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:18.687 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:17.458601+0000 mgr.smithi047.dpvjcr (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:19 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:18.686030+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.204:0/4037076087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:20.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:20.064 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:19.458937+0000 mgr.smithi047.dpvjcr (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:21.434 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:21.434 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:21.435 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:21 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:21.433884+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.204:0/4029492132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:21.459263+0000 mgr.smithi047.dpvjcr (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:22.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:22.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:24.188 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:24.188 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:24.189 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:23.459599+0000 mgr.smithi047.dpvjcr (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:24.187808+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.204:0/3444968169' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:25.565 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:25.565 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:25.459925+0000 mgr.smithi047.dpvjcr (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:26.912 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:26.912 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:26.913 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:27.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:27 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:26.911814+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.204:0/56859239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:28.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:28.245 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:27.460136+0000 mgr.smithi047.dpvjcr (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:29.567 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:29.567 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:29.568 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:29.460491+0000 mgr.smithi047.dpvjcr (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:29.567407+0000 mon.smithi047 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.204:0/107719640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:30.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:30.938 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:32.288 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:32.291 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:32.292 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:31.460885+0000 mgr.smithi047.dpvjcr (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:32.288390+0000 mon.smithi047 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.204:0/3059950544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:33.668 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:33.669 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:33.461305+0000 mgr.smithi047.dpvjcr (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:35.016 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:35.016 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:35.017 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:35.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:35 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:35.016209+0000 mon.smithi047 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.204:0/2661448187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:36.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:36.409 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:35.461680+0000 mgr.smithi047.dpvjcr (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:37.701 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:37.701 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:37.703 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:37.462053+0000 mgr.smithi047.dpvjcr (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:37.701345+0000 mon.smithi047 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.204:0/2776295604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:39.079 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:39.079 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:40.491 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:40.491 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:40.493 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:39.462404+0000 mgr.smithi047.dpvjcr (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:40.491920+0000 mon.smithi047 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.204:0/1577211866' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:26:40.596061+0000 mgr.smithi047.dpvjcr (mgr.14166) 234 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon node-exporter.smithi047 ... 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Verifying port 9100 ... 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 1 from systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr Job for ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service failed because a timeout was exceeded. 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr See "systemctl status ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service" and "journalctl -xe" for details. 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:26:41.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ports=daemon_ports) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-24T02:26:41.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: Failed command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: yield (conn, connr) 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: code, '\n'.join(err))) 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon node-exporter.smithi047 ... 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Verifying port 9100 ... 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 1 from systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr Job for ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service failed because a timeout was exceeded. 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr See "systemctl status ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service" and "journalctl -xe" for details. 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:26:41.807 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ports=daemon_ports) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: Failed command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:26:40.596297+0000 mgr.smithi047.dpvjcr (mgr.14166) 235 : cephadm [ERR] Failed while placing node-exporter.smithi047 on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: /bin/podman: stderr Error: no such container ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-node-exporter.smithi047 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Deploy daemon node-exporter.smithi047 ... 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Verifying port 9100 ... 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Non-zero exit code 1 from systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr Job for ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service failed because a timeout was exceeded. 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: systemctl: stderr See "systemctl status ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047.service" and "journalctl -xe" for details. 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: Traceback (most recent call last): 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: main() 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: r = ctx.func(ctx) 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: return func(ctx) 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-24T02:26:41.809 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: ports=daemon_ports) 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: File "/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: RuntimeError: Failed command: systemctl start ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@node-exporter.smithi047 2024-01-24T02:26:41.810 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:41 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cephadm 2024-01-24T02:26:40.602455+0000 mgr.smithi047.dpvjcr (mgr.14166) 236 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2024-01-24T02:26:41.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:41.876 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:43.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:41.462655+0000 mgr.smithi047.dpvjcr (mgr.14166) 237 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:43.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:41.566280+0000 mon.smithi047 (mon.0) 301 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' 2024-01-24T02:26:43.182 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:43.182 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:43.184 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:44.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:43 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:43.182781+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.204:0/1139008751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:44.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:44.552 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:45.054 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:43.462924+0000 mgr.smithi047.dpvjcr (mgr.14166) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:45.864 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:45.864 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:45.865 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:45.463312+0000 mgr.smithi047.dpvjcr (mgr.14166) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:45.863966+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.204:0/1937113037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:47.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:47.237 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:48.570 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:48.570 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:48.572 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:47.463674+0000 mgr.smithi047.dpvjcr (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:49.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:49 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:48.570697+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.204:0/3843069156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:49.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:49.943 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:49.463975+0000 mgr.smithi047.dpvjcr (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:51.228 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:51.228 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:51.229 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:51.228291+0000 mon.smithi047 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.204:0/3364437778' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:52.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:52.600 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:51.464255+0000 mgr.smithi047.dpvjcr (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:53.972 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:53.972 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:53.974 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:53.464569+0000 mgr.smithi047.dpvjcr (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:53.972574+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.204:0/2377751251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:55.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:55.355 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:56.630 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:56.630 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:56.631 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:55.464936+0000 mgr.smithi047.dpvjcr (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:57.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:57 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:56.629928+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.204:0/3673501736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:26:58.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:26:58.016 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:26:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:57.465199+0000 mgr.smithi047.dpvjcr (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:26:59.399 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:26:59.399 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:26:59.400 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:26:59.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:26:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:26:59.399356+0000 mon.smithi047 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.204:0/526488991' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:26:59.465573+0000 mgr.smithi047.dpvjcr (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:00.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:00.820 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:02.102 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:02.102 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:02.103 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:01.465950+0000 mgr.smithi047.dpvjcr (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:02.101940+0000 mon.smithi047 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.204:0/3389297313' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:03.487 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:03.487 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:03.466213+0000 mgr.smithi047.dpvjcr (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:04.837 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:04.837 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:04.839 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:05.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:05 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:04.837398+0000 mon.smithi047 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.204:0/3338470739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:06.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:06.217 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:06.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:06 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:05.466498+0000 mgr.smithi047.dpvjcr (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:07.531 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:07.531 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:07.533 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:08.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:07.466874+0000 mgr.smithi047.dpvjcr (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:08.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:08 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:07.531153+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.204:0/1891854629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:08.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:08.936 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:10.229 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:10.229 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:10.230 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:09.467269+0000 mgr.smithi047.dpvjcr (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:10.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:10 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:10.228914+0000 mon.smithi047 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.204:0/3016050593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:11.604 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:11.604 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:12.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:11.467545+0000 mgr.smithi047.dpvjcr (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:11.560724+0000 mon.smithi047 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:27:12.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:12 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:11.562968+0000 mon.smithi047 (mon.0) 314 : audit [INF] from='mgr.14166 172.21.15.47:0/543800726' entity='mgr.smithi047.dpvjcr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.dpvjcr/trash_purge_schedule"}]: dispatch 2024-01-24T02:27:12.950 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:12.950 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:12.952 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:13.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:13 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:12.950596+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.204:0/532852612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:14.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:14.313 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:14.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:14 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:13.467889+0000 mgr.smithi047.dpvjcr (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:15.604 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:15.604 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:15.605 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:15.468277+0000 mgr.smithi047.dpvjcr (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:16.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:16 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:15.603915+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.204:0/960745044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:17.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:17.016 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:18.316 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:18.316 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:18.317 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:17.468713+0000 mgr.smithi047.dpvjcr (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:18.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:18 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:18.315586+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.204:0/1128110548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:19.695 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:19.695 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:20.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:20 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:19.469088+0000 mgr.smithi047.dpvjcr (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:20.965 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:20.965 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:20.967 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:21.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:21 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:20.966085+0000 mon.smithi047 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.204:0/650889990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:22.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:22.336 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:22.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:22 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:21.469467+0000 mgr.smithi047.dpvjcr (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:23.654 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:23.655 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:23.656 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:23.469785+0000 mgr.smithi047.dpvjcr (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:24.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:24 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:23.653621+0000 mon.smithi047 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.204:0/266149461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:25.051 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:25.051 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:26.445 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:26.445 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:26.447 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:25.470037+0000 mgr.smithi047.dpvjcr (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:26.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:26 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:26.445616+0000 mon.smithi047 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.204:0/3162691465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:27.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:27.810 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:28.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:28 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:27.470384+0000 mgr.smithi047.dpvjcr (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:29.165 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:29.165 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:29.166 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:29.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:29 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:29.165358+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.204:0/1308214046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:30.530 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:30.531 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:30.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:30 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:29.470761+0000 mgr.smithi047.dpvjcr (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:31.818 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:31.819 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:31.820 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:31.471177+0000 mgr.smithi047.dpvjcr (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:32.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:32 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:31.818932+0000 mon.smithi047 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.204:0/2354956864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:33.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:33.204 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:34.559 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:34.559 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:34.561 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:34.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:34 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:33.471540+0000 mgr.smithi047.dpvjcr (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:35.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:35 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:34.559329+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.204:0/3282263628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:35.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:35.974 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:36.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:36 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:35.471905+0000 mgr.smithi047.dpvjcr (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:37.299 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:37.300 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:37.301 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:37.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:37 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:37.299737+0000 mon.smithi047 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.204:0/388098966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:38.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:38.688 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:38.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:38 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:37.472232+0000 mgr.smithi047.dpvjcr (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:40.020 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:40.020 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:40.021 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:39.472548+0000 mgr.smithi047.dpvjcr (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:40.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:40 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:40.019380+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.204:0/3204155388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:41.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:41.399 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:42.689 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:42.689 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:42.691 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:42.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:42 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:41.472886+0000 mgr.smithi047.dpvjcr (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:43.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:43 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:42.689629+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.204:0/3883615787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:44.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:44.102 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:44.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:44 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:43.473282+0000 mgr.smithi047.dpvjcr (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:45.379 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:45.379 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:45.381 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:45.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:45 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:45.379662+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.204:0/2819340162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:46.760 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:46.760 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:46.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:46 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:45.473584+0000 mgr.smithi047.dpvjcr (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:48.047 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:48.047 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:48.048 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:47.473930+0000 mgr.smithi047.dpvjcr (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:48.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:48 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:48.046418+0000 mon.smithi047 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.204:0/1240697188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:49.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:49.427 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:50.677 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:50.677 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:50.678 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:50.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:50 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:49.474248+0000 mgr.smithi047.dpvjcr (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:51.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:51 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:50.677216+0000 mon.smithi047 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.204:0/1637265314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:52.082 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:52.082 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:52.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:52 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:51.474528+0000 mgr.smithi047.dpvjcr (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:53.464 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:53.464 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:53.465 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:53.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:53 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:53.464181+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.204:0/3951020095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:54.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:54 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:53.474820+0000 mgr.smithi047.dpvjcr (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:54.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:54.842 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:56.244 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:56.244 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:56.246 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:55.475184+0000 mgr.smithi047.dpvjcr (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:56.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:56 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:56.244638+0000 mon.smithi047 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.204:0/4178372303' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:27:57.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:27:57.623 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:27:58.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:58 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:57.475469+0000 mgr.smithi047.dpvjcr (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:27:58.948 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:27:58.949 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:27:58.950 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:27:59.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:27:59 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:27:58.948750+0000 mon.smithi047 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.204:0/3907415079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:28:00.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:28:00.324 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:28:00.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:00 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:27:59.475825+0000 mgr.smithi047.dpvjcr (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:28:01.629 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:28:01.629 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:28:01.631 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:28:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:28:01.476133+0000 mgr.smithi047.dpvjcr (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:28:02.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:02 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:28:01.629656+0000 mon.smithi047 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.204:0/2585249810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:28:03.060 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:28:03.060 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:28:04.394 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-24T02:28:04.394 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"c2cd4d96-ba5e-11ee-95b1-87774f69a715","modified":"2024-01-24T02:18:15.090583Z","created":"2024-01-24T02:18:15.090583Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:28:04.395 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-24T02:28:04.780 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-24T02:28:04.781 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T02:28:04.781 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:28:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: cluster 2024-01-24T02:28:03.476480+0000 mgr.smithi047.dpvjcr (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:28:04.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: audit 2024-01-24T02:28:04.394348+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.204:0/2456256752' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:28:04.806 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:28:04.825 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T02:28:04.825 INFO:tasks.cephadm.mon.smithi047:Stopping mon.smithi047... 2024-01-24T02:28:04.826 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047 2024-01-24T02:28:05.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:04 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for c2cd4d96-ba5e-11ee-95b1-87774f69a715... 2024-01-24T02:28:05.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:28:04.955+0000 7f0d2e2fe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T02:28:05.290 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:04 smithi047 ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047[34546]: debug 2024-01-24T02:28:04.955+0000 7f0d2e2fe700 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T02:28:05.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Jan 24 02:28:05 smithi047 podman[40357]: ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715-mon.smithi047 2024-01-24T02:28:05.610 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi047.service' 2024-01-24T02:28:05.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T02:28:05.664 INFO:tasks.cephadm.mon.smithi047:Stopped mon.smithi047 2024-01-24T02:28:05.664 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2024-01-24T02:28:05.664 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204 2024-01-24T02:28:05.703 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204.service: Unit ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204.service not loaded. 2024-01-24T02:28:05.705 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-24T02:28:05.705 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi204" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi204 with status 5: 'sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204' 2024-01-24T02:28:05.706 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T02:28:05.807 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/ubuntu@smithi047.front.sepia.ceph.com/crash 2024-01-24T02:28:05.837 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/crash -- . 2024-01-24T02:28:05.886 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/ubuntu@smithi204.front.sepia.ceph.com/crash 2024-01-24T02:28:05.887 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/crash -- . 2024-01-24T02:28:05.926 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T02:28:05.926 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-01-24T02:28:05.927 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T02:28:05.927 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T02:28:05.960 INFO:teuthology.orchestra.run.smithi047.stderr:grep: /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T02:28:05.961 INFO:tasks.cephadm:Compressing logs... 2024-01-24T02:28:05.961 DEBUG:teuthology.orchestra.run.smithi047:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T02:28:06.004 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T02:28:06.034 INFO:teuthology.orchestra.run.smithi047.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-24T02:28:06.034 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T02:28:06.034 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mon.smithi047.log 2024-01-24T02:28:06.035 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T02:28:06.035 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mgr.smithi047.dpvjcr.log 2024-01-24T02:28:06.035 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mon.smithi047.log: /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mgr.smithi047.dpvjcr.log: 88.2% -- replaced with /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T02:28:06.036 INFO:teuthology.orchestra.run.smithi047.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T02:28:06.037 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T02:28:06.037 INFO:teuthology.orchestra.run.smithi204.stderr:: No such file or directory 2024-01-24T02:28:06.039 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T02:28:06.040 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-01-24T02:28:06.040 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.016s 2024-01-24T02:28:06.040 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.009s 2024-01-24T02:28:06.041 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.016s 2024-01-24T02:28:06.117 INFO:teuthology.orchestra.run.smithi047.stderr: 92.8% -- replaced with /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mgr.smithi047.dpvjcr.log.gz 2024-01-24T02:28:06.190 INFO:teuthology.orchestra.run.smithi047.stderr: 90.4% -- replaced with /var/log/ceph/c2cd4d96-ba5e-11ee-95b1-87774f69a715/ceph-mon.smithi047.log.gz 2024-01-24T02:28:06.191 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-01-24T02:28:06.191 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.169s 2024-01-24T02:28:06.191 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.242s 2024-01-24T02:28:06.192 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.022s 2024-01-24T02:28:06.192 INFO:tasks.cephadm:Archiving logs... 2024-01-24T02:28:06.192 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/ubuntu@smithi047.front.sepia.ceph.com/log 2024-01-24T02:28:06.193 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T02:28:06.311 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/ubuntu@smithi204.front.sepia.ceph.com/log 2024-01-24T02:28:06.312 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T02:28:06.345 INFO:tasks.cephadm:Removing cluster... 2024-01-24T02:28:06.346 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 --force 2024-01-24T02:29:09.567 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c2cd4d96-ba5e-11ee-95b1-87774f69a715 --force 2024-01-24T02:29:09.873 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T02:29:09.873 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T02:29:09.893 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T02:29:09.911 INFO:tasks.cephadm:Teardown complete 2024-01-24T02:29:09.911 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi204 with status 5: 'sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204' 2024-01-24T02:29:10.140 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=182911c4283e4f9d98c980ca3066adb3 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi204 with status 5: 'sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204' 2024-01-24T02:29:10.144 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T02:29:10.154 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T02:29:10.162 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T02:29:10.162 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:29:10.184 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:29:10.195 INFO:teuthology.orchestra.run.smithi047.stderr:bash: ntpq: command not found 2024-01-24T02:29:10.200 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:29:10.200 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2024-01-24T02:29:10.201 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +457us[ +457us] +/- 77ms 2024-01-24T02:29:10.201 INFO:teuthology.orchestra.run.smithi047.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 +7417ns[ +11us] +/- 67ms 2024-01-24T02:29:10.201 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 -360us[ -360us] +/- 73ms 2024-01-24T02:29:10.201 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:29:10.202 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-24T02:29:10.206 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:29:10.206 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-24T02:29:10.207 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 +497us[ +497us] +/- 77ms 2024-01-24T02:29:10.207 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 +13us[+9191ns] +/- 68ms 2024-01-24T02:29:10.207 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 -400us[ -404us] +/- 73ms 2024-01-24T02:29:10.207 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:29:10.208 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T02:29:10.216 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T02:29:10.217 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T02:29:10.225 DEBUG:teuthology.orchestra.run.smithi047:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T02:29:10.311 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T02:29:10.376 DEBUG:teuthology.orchestra.run.smithi047:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:29:10.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:29:10.408 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:29:10.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:29:10.437 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T02:29:10.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T02:29:10.455 INFO:teuthology.task.internal:Duration was 1045.090756 seconds 2024-01-24T02:29:10.455 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T02:29:10.463 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T02:29:10.463 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T02:29:10.465 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T02:29:10.512 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:29:10.524 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:29:10.740 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T02:29:10.740 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-01-24T02:29:10.741 DEBUG:teuthology.orchestra.run.smithi047:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T02:29:10.764 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-01-24T02:29:10.764 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T02:29:10.787 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T02:29:10.787 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T02:29:10.806 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T02:29:10.875 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T02:29:10.875 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T02:29:10.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T02:29:10.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T02:29:10.974 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T02:29:10.974 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T02:29:11.002 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T02:29:11.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T02:29:11.039 DEBUG:teuthology.orchestra.run.smithi047:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:29:11.044 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:29:11.069 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-01-24T02:29:11.096 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-01-24T02:29:11.115 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:29:11.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:29:11.144 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:29:11.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:29:11.173 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T02:29:11.183 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T02:29:11.184 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/smithi047 2024-01-24T02:29:11.185 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T02:29:11.225 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810/remote/smithi204 2024-01-24T02:29:11.226 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T02:29:11.265 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T02:29:11.266 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T02:29:11.268 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T02:29:11.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T02:29:11.328 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T02:29:11.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T02:29:11.338 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T02:29:11.338 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T02:29:11.340 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T02:29:11.356 INFO:teuthology.orchestra.run.smithi047.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 02:29 /home/ubuntu/cephtest 2024-01-24T02:29:11.376 INFO:teuthology.orchestra.run.smithi204.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 02:29 /home/ubuntu/cephtest 2024-01-24T02:29:11.378 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T02:29:11.388 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T02:29:11.410 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T02:29:11.437 DEBUG:teuthology.nuke:shortname: smithi047 2024-01-24T02:29:11.438 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:29:11.461 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:03:03.273870', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJOxoe527Y3WwpxQvunmX8wlEkRPnPyF2f5cmD1+vGzjiW5qqYeej1yjsoa74h08yZul916XiCwUI9/EhSz0WhA='} 2024-01-24T02:29:11.465 DEBUG:teuthology.nuke:shortname: smithi204 2024-01-24T02:29:11.466 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:29:11.492 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529810', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:03:03.272221', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEzxAAp6lcDpEOrkRdVMLHSaDNHj8ZdYxedTdjsdwzdhthNx6Dgi6Hhh/3S0N+JYgiZeAOs2oZBVfYNwnObqlMs='} 2024-01-24T02:29:11.521 INFO:teuthology.orchestra.console.smithi047:Power off 2024-01-24T02:29:11.521 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T02:29:11.546 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2024-01-24T02:29:11.546 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:11.563 INFO:teuthology.orchestra.console.smithi204:Power off 2024-01-24T02:29:11.563 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T02:29:11.576 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-01-24T02:29:11.589 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-01-24T02:29:11.589 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:11.615 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-24T02:29:15.577 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:15.617 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:15.689 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-01-24T02:29:15.727 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-24T02:29:19.694 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:19.728 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:19.805 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2024-01-24T02:29:19.840 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-24T02:29:19.906 INFO:teuthology.orchestra.console.smithi047:Power off completed 2024-01-24T02:29:23.844 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:29:23.953 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-01-24T02:29:24.054 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-01-24T02:29:24.158 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1045.0907559394836 failure_reason: 'Command failed on smithi204 with status 5: ''sudo systemctl stop ceph-c2cd4d96-ba5e-11ee-95b1-87774f69a715@mon.smithi204''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=182911c4283e4f9d98c980ca3066adb3 status: fail success: false 2024-01-24T02:29:24.159 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:29:24.245 INFO:teuthology.run:FAIL