2024-01-16T08:44:29.428 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T08:44:29.428 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697 --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/orig.config.yaml 2024-01-16T08:44:29.466 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T08:44:29.555 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697 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: '7517697' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-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-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 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: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLYB9vrEcBb+g0nNKg958D1v34RvHXyj0GjBJMVfKEqo01bEx7fwCXottYmgwbvcIc/q08E4I9G6YfkXwjfgPcs= smithi156.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFXeTb7tekc+RMsientdjJ/W1ESQiuC9BluQ2GMLKTnqH8NxQMrIjbXbeJMpY23zb5Zz6b9O9nALXm9ims8h1E= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 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-16T08:44:29.555 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T08:44:29.556 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T08:44:29.556 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T08:44:29.558 INFO:teuthology.task.internal:Checking packages... 2024-01-16T08:44:29.583 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T08:44:29.584 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T08:44:29.584 INFO:teuthology.packaging:ref: None 2024-01-16T08:44:29.584 INFO:teuthology.packaging:tag: None 2024-01-16T08:44:29.584 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T08:44:29.584 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T08:44:29.584 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-16T08:44:29.821 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T08:44:29.823 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T08:44:29.829 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T08:44:29.829 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T08:44:29.978 INFO:teuthology.task.internal:Saving configuration 2024-01-16T08:44:29.993 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T08:44:29.999 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T08:44:30.022 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697', '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-16 08:39:03.259041', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLYB9vrEcBb+g0nNKg958D1v34RvHXyj0GjBJMVfKEqo01bEx7fwCXottYmgwbvcIc/q08E4I9G6YfkXwjfgPcs='} 2024-01-16T08:44:30.044 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697', '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-16 08:39:03.256412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFXeTb7tekc+RMsientdjJ/W1ESQiuC9BluQ2GMLKTnqH8NxQMrIjbXbeJMpY23zb5Zz6b9O9nALXm9ims8h1E='} 2024-01-16T08:44:30.044 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T08:44:30.050 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-16T08:44:30.050 INFO:teuthology.task.internal:roles: ubuntu@smithi156.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-16T08:44:30.050 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T08:44:30.165 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f680d5e2f70>, signals=[15]) 2024-01-16T08:44:30.165 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T08:44:30.171 INFO:teuthology.task.internal:Opening connections... 2024-01-16T08:44:30.171 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-01-16T08:44:30.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:44:30.251 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2024-01-16T08:44:30.252 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:44:30.325 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T08:44:30.330 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-01-16T08:44:30.352 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-01-16T08:44:30.352 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-01-16T08:44:30.412 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="CentOS Stream" 2024-01-16T08:44:30.412 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8" 2024-01-16T08:44:30.412 INFO:teuthology.orchestra.run.smithi154.stdout:ID="centos" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="rhel fedora" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://centos.org/" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T08:44:30.413 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T08:44:30.414 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-01-16T08:44:30.438 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2024-01-16T08:44:30.461 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2024-01-16T08:44:30.461 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2024-01-16T08:44:30.521 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="CentOS Stream" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:ID="centos" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="rhel fedora" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://centos.org/" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T08:44:30.522 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T08:44:30.523 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2024-01-16T08:44:30.546 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T08:44:30.559 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T08:44:30.564 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T08:44:30.565 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-01-16T08:44:30.567 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2024-01-16T08:44:30.586 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T08:44:30.592 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T08:44:30.592 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-01-16T08:44:30.627 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2024-01-16T08:44:30.655 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T08:44:30.707 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T08:44:30.723 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T08:44:30.723 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T08:44:30.724 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T08:44:30.724 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T08:44:30.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:44:30.743 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-01-16T08:44:30.746 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:44:30.747 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-01-16T08:44:30.802 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-489.el8.x86_64 2024-01-16T08:44:30.802 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-489.el8.x86_64 2024-01-16T08:44:30.803 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2024-01-16T08:44:30.807 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-489.el8.x86_64 2024-01-16T08:44:30.807 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.18.0-489.el8.x86_64 2024-01-16T08:44:30.807 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2024-01-16T08:44:34.708 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - AppStream 26 MB/s | 35 MB 00:01 2024-01-16T08:44:36.530 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - AppStream 11 MB/s | 35 MB 00:03 2024-01-16T08:44:44.741 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 58 MB 00:03 2024-01-16T08:44:53.924 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras 23 kB/s | 18 kB 00:00 2024-01-16T08:44:54.316 INFO:teuthology.orchestra.run.smithi154.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2024-01-16T08:44:54.742 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-16T08:44:55.745 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-16T08:44:59.601 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 410 kB/s | 24 kB 00:00 2024-01-16T08:45:03.368 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T08:45:03.368 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T08:45:03.675 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T08:45:03.676 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout:Install 3 Packages 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:03.677 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 90 M 2024-01-16T08:45:03.678 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 96 M 2024-01-16T08:45:03.678 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-01-16T08:45:08.435 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - BaseOS 2.3 MB/s | 58 MB 00:25 2024-01-16T08:45:14.035 INFO:teuthology.orchestra.run.smithi154.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 1.0 MB/s | 10 MB 00:09 2024-01-16T08:45:17.302 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - Extras 34 kB/s | 18 kB 00:00 2024-01-16T08:45:17.794 INFO:teuthology.orchestra.run.smithi156.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2024-01-16T08:45:18.113 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-16T08:45:19.488 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-01-16T08:45:19.534 INFO:teuthology.orchestra.run.smithi154.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 2.4 MB/s | 36 MB 00:15 2024-01-16T08:45:20.451 INFO:teuthology.orchestra.run.smithi154.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 2.7 MB/s | 43 MB 00:16 2024-01-16T08:45:20.451 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:45:20.452 INFO:teuthology.orchestra.run.smithi154.stdout:Total 5.4 MB/s | 90 MB 00:16 2024-01-16T08:45:21.134 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-01-16T08:45:21.569 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-01-16T08:45:21.569 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-01-16T08:45:22.817 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-01-16T08:45:22.859 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-01-16T08:45:23.321 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 426 kB/s | 24 kB 00:00 2024-01-16T08:45:25.689 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-01-16T08:45:26.252 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:45:26.946 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T08:45:26.946 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T08:45:27.261 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T08:45:27.262 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:Install 3 Packages 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 90 M 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 96 M 2024-01-16T08:45:27.263 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-01-16T08:45:29.155 INFO:teuthology.orchestra.run.smithi156.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 5.5 MB/s | 10 MB 00:01 2024-01-16T08:45:29.839 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:45:30.245 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:45:30.847 INFO:teuthology.orchestra.run.smithi156.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 10 MB/s | 36 MB 00:03 2024-01-16T08:45:31.447 INFO:teuthology.orchestra.run.smithi156.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 11 MB/s | 43 MB 00:04 2024-01-16T08:45:31.448 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:45:31.448 INFO:teuthology.orchestra.run.smithi156.stdout:Total 21 MB/s | 90 MB 00:04 2024-01-16T08:45:32.129 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-01-16T08:45:32.561 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-01-16T08:45:32.561 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-01-16T08:45:33.684 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:45:33.812 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-01-16T08:45:33.837 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-01-16T08:45:33.967 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:36.657 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-01-16T08:45:37.225 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:45:40.884 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:45:41.308 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:45:44.739 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:45:45.038 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:55.857 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:55.880 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:56.223 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:56.223 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:45:56.224 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:56.983 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-01-16T08:45:57.134 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:45:57.347 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T08:45:57.347 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T08:45:57.348 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T08:45:57.348 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T08:45:57.348 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T08:45:57.348 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-16T08:45:57.348 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T08:45:57.348 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:45:57.559 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T08:45:57.559 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T08:45:57.559 DEBUG:teuthology.orchestra.run.smithi154:> sudo rpm -qi grub2-tools 2024-01-16T08:45:57.593 INFO:teuthology.orchestra.run.smithi154.stdout:Name : grub2-tools 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Epoch : 1 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Version : 2.02 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Release : 129.el8 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: x86_64 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Group : System Environment/Base 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Size : 9265586 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:License : GPLv3+ 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Relocations : (not relocatable) 2024-01-16T08:45:57.594 INFO:teuthology.orchestra.run.smithi154.stdout:Packager : CentOS BuildSystem 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:Vendor : CentOS 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:Summary : Support tools for GRUB. 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:Description : 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:hardware devices. 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:45:57.595 INFO:teuthology.orchestra.run.smithi154.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T08:45:57.596 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T08:45:57.596 INFO:teuthology.task.kernel:Updating grub on smithi154 to boot 4.18.0-532.el8.x86_64 2024-01-16T08:45:57.596 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T08:45:59.337 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2024-01-16T08:46:01.901 INFO:teuthology.orchestra.run.smithi154.stderr:done 2024-01-16T08:46:01.903 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2024-01-16T08:46:01.935 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.7OdGynVxuR 2024-01-16T08:46:01.935 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7OdGynVxuR 2024-01-16T08:46:02.009 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.7OdGynVxuR 2024-01-16T08:46:02.157 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.7OdGynVxuR is 6KB 2024-01-16T08:46:02.206 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.7OdGynVxuR 2024-01-16T08:46:02.223 DEBUG:teuthology.orchestra.run.smithi154:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T08:46:02.289 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T08:46:02.289 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T08:46:02.289 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T08:46:02.289 INFO:teuthology.orchestra.run.smithi154.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T08:46:02.290 DEBUG:teuthology.orchestra.run.smithi154:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T08:46:02.462 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2024-01-16T08:46:06.898 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:46:06.922 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:46:07.271 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:46:07.271 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T08:46:07.271 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:46:08.115 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-01-16T08:46:08.277 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:46:08.533 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T08:46:08.533 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T08:46:08.534 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T08:46:08.534 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T08:46:08.534 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T08:46:08.534 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-16T08:46:08.534 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi156.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T08:46:08.534 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T08:46:08.745 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T08:46:08.745 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T08:46:08.745 DEBUG:teuthology.orchestra.run.smithi156:> sudo rpm -qi grub2-tools 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Name : grub2-tools 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Epoch : 1 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Version : 2.02 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Release : 129.el8 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Architecture: x86_64 2024-01-16T08:46:08.778 INFO:teuthology.orchestra.run.smithi156.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Group : System Environment/Base 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Size : 9265586 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:License : GPLv3+ 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Relocations : (not relocatable) 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Packager : CentOS BuildSystem 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Vendor : CentOS 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Summary : Support tools for GRUB. 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:Description : 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:46:08.779 INFO:teuthology.orchestra.run.smithi156.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T08:46:08.780 INFO:teuthology.orchestra.run.smithi156.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T08:46:08.780 INFO:teuthology.orchestra.run.smithi156.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T08:46:08.780 INFO:teuthology.orchestra.run.smithi156.stdout:hardware devices. 2024-01-16T08:46:08.780 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:46:08.780 INFO:teuthology.orchestra.run.smithi156.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T08:46:08.781 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T08:46:08.781 INFO:teuthology.task.kernel:Updating grub on smithi156 to boot 4.18.0-532.el8.x86_64 2024-01-16T08:46:08.781 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T08:46:10.234 INFO:teuthology.orchestra.run.smithi156.stderr:Generating grub configuration file ... 2024-01-16T08:46:12.398 INFO:teuthology.orchestra.run.smithi156.stderr:done 2024-01-16T08:46:12.399 DEBUG:teuthology.orchestra.run.smithi156:> mktemp 2024-01-16T08:46:12.422 INFO:teuthology.orchestra.run.smithi156.stdout:/tmp/tmp.oAZatJJCVW 2024-01-16T08:46:12.422 DEBUG:teuthology.orchestra.run.smithi156:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oAZatJJCVW 2024-01-16T08:46:12.496 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 0666 /tmp/tmp.oAZatJJCVW 2024-01-16T08:46:12.639 DEBUG:teuthology.orchestra.remote:smithi156:/tmp/tmp.oAZatJJCVW is 6KB 2024-01-16T08:46:12.688 DEBUG:teuthology.orchestra.run.smithi156:> rm -fr /tmp/tmp.oAZatJJCVW 2024-01-16T08:46:12.706 DEBUG:teuthology.orchestra.run.smithi156:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T08:46:12.773 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T08:46:12.773 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T08:46:12.773 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T08:46:12.773 INFO:teuthology.orchestra.run.smithi156.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T08:46:12.775 DEBUG:teuthology.orchestra.run.smithi156:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T08:46:12.960 DEBUG:teuthology.orchestra.run.smithi156:> sudo shutdown -r now 2024-01-16T08:46:32.474 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-16T08:46:32.475 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:46:32.475 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:46:42.972 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-16T08:46:42.972 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:46:42.973 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:46:50.940 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-01-16T08:46:59.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:46:59.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:47:01.436 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-16T08:47:03.004 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-01-16T08:47:10.441 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:47:10.442 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:47:13.500 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-16T08:47:15.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:47:15.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:47:25.512 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:47:25.513 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:47:43.932 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.156 2024-01-16T08:47:58.944 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:47:58.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:47:59.292 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-01-16T08:47:59.830 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:47:59.830 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-16T08:47:59.830 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2024-01-16T08:47:59.853 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-532.el8.x86_64 2024-01-16T08:47:59.853 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T08:47:59.854 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T08:47:59.854 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T08:48:00.855 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-16T08:48:00.855 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T08:48:01.534 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2024-01-16T08:48:01.544 DEBUG:teuthology.parallel:result is None 2024-01-16T08:48:15.009 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T08:48:30.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:48:30.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:48:30.340 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-01-16T08:48:30.618 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:48:30.618 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-16T08:48:30.618 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-01-16T08:48:30.636 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-532.el8.x86_64 2024-01-16T08:48:30.636 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T08:48:30.637 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T08:48:30.637 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T08:48:31.637 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T08:48:31.638 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T08:48:31.718 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-01-16T08:48:31.736 DEBUG:teuthology.parallel:result is None 2024-01-16T08:48:31.737 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T08:48:31.750 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T08:48:31.750 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T08:48:31.754 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T08:48:31.779 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T08:48:31.790 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T08:48:31.804 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T08:48:31.804 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T08:48:31.814 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T08:48:31.869 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T08:48:31.878 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T08:48:31.878 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T08:48:31.887 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T08:48:31.923 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:48:31.929 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:48:31.933 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:48:31.940 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T08:48:31.942 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T08:48:31.951 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T08:48:31.951 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T08:48:31.978 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T08:48:32.013 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T08:48:32.027 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T08:48:32.027 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T08:48:32.049 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T08:48:32.072 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:48:32.146 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:48:32.201 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:48:32.287 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:48:32.328 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:48:32.328 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T08:48:32.395 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:48:32.444 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T08:48:32.497 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:48:32.579 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T08:48:32.626 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-16T08:48:32.626 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T08:48:32.693 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-01-16T08:48:32.695 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2024-01-16T08:48:32.752 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:48:32.806 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T08:48:33.140 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T08:48:33.148 INFO:teuthology.task.internal:Starting timer... 2024-01-16T08:48:33.148 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T08:48:33.166 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T08:48:33.180 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-16T08:48:33.182 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2024-01-16T08:48:33.305 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2024-01-16T08:48:33.307 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2024-01-16T08:48:33.376 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2024-01-16T08:48:33.377 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T08:48:33.377 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2024-01-16T08:48:33.405 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2024-01-16T08:48:33.405 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2024-01-16T08:48:33.438 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2024-01-16T08:48:33.438 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive'} 2024-01-16T08:48:33.439 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T08:48:33.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:48:33.473 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T08:48:33.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T08:48:33.506 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T08:48:33.506 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2024-01-16T08:48:33.540 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2024-01-16T08:48:33.573 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T08:48:33.584 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-16T08:48:33.590 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-16T08:48:33.709 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T08:48:33.729 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-16T08:48:33.731 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi154.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T08:54:38.631 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2024-01-16T08:54:38.663 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:54:38.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:54:38.758 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-01-16T08:54:38.827 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-01-16T08:54:38.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:54:38.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T08:54:38.901 DEBUG:teuthology.orchestra.run.smithi156:> true 2024-01-16T08:54:38.972 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2024-01-16T08:54:38.972 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T08:54:38.983 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T08:54:38.983 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T08:54:38.987 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T08:54:38.990 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T08:54:38.990 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T08:54:39.021 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T08:54:39.035 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T08:54:39.044 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T08:54:39.058 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T08:54:39.101 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2024-01-16T08:54:39.112 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2024-01-16T08:54:39.119 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2024-01-16T08:54:39.126 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T08:54:39.129 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2024-01-16T08:54:39.139 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T08:54:39.143 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T08:54:39.158 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T08:54:39.202 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2024-01-16T08:54:39.206 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:54:39.206 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-01-16T08:54:39.206 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.206 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.206 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.207 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.225 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.228 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T08:54:39.229 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T08:54:39.239 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T08:54:39.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2024-01-16T08:54:39.239 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T08:54:39.240 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi156.front.sepia.ceph.com 2024-01-16T08:54:39.240 DEBUG:teuthology.orchestra.run.smithi156:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T08:54:40.143 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:25 ago on Tue 16 Jan 2024 08:53:14 AM UTC. 2024-01-16T08:54:40.158 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:34 ago on Tue 16 Jan 2024 08:53:05 AM UTC. 2024-01-16T08:54:42.309 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-01-16T08:54:42.310 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout:Resetting modules: 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:42.311 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:42.357 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-01-16T08:54:42.358 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:42.358 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-01-16T08:54:42.359 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:42.360 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:42.563 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-01-16T08:54:42.606 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-01-16T08:54:43.509 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:38 ago on Tue 16 Jan 2024 08:53:05 AM UTC. 2024-01-16T08:54:43.556 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:29 ago on Tue 16 Jan 2024 08:53:14 AM UTC. 2024-01-16T08:54:45.657 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2024-01-16T08:54:45.708 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2024-01-16T08:54:45.852 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:45.852 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout:Installing group/module packages: 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T08:54:45.853 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:Installing weak dependencies: 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:Installing module profiles: 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools/common 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:Enabling module streams: 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools rhel8 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout:Install 13 Packages 2024-01-16T08:54:45.854 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:45.855 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 27 M 2024-01-16T08:54:45.855 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 89 M 2024-01-16T08:54:45.855 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T08:54:45.902 INFO:teuthology.orchestra.run.smithi154.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout:Installing weak dependencies: 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:45.903 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools rhel8 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout:Install 13 Packages 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:45.904 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 27 M 2024-01-16T08:54:45.905 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 89 M 2024-01-16T08:54:45.905 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2024-01-16T08:54:46.388 INFO:teuthology.orchestra.run.smithi156.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2024-01-16T08:54:46.472 INFO:teuthology.orchestra.run.smithi156.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.8 MB/s | 1.0 MB 00:00 2024-01-16T08:54:46.489 INFO:teuthology.orchestra.run.smithi156.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2024-01-16T08:54:46.573 INFO:teuthology.orchestra.run.smithi156.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2024-01-16T08:54:46.603 INFO:teuthology.orchestra.run.smithi154.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2024-01-16T08:54:46.640 INFO:teuthology.orchestra.run.smithi156.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2024-01-16T08:54:46.662 INFO:teuthology.orchestra.run.smithi154.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 649 kB/s | 38 kB 00:00 2024-01-16T08:54:46.690 INFO:teuthology.orchestra.run.smithi156.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 497 kB/s | 25 kB 00:00 2024-01-16T08:54:46.729 INFO:teuthology.orchestra.run.smithi154.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2024-01-16T08:54:46.749 INFO:teuthology.orchestra.run.smithi156.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-16T08:54:46.837 INFO:teuthology.orchestra.run.smithi154.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.3 MB/s | 241 kB 00:00 2024-01-16T08:54:46.938 INFO:teuthology.orchestra.run.smithi154.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2024-01-16T08:54:47.038 INFO:teuthology.orchestra.run.smithi154.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2024-01-16T08:54:47.105 INFO:teuthology.orchestra.run.smithi154.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2024-01-16T08:54:47.157 INFO:teuthology.orchestra.run.smithi156.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 5.9 MB/s | 3.9 MB 00:00 2024-01-16T08:54:47.449 INFO:teuthology.orchestra.run.smithi156.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 8.7 MB/s | 2.5 MB 00:00 2024-01-16T08:54:47.508 INFO:teuthology.orchestra.run.smithi156.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 903 kB/s | 53 kB 00:00 2024-01-16T08:54:47.566 INFO:teuthology.orchestra.run.smithi156.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 704 kB/s | 41 kB 00:00 2024-01-16T08:54:47.655 INFO:teuthology.orchestra.run.smithi154.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.2 MB/s | 3.9 MB 00:00 2024-01-16T08:54:47.775 INFO:teuthology.orchestra.run.smithi156.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.9 MB/s | 8.1 MB 00:01 2024-01-16T08:54:47.964 INFO:teuthology.orchestra.run.smithi154.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.8 MB/s | 9.6 MB 00:01 2024-01-16T08:54:48.039 INFO:teuthology.orchestra.run.smithi154.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.6 MB/s | 2.5 MB 00:00 2024-01-16T08:54:48.064 INFO:teuthology.orchestra.run.smithi154.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 525 kB/s | 53 kB 00:00 2024-01-16T08:54:48.108 INFO:teuthology.orchestra.run.smithi156.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 4.4 MB/s | 9.6 MB 00:02 2024-01-16T08:54:48.109 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:54:48.109 INFO:teuthology.orchestra.run.smithi156.stdout:Total 12 MB/s | 27 MB 00:02 2024-01-16T08:54:48.123 INFO:teuthology.orchestra.run.smithi154.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2024-01-16T08:54:48.373 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2024-01-16T08:54:48.394 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2024-01-16T08:54:48.394 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2024-01-16T08:54:48.423 INFO:teuthology.orchestra.run.smithi154.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.2 MB/s | 8.1 MB 00:01 2024-01-16T08:54:48.427 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2024-01-16T08:54:48.427 INFO:teuthology.orchestra.run.smithi154.stdout:Total 11 MB/s | 27 MB 00:02 2024-01-16T08:54:48.642 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2024-01-16T08:54:48.683 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2024-01-16T08:54:48.693 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2024-01-16T08:54:48.714 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2024-01-16T08:54:48.714 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2024-01-16T08:54:48.975 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2024-01-16T08:54:48.978 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2024-01-16T08:54:49.310 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2024-01-16T08:54:49.550 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-16T08:54:49.670 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2024-01-16T08:54:49.712 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T08:54:49.884 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-16T08:54:49.907 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-16T08:54:50.054 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T08:54:50.130 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T08:54:50.241 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-16T08:54:50.514 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T08:54:50.694 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-16T08:54:51.064 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-16T08:54:51.659 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T08:54:51.885 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-16T08:54:52.049 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T08:54:52.107 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-16T08:54:52.270 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-16T08:54:52.349 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-16T08:54:52.507 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-16T08:54:52.755 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-16T08:54:52.791 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-16T08:54:53.190 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-16T08:54:53.646 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T08:54:54.006 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-16T08:54:54.095 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T08:54:54.194 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T08:54:54.321 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-16T08:54:54.511 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T08:54:54.617 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T08:54:54.617 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-16T08:54:54.617 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T08:54:54.618 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T08:54:54.942 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T08:54:54.943 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-16T08:54:55.468 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-16T08:54:55.468 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:55.468 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2024-01-16T08:54:55.468 INFO:teuthology.orchestra.run.smithi156.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.468 INFO:teuthology.orchestra.run.smithi156.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:54:55.469 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2024-01-16T08:54:55.749 DEBUG:teuthology.parallel:result is None 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T08:54:55.813 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.814 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T08:54:55.814 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T08:54:55.814 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T08:54:55.814 INFO:teuthology.orchestra.run.smithi154.stdout: 2024-01-16T08:54:55.814 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2024-01-16T08:54:56.064 DEBUG:teuthology.parallel:result is None 2024-01-16T08:54:56.064 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T08:54:56.161 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-16T08:54:56.161 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-01-16T08:54:56.161 INFO:tasks.cephadm:Cluster fsid is ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:54:56.161 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T08:54:56.162 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-16T08:54:56.162 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi154': '172.21.15.154', 'mon.smithi156': '172.21.15.156'} 2024-01-16T08:54:56.162 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T08:54:56.162 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2024-01-16T08:54:56.193 DEBUG:teuthology.orchestra.run.smithi156:> sudo hostname $(hostname -s) 2024-01-16T08:54:56.222 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-01-16T08:54:56.222 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T08:54:56.506 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 16 08:54 /home/ubuntu/cephtest/cephadm 2024-01-16T08:54:56.506 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T08:54:56.680 INFO:teuthology.orchestra.run.smithi156.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Jan 16 08:54 /home/ubuntu/cephtest/cephadm 2024-01-16T08:54:56.680 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T08:54:56.700 DEBUG:teuthology.orchestra.run.smithi156:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T08:54:56.747 DEBUG:teuthology.orchestra.run.smithi154:> sudo mkdir -p /etc/ceph 2024-01-16T08:54:56.776 DEBUG:teuthology.orchestra.run.smithi156:> sudo mkdir -p /etc/ceph 2024-01-16T08:54:56.807 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 777 /etc/ceph 2024-01-16T08:54:56.843 DEBUG:teuthology.orchestra.run.smithi156:> sudo chmod 777 /etc/ceph 2024-01-16T08:54:56.877 INFO:tasks.cephadm:Writing seed config... 2024-01-16T08:54:56.878 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T08:54:56.878 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T08:54:56.878 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T08:54:56.878 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T08:54:56.878 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T08:54:56.879 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T08:54:56.879 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T08:54:56.879 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-16T08:54:56.879 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:54:56.880 DEBUG:teuthology.orchestra.run.smithi154:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T08:54:56.901 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 = ebcc5ef2-b44c-11ee-95ad-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-16T08:54:56.902 DEBUG:teuthology.orchestra.run.smithi154:mon.smithi154> sudo journalctl -f -n 0 -u ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service 2024-01-16T08:54:56.944 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T08:54:56.944 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid ebcc5ef2-b44c-11ee-95ad-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.154 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:54:56.971 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:-- Logs begin at Tue 2024-01-16 08:47:36 UTC. -- 2024-01-16T08:54:57.208 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-16T08:54:58.670 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2024-01-16T08:54:58.681 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying podman|docker is present... 2024-01-16T08:54:58.681 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-16T08:54:58.704 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2024-01-16T08:54:58.717 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying lvm2 is present... 2024-01-16T08:54:58.717 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying time synchronization is in place... 2024-01-16T08:54:58.717 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled chrony.service 2024-01-16T08:54:58.724 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T08:54:58.725 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active chrony.service 2024-01-16T08:54:58.730 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:54:58.731 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-16T08:54:58.737 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: enabled 2024-01-16T08:54:58.737 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active chronyd.service 2024-01-16T08:54:58.743 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: active 2024-01-16T08:54:58.744 INFO:teuthology.orchestra.run.smithi154.stderr:Unit chronyd.service is enabled and running 2024-01-16T08:54:58.744 INFO:teuthology.orchestra.run.smithi154.stderr:Repeating the final host check... 2024-01-16T08:54:58.744 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-16T08:54:58.764 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 4.6.1 2024-01-16T08:54:58.779 INFO:teuthology.orchestra.run.smithi154.stderr:podman|docker (/bin/podman) is present 2024-01-16T08:54:58.779 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl is present 2024-01-16T08:54:58.779 INFO:teuthology.orchestra.run.smithi154.stderr:lvcreate is present 2024-01-16T08:54:58.779 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled chrony.service 2024-01-16T08:54:58.785 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T08:54:58.785 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active chrony.service 2024-01-16T08:54:58.791 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:54:58.791 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-16T08:54:58.797 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: enabled 2024-01-16T08:54:58.797 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active chronyd.service 2024-01-16T08:54:58.802 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: active 2024-01-16T08:54:58.803 INFO:teuthology.orchestra.run.smithi154.stderr:Unit chronyd.service is enabled and running 2024-01-16T08:54:58.803 INFO:teuthology.orchestra.run.smithi154.stderr:Host looks OK 2024-01-16T08:54:58.804 INFO:teuthology.orchestra.run.smithi154.stderr:Cluster fsid: ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:54:58.804 INFO:teuthology.orchestra.run.smithi154.stderr:Acquiring lock 140234455990400 on /run/cephadm/ebcc5ef2-b44c-11ee-95ad-87774f69a715.lock 2024-01-16T08:54:58.804 INFO:teuthology.orchestra.run.smithi154.stderr:Lock 140234455990400 acquired on /run/cephadm/ebcc5ef2-b44c-11ee-95ad-87774f69a715.lock 2024-01-16T08:54:58.805 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying IP 172.21.15.154 port 3300 ... 2024-01-16T08:54:58.805 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying IP 172.21.15.154 port 6789 ... 2024-01-16T08:54:58.805 INFO:teuthology.orchestra.run.smithi154.stderr:Base mon IP is 172.21.15.154, final addrv is [v2:172.21.15.154:3300,v1:172.21.15.154:6789] 2024-01-16T08:54:58.805 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /sbin/ip route ls 2024-01-16T08:54:58.807 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.154 metric 100 2024-01-16T08:54:58.807 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.154 metric 100 2024-01-16T08:54:58.808 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /sbin/ip -6 route ls 2024-01-16T08:54:58.809 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-16T08:54:58.810 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-16T08:54:58.810 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1785sec hoplimit 64 pref medium 2024-01-16T08:54:58.810 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /sbin/ip -6 addr ls 2024-01-16T08:54:58.812 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-16T08:54:58.813 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-16T08:54:58.813 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T08:54:58.813 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-16T08:54:58.813 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7761/64 scope link 2024-01-16T08:54:58.813 INFO:teuthology.orchestra.run.smithi154.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T08:54:58.814 INFO:teuthology.orchestra.run.smithi154.stderr:Mon IP `172.21.15.154` is in CIDR network `172.21.0.0/20` 2024-01-16T08:54:58.814 INFO:teuthology.orchestra.run.smithi154.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-16T08:54:58.814 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-01-16T08:54:58.815 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-01-16T08:54:58.918 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-01-16T08:55:05.438 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Getting image source signatures 2024-01-16T08:55:05.454 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-01-16T08:55:05.454 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-16T08:55:22.030 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-16T08:55:22.079 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: Writing manifest to image destination 2024-01-16T08:55:22.353 INFO:teuthology.orchestra.run.smithi154.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-01-16T08:55:22.360 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-01-16T08:55:22.870 INFO:teuthology.orchestra.run.smithi154.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-16T08:55:23.219 INFO:teuthology.orchestra.run.smithi154.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-01-16T08:55:23.220 INFO:teuthology.orchestra.run.smithi154.stderr:Extracting ceph user uid/gid from container image... 2024-01-16T08:55:23.220 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-01-16T08:55:23.490 INFO:teuthology.orchestra.run.smithi154.stderr:stat: 167 167 2024-01-16T08:55:23.811 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial keys... 2024-01-16T08:55:23.812 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-16T08:55:24.065 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQB8RKZlIfVkAxAAUmk65C+aZUqpv8BWLjRluw== 2024-01-16T08:55:24.434 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-16T08:55:24.681 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQB8RKZlr6UfKBAAHO3Yg54QU5oCZbzLq9Lbcw== 2024-01-16T08:55:25.017 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-01-16T08:55:25.281 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-authtool: AQB9RKZlmr2AEBAAJAWpCN9zRd0nfDj1YyvHGQ== 2024-01-16T08:55:25.607 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial monmap... 2024-01-16T08:55:25.607 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpe_5pxsxv:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 --addv smithi154 [v2:172.21.15.154:3300,v1:172.21.15.154:6789] /tmp/monmap 2024-01-16T08:55:25.856 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T08:55:25.857 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:25.857 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T08:55:26.180 INFO:teuthology.orchestra.run.smithi154.stderr:monmaptool for smithi154 [v2:172.21.15.154:3300,v1:172.21.15.154:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T08:55:26.180 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: set fsid to ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:26.180 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T08:55:26.181 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:55:26.181 INFO:teuthology.orchestra.run.smithi154.stderr:Creating mon... 2024-01-16T08:55:26.182 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/mon.smithi154:/var/lib/ceph/mon/ceph-smithi154:z -v /tmp/ceph-tmpumzudctj:/tmp/keyring:z -v /tmp/ceph-tmpe_5pxsxv:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi154 --fsid ebcc5ef2-b44c-11ee-95ad-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-16T08:55:26.456 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.438+0000 7f6c21385700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T08:55:26.456 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.439+0000 7f6c21385700 1 imported monmap: 2024-01-16T08:55:26.456 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: last_changed 2024-01-16T08:55:25.844802+0000 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: created 2024-01-16T08:55:25.844802+0000 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon.smithi154 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.439+0000 7f6c21385700 0 /usr/bin/ceph-mon: set fsid to ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T08:55:26.457 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Compile date Jul 8 2021 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: DB SUMMARY 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi154/store.db dir, Total Num: 0, files: 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi154/store.db: 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.error_if_exists: 0 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.create_if_missing: 1 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.env: 0x55ff5dc521c0 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.fs: Posix File System 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.info_log: 0x55ff5fadb000 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.statistics: (nil) 2024-01-16T08:55:26.458 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.use_fsync: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.db_log_dir: 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi154/store.db 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T08:55:26.459 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.write_buffer_manager: 0x55ff5fae3530 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T08:55:26.460 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.unordered_write: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.row_cache: None 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.wal_filter: None 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.two_write_queues: 0 2024-01-16T08:55:26.461 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.atomic_flush: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T08:55:26.462 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.max_open_files: -1 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Compression algorithms supported: 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kZSTD supported: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kXpressCompression supported: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kZlibCompression supported: 1 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T08:55:26.463 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.440+0000 7f6c21385700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000001 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.merge_operator: 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_filter: None 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ff5f9f4160) 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-16T08:55:26.464 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_cache: 0x55ff5fa2ad10 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-16T08:55:26.465 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-16T08:55:26.466 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression: NoCompression 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.num_levels: 7 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T08:55:26.467 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T08:55:26.468 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T08:55:26.469 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T08:55:26.470 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.table_properties_collectors: 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.bloom_locality: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.ttl: 2592000 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.441+0000 7f6c21385700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T08:55:26.471 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.442+0000 7f6c21385700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi154/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-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.442+0000 7f6c21385700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.442+0000 7f6c21385700 4 rocksdb: DB pointer 0x55ff5faef800 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.443+0000 7f6c0a20e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.443+0000 7f6c0a20e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:55:26.472 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:55:26.473 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.474 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.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-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.445+0000 7f6c21385700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.445+0000 7f6c21385700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-16T08:55:26.475 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph-mon: debug 2024-01-16T08:55:26.445+0000 7f6c21385700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi154 for mon.smithi154 2024-01-16T08:55:26.781 INFO:teuthology.orchestra.run.smithi154.stderr:create mon.smithi154 on 2024-01-16T08:55:26.781 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:26.786 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl disable ceph.target 2024-01-16T08:55:26.876 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl enable ceph.target 2024-01-16T08:55:26.882 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T08:55:26.963 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl start ceph.target 2024-01-16T08:55:26.970 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl enable ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target 2024-01-16T08:55:26.977 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target. 2024-01-16T08:55:26.977 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target. 2024-01-16T08:55:27.056 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target 2024-01-16T08:55:27.063 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl daemon-reload 2024-01-16T08:55:27.146 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T08:55:27.169 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl reset-failed ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T08:55:27.174 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to reset failed state of unit ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service: Unit ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service not loaded. 2024-01-16T08:55:27.175 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl enable ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T08:55:27.181 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target.wants/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service → /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@.service. 2024-01-16T08:55:27.262 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T08:55:27.522 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:27 smithi154 systemd[1]: Starting Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715... 2024-01-16T08:55:27.602 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-16T08:55:27.610 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2024-01-16T08:55:27.610 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active firewalld.service 2024-01-16T08:55:27.617 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:55:27.618 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2024-01-16T08:55:27.618 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T08:55:27.618 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mon to start... 2024-01-16T08:55:27.619 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mon... 2024-01-16T08:55:27.619 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/mon.smithi154:/var/lib/ceph/mon/ceph-smithi154:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-01-16T08:55:27.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:27 smithi154 bash[34036]: f449360c78f9f0d98c074c16992024ab6fa0ad49f47d03fa384c07366d062c6b 2024-01-16T08:55:27.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:27 smithi154 systemd[1]: Started Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715. 2024-01-16T08:55:27.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:27 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.649107+0000 mon.smithi154 (mon.0) 0 : [INF] mkfs ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:27.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:27 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.628826+0000 mon.smithi154 (mon.0) 1 : cluster [INF] mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2024-01-16T08:55:28.051 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: cluster: 2024-01-16T08:55:28.051 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: id: ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:28.051 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-16T08:55:28.051 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: services: 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi154 (age 0.41323s) 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: data: 2024-01-16T08:55:28.052 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-16T08:55:28.053 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-16T08:55:28.053 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-16T08:55:28.053 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: pgs: 2024-01-16T08:55:28.053 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.384 INFO:teuthology.orchestra.run.smithi154.stderr:mon is available 2024-01-16T08:55:28.384 INFO:teuthology.orchestra.run.smithi154.stderr:Assimilating anything we can from ceph.conf... 2024-01-16T08:55:28.384 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/mon.smithi154:/var/lib/ceph/mon/ceph-smithi154:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi154/config 2024-01-16T08:55:28.836 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [global] 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: fsid = ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.154:3300,v1:172.21.15.154:6789] 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [mgr] 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [osd] 2024-01-16T08:55:28.837 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T08:55:28.838 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T08:55:28.853 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.645704+0000 mon.smithi154 (mon.0) 2 : cluster [INF] mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2024-01-16T08:55:28.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.645978+0000 mon.smithi154 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2024-01-16T08:55:28.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.653506+0000 mon.smithi154 (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T08:55:28.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.663029+0000 mon.smithi154 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T08:55:28.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: cluster 2024-01-16T08:55:27.664506+0000 mon.smithi154 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T08:55:28.854 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: audit 2024-01-16T08:55:28.058899+0000 mon.smithi154 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.154:0/797472910' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T08:55:29.175 INFO:teuthology.orchestra.run.smithi154.stderr:Generating new minimal ceph.conf... 2024-01-16T08:55:29.175 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/mon.smithi154:/var/lib/ceph/mon/ceph-smithi154:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi154/config 2024-01-16T08:55:29.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: audit 2024-01-16T08:55:28.838812+0000 mon.smithi154 (mon.0) 8 : audit [INF] from='client.? 172.21.15.154:0/4108393841' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T08:55:29.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: audit 2024-01-16T08:55:28.844097+0000 mon.smithi154 (mon.0) 9 : audit [INF] from='client.? 172.21.15.154:0/4108393841' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T08:55:30.291 INFO:teuthology.orchestra.run.smithi154.stderr:Restarting the monitor... 2024-01-16T08:55:30.291 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl restart ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T08:55:30.572 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715... 2024-01-16T08:55:30.572 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: debug 2024-01-16T08:55:30.372+0000 7f25dbbeb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi154 -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-16T08:55:30.572 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34051]: debug 2024-01-16T08:55:30.372+0000 7f25dbbeb700 -1 mon.smithi154@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T08:55:30.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 podman[34377]: ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154 2024-01-16T08:55:30.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 systemd[1]: ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service: Succeeded. 2024-01-16T08:55:30.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 systemd[1]: Stopped Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715. 2024-01-16T08:55:30.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 systemd[1]: Starting Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715... 2024-01-16T08:55:30.950 INFO:teuthology.orchestra.run.smithi154.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-16T08:55:30.950 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.946+0000 7fb35a5e7700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.946+0000 7fb35a5e7700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.946+0000 7fb35a5e7700 0 pidfile_write: ignore empty --pid-file 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.950+0000 7fb35a5e7700 0 load: jerasure load: lrc load: isa 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Compile date Jul 8 2021 2024-01-16T08:55:31.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: DB SUMMARY 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: CURRENT file: CURRENT 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi154/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi154/store.db: 000006.log size: 80426 ; 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.error_if_exists: 0 2024-01-16T08:55:31.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.create_if_missing: 0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.env: 0x55fa127091c0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.fs: Posix File System 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.info_log: 0x55fa146a5a40 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.statistics: (nil) 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.use_fsync: 0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T08:55:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.db_log_dir: 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi154/store.db 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T08:55:31.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.write_buffer_manager: 0x55fa146adfb0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T08:55:31.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.unordered_write: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.row_cache: None 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.wal_filter: None 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.two_write_queues: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.atomic_flush: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T08:55:31.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_open_files: -1 2024-01-16T08:55:31.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Compression algorithms supported: 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kZSTD supported: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kXpressCompression supported: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kZlibCompression supported: 1 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T08:55:31.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi154/store.db/MANIFEST-000005 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.merge_operator: 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_filter: None 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T08:55:31.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fa145bfcc0) 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cache_index_and_filter_blocks: 1 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: pin_top_level_index_and_filter: 1 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: index_type: 0 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: data_block_index_type: 0 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: index_shortening: 1 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: hash_index_allow_collision: 1 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: checksum: 1 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: no_block_cache: 0 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_cache: 0x55fa145f4f10 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 bash[34449]: 81c3ce7c0e3f3f7c5e7e97435af6517247612219bd2a1f1f83e4db8f7b138023 2024-01-16T08:55:31.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_cache_name: BinnedLRUCache 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_cache_options: 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: capacity : 536870912 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: num_shard_bits : 4 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: strict_capacity_limit : 0 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: high_pri_pool_ratio: 0.000 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_cache_compressed: (nil) 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: persistent_cache: (nil) 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_size: 4096 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_size_deviation: 10 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_restart_interval: 16 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: index_block_restart_interval: 1 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: metadata_block_size: 4096 2024-01-16T08:55:31.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: partition_filters: 0 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: use_delta_encoding: 1 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: whole_key_filtering: 1 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: verify_compression: 0 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: read_amp_bytes_per_bit: 0 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: format_version: 2 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: enable_index_compression: 1 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: block_align: 0 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression: NoCompression 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T08:55:31.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.num_levels: 7 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T08:55:31.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T08:55:31.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T08:55:31.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.table_properties_collectors: 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.bloom_locality: 0 2024-01-16T08:55:31.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.ttl: 2592000 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.951+0000 7fb35a5e7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi154/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-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705395330953266, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-16T08:55:31.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 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-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705395330954027, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77349, "table_properties": {"data_size": 75646, "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": 70293, "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": 1705395330, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.952+0000 7fb35a5e7700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.953+0000 7fb35a5e7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705395330954406, "job": 1, "event": "recovery_finished"} 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.953+0000 7fb35a5e7700 4 rocksdb: DB pointer 0x55fa146b9800 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.954+0000 7fb3413ef700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.954+0000 7fb3413ef700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** DB Stats ** 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T08:55:31.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** Compaction Stats [default] ** 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** Compaction Stats [default] ** 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:31.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Cumulative compaction: 0.00 GB write, 28.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Interval compaction: 0.00 GB write, 28.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** Compaction Stats [default] ** 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:31.400 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: L0 2/0 77.23 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Sum 2/0 77.23 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** Compaction Stats [default] ** 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T08:55:31.401 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Cumulative compaction: 0.00 GB write, 27.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.954+0000 7fb35a5e7700 0 starting mon.smithi154 rank 0 at public addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] at bind addrs [v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi154 fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 1 mon.smithi154@-1(???) e1 preinit fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).mds e1 new map 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).mds e1 print_map 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: e1 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: legacy client fscid: -1 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.402 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: No filesystems configured 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 0 mon.smithi154@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:28.838812+0000 mon.smithi154 (mon.0) 8 : audit [INF] from='client.? 172.21.15.154:0/4108393841' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:28.844097+0000 mon.smithi154 (mon.0) 9 : audit [INF] from='client.? 172.21.15.154:0/4108393841' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.955+0000 7fb35a5e7700 1 mon.smithi154@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expand map: {default=false} 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta from 'false' to 'false' 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expanded map: {default=false} 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expand map: {default=info} 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta from 'info' to 'info' 2024-01-16T08:55:31.403 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expanded map: {default=info} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expand map: {default=daemon} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expand map: {default=debug} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T08:55:30.956+0000 7fb35a5e7700 20 expand_channel_meta expanded map: {default=debug} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:30 smithi154 systemd[1]: Started Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715. 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:30.973845+0000 mon.smithi154 (mon.0) 1 : cluster [INF] mon.smithi154 is new leader, mons smithi154 in quorum (ranks 0) 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:30.973915+0000 mon.smithi154 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi154=[v2:172.21.15.154:3300/0,v1:172.21.15.154:6789/0]} 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:30.973953+0000 mon.smithi154 (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:30.973979+0000 mon.smithi154 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T08:55:31.404 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:30.974450+0000 mon.smithi154 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T08:55:31.716 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-16T08:55:31.716 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:55:31.716 INFO:teuthology.orchestra.run.smithi154.stderr:Creating mgr... 2024-01-16T08:55:31.716 INFO:teuthology.orchestra.run.smithi154.stderr:Verifying port 9283 ... 2024-01-16T08:55:31.718 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl daemon-reload 2024-01-16T08:55:31.814 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy 2024-01-16T08:55:31.835 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl reset-failed ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy 2024-01-16T08:55:31.841 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Failed to reset failed state of unit ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy.service: Unit ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy.service not loaded. 2024-01-16T08:55:31.841 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl enable ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy 2024-01-16T08:55:31.847 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715.target.wants/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy.service → /etc/systemd/system/ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@.service. 2024-01-16T08:55:31.932 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mgr.smithi154.mrvzuy 2024-01-16T08:55:32.261 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-16T08:55:32.269 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2024-01-16T08:55:32.270 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active firewalld.service 2024-01-16T08:55:32.277 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:55:32.278 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2024-01-16T08:55:32.278 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T08:55:32.278 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-16T08:55:32.285 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2024-01-16T08:55:32.285 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active firewalld.service 2024-01-16T08:55:32.292 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:55:32.293 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2024-01-16T08:55:32.293 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-16T08:55:32.293 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr to start... 2024-01-16T08:55:32.294 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr... 2024-01-16T08:55:32.294 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-16T08:55:32.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:31.370338+0000 mon.smithi154 (mon.0) 6 : audit [INF] from='client.? 172.21.15.154:0/1412107389' entity='client.admin' 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "ebcc5ef2-b44c-11ee-95ad-87774f69a715", 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:55:32.720 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:55:32.721 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:55:32.722 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:32.723 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:55:27.649615+0000", 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:55:32.724 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:33.133 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (1/15)... 2024-01-16T08:55:33.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:32.722480+0000 mon.smithi154 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.154:0/3256940780' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:55:35.135 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "ebcc5ef2-b44c-11ee-95ad-87774f69a715", 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.623 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:55:35.624 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:55:35.625 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:55:35.629 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:55:35.630 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:55:27.649615+0000", 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:55:35.631 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:35.957 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (2/15)... 2024-01-16T08:55:36.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:35 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:35.629425+0000 mon.smithi154 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.154:0/2732881006' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:55:37.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:37.440000+0000 mon.smithi154 (mon.0) 9 : cluster [INF] Activating manager daemon smithi154.mrvzuy 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:37.442716+0000 mon.smithi154 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi154.mrvzuy(active, starting, since 0.00282139s) 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.443570+0000 mon.smithi154 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.443690+0000 mon.smithi154 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.443803+0000 mon.smithi154 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.443915+0000 mon.smithi154 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.444322+0000 mon.smithi154 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mgr metadata", "who": "smithi154.mrvzuy", "id": "smithi154.mrvzuy"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:37.457640+0000 mon.smithi154 (mon.0) 16 : cluster [INF] Manager daemon smithi154.mrvzuy is now available 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.467525+0000 mon.smithi154 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.470778+0000 mon.smithi154 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.471911+0000 mon.smithi154 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.479054+0000 mon.smithi154 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:37.879 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:37.483744+0000 mon.smithi154 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.154:0/3784468519' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:37.959 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-16T08:55:38.368 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:38.368 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:38.368 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "ebcc5ef2-b44c-11ee-95ad-87774f69a715", 2024-01-16T08:55:38.368 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:55:38.368 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:55:38.369 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:55:38.370 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:55:38.373 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:55:38.374 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": false, 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:55:27.649615+0000", 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:55:38.375 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:38.706 INFO:teuthology.orchestra.run.smithi154.stderr:mgr not available, waiting (3/15)... 2024-01-16T08:55:38.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:38.374968+0000 mon.smithi154 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.154:0/4077640002' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:55:38.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:38.445266+0000 mon.smithi154 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi154.mrvzuy(active, since 1.00537s) 2024-01-16T08:55:40.709 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-01-16T08:55:40.878 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:39.497471+0000 mon.smithi154 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi154.mrvzuy(active, since 2s) 2024-01-16T08:55:41.377 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsid": "ebcc5ef2-b44c-11ee-95ad-87774f69a715", 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "health": { 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 0 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "smithi154" 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:41.378 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T08:55:41.379 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T08:55:41.383 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "iostat", 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "nfs", 2024-01-16T08:55:41.384 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "restful" 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ], 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "modified": "2024-01-16T08:55:27.649615+0000", 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "services": {} 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: }, 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T08:55:41.385 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:41.713 INFO:teuthology.orchestra.run.smithi154.stderr:mgr is available 2024-01-16T08:55:41.714 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z -v /tmp/tmppag7zo58:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [global] 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: fsid = ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T08:55:42.200 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [mgr] 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: [osd] 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T08:55:42.201 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T08:55:42.222 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:41 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:41.384154+0000 mon.smithi154 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.154:0/1933228600' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T08:55:42.531 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling cephadm module... 2024-01-16T08:55:42.531 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-01-16T08:55:43.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:42.207267+0000 mon.smithi154 (mon.0) 26 : audit [INF] from='client.? 172.21.15.154:0/1354207200' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T08:55:44.233 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:43 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:43.083207+0000 mon.smithi154 (mon.0) 27 : audit [INF] from='client.? 172.21.15.154:0/3354750047' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T08:55:44.305 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-16T08:55:44.886 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:44.887 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-16T08:55:44.887 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:55:44.887 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "active_name": "smithi154.mrvzuy", 2024-01-16T08:55:44.887 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T08:55:44.887 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:45.165 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:43.968479+0000 mon.smithi154 (mon.0) 28 : audit [INF] from='client.? 172.21.15.154:0/3354750047' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T08:55:45.165 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:43.968541+0000 mon.smithi154 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi154.mrvzuy(active, since 6s) 2024-01-16T08:55:45.166 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:44.895244+0000 mon.smithi154 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.154:0/1616954763' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T08:55:45.225 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for the mgr to restart... 2024-01-16T08:55:45.225 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr epoch 5... 2024-01-16T08:55:45.225 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-16T08:55:49.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:49 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:49.120097+0000 mon.smithi154 (mon.0) 31 : cluster [INF] Active manager daemon smithi154.mrvzuy restarted 2024-01-16T08:55:49.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:49 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:49.120480+0000 mon.smithi154 (mon.0) 32 : cluster [INF] Activating manager daemon smithi154.mrvzuy 2024-01-16T08:55:49.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:49 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:49.122175+0000 mon.smithi154 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T08:55:50.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:55:50.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-16T08:55:50.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T08:55:50.179 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:55:50.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:49.175891+0000 mon.smithi154 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi154.mrvzuy(active, starting, since 0.0554879s) 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.178208+0000 mon.smithi154 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.178381+0000 mon.smithi154 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mgr metadata", "who": "smithi154.mrvzuy", "id": "smithi154.mrvzuy"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.178534+0000 mon.smithi154 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.178676+0000 mon.smithi154 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.178792+0000 mon.smithi154 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:49.192843+0000 mon.smithi154 (mon.0) 40 : cluster [INF] Manager daemon smithi154.mrvzuy is now available 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.206090+0000 mon.smithi154 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.208647+0000 mon.smithi154 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.211164+0000 mon.smithi154 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.298171+0000 mon.smithi154 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.298819+0000 mon.smithi154 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:55:50.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.299856+0000 mon.smithi154 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:55:50.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.300986+0000 mon.smithi154 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:55:50.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.311895+0000 mon.smithi154 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:55:50.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:49.313026+0000 mon.smithi154 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:55:51.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:50.180809+0000 mgr.smithi154.mrvzuy (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T08:55:51.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:50.181394+0000 mon.smithi154 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi154.mrvzuy(active, since 1.06099s) 2024-01-16T08:55:51.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:50.187908+0000 mgr.smithi154.mrvzuy (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T08:55:52.329 INFO:teuthology.orchestra.run.smithi154.stderr:mgr epoch 5 is available 2024-01-16T08:55:52.329 INFO:teuthology.orchestra.run.smithi154.stderr:Setting orchestrator backend to cephadm... 2024-01-16T08:55:52.330 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-01-16T08:55:53.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:55:51.966866+0000 mon.smithi154 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi154.mrvzuy(active, since 2s) 2024-01-16T08:55:54.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:53.592542+0000 mgr.smithi154.mrvzuy (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-16T08:55:54.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:53.596426+0000 mon.smithi154 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:54.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:53.599672+0000 mon.smithi154 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:55:55.289 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-01-16T08:55:56.249 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: value unchanged 2024-01-16T08:55:56.611 INFO:teuthology.orchestra.run.smithi154.stderr:Generating ssh key... 2024-01-16T08:55:56.611 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-01-16T08:55:57.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:57 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:56.257746+0000 mgr.smithi154.mrvzuy (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:55:57.561 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-01-16T08:55:58.074 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjRyH5FWwn59ImhWeQy+HfgVOORZKCeEt4oXtrek04Gsz3ybgIOhukV4+c8oVJmcqCgwP5O/oXZcjUu6YJdJy3IAduyKdhrKWce7e3b8XEpyJ5QgF6TQ5lky0JiAIAwGHHdUlizEcZJCfuNYmRUD3F+h84D6y2vBt4ba1lPRTXARry9swU46JDFRvuUrby6k4cgaQqUixOw5ENEZzLgSwCa3MqtTBsVN2WC7p3SS8bgqCkv/jGEVlwfkQHJkCMfDyEHGnhg/PcN6wKnU/K8rGXqgDB//Vz0D0LQj0Hp0VW+Wa/K0fNpmp9hBv1LgVua801DrdQG6216iYtvLWwMXDiP14vsjveyVZ8/nrdN6qphTm2mq/bJNTo20V9SySr+lyEBreiz/xlyNvBIKXnkt3ZdZ6nYi71It6VH6oY6l58ABfOkEeHWMkKu6KCg5oK4mXbZmwvtAbdlB1E+vGrtnjOBwPvkiCpnq9PH11KQ2bYg7fe1kfryh5TutpFCrHSkaE= ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:55:58.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:55:57.100343+0000 mgr.smithi154.mrvzuy (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2024-01-16T08:55:58.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:57.215371+0000 mon.smithi154 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:58.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:57.217044+0000 mon.smithi154 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:55:58.420 INFO:teuthology.orchestra.run.smithi154.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-16T08:55:58.420 INFO:teuthology.orchestra.run.smithi154.stderr:Adding key to root@localhost authorized_keys... 2024-01-16T08:55:58.421 INFO:teuthology.orchestra.run.smithi154.stderr:Adding host smithi154... 2024-01-16T08:55:58.421 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi154 172.21.15.154 2024-01-16T08:55:59.509 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Added host 'smithi154' with addr '172.21.15.154' 2024-01-16T08:55:59.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:58.083355+0000 mgr.smithi154.mrvzuy (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:55:59.540 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:55:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:58.938746+0000 mgr.smithi154.mrvzuy (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi154", "addr": "172.21.15.154", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:55:59.816 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying mon service with default placement... 2024-01-16T08:55:59.816 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-01-16T08:56:00.371 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-16T08:56:00.667 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying mgr service with default placement... 2024-01-16T08:56:00.667 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-01-16T08:56:00.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:59.516726+0000 mon.smithi154 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:00.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:55:59.517020+0000 mgr.smithi154.mrvzuy (mgr.14118) 9 : cephadm [INF] Added host smithi154 2024-01-16T08:56:00.767 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:55:59.517254+0000 mon.smithi154 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:56:00.768 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:00.380266+0000 mon.smithi154 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:01.189 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-16T08:56:01.602 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying crash service with default placement... 2024-01-16T08:56:01.602 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-01-16T08:56:02.110 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-16T08:56:02.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:00.377308+0000 mgr.smithi154.mrvzuy (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:02.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:00.378006+0000 mgr.smithi154.mrvzuy (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-16T08:56:02.276 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:01.198323+0000 mon.smithi154 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:02.469 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling mgr prometheus module... 2024-01-16T08:56:02.469 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-01-16T08:56:03.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:01.194986+0000 mgr.smithi154.mrvzuy (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:03.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:01.195542+0000 mgr.smithi154.mrvzuy (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-16T08:56:03.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:02.118899+0000 mon.smithi154 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.154:0/1091781517' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:04.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:03 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:02.116083+0000 mgr.smithi154.mrvzuy (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:04.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:03 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:02.116744+0000 mgr.smithi154.mrvzuy (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-16T08:56:04.254 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:03 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:02.987365+0000 mon.smithi154 (mon.0) 61 : audit [INF] from='client.? 172.21.15.154:0/4132992670' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T08:56:04.301 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying prometheus service with default placement... 2024-01-16T08:56:04.302 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-01-16T08:56:05.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:03.972628+0000 mon.smithi154 (mon.0) 62 : audit [INF] from='client.? 172.21.15.154:0/4132992670' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T08:56:05.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:03.972704+0000 mon.smithi154 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi154.mrvzuy(active, since 14s) 2024-01-16T08:56:09.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:09 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:09.164834+0000 mon.smithi154 (mon.0) 64 : cluster [INF] Active manager daemon smithi154.mrvzuy restarted 2024-01-16T08:56:09.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:09 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:09.165229+0000 mon.smithi154 (mon.0) 65 : cluster [INF] Activating manager daemon smithi154.mrvzuy 2024-01-16T08:56:09.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:09 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:09.167402+0000 mon.smithi154 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T08:56:10.219 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-16T08:56:10.478 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:09.218280+0000 mon.smithi154 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi154.mrvzuy(active, starting, since 0.053142s) 2024-01-16T08:56:10.478 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.220923+0000 mon.smithi154 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2024-01-16T08:56:10.478 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.221175+0000 mon.smithi154 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mgr metadata", "who": "smithi154.mrvzuy", "id": "smithi154.mrvzuy"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.221394+0000 mon.smithi154 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.221573+0000 mon.smithi154 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.221747+0000 mon.smithi154 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:09.235442+0000 mon.smithi154 (mon.0) 73 : cluster [INF] Manager daemon smithi154.mrvzuy is now available 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.332966+0000 mon.smithi154 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.334246+0000 mon.smithi154 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.354416+0000 mon.smithi154 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:56:10.479 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:09.358002+0000 mon.smithi154 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:56:10.524 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying grafana service with default placement... 2024-01-16T08:56:10.524 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-01-16T08:56:11.057 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-16T08:56:11.336 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:11 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:10.223123+0000 mon.smithi154 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi154.mrvzuy(active, since 1.05798s) 2024-01-16T08:56:11.336 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:11 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:10.224069+0000 mgr.smithi154.mrvzuy (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-16T08:56:11.336 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:11 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:10.226977+0000 mon.smithi154 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:11.336 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:11 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:11.064286+0000 mon.smithi154 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:11.400 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying node-exporter service with default placement... 2024-01-16T08:56:11.400 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-01-16T08:56:11.898 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-16T08:56:12.258 INFO:teuthology.orchestra.run.smithi154.stderr:Deploying alertmanager service with default placement... 2024-01-16T08:56:12.259 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-01-16T08:56:12.742 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-16T08:56:13.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:11.061677+0000 mgr.smithi154.mrvzuy (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:13.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:11.062204+0000 mgr.smithi154.mrvzuy (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-16T08:56:13.052 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:11.903903+0000 mgr.smithi154.mrvzuy (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-16T08:56:13.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:11.904552+0000 mgr.smithi154.mrvzuy (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-16T08:56:13.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:11.906883+0000 mon.smithi154 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:13.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:12.066011+0000 mon.smithi154 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi154.mrvzuy(active, since 2s) 2024-01-16T08:56:13.053 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:12.751131+0000 mon.smithi154 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.154:0/2937660198' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:13.091 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-01-16T08:56:13.892 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-16T08:56:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:12.748358+0000 mgr.smithi154.mrvzuy (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:12.748833+0000 mgr.smithi154.mrvzuy (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-16T08:56:14.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:13.566233+0000 mon.smithi154 (mon.0) 84 : audit [INF] from='client.? 172.21.15.154:0/3271863515' entity='client.admin' 2024-01-16T08:56:14.741 INFO:teuthology.orchestra.run.smithi154.stderr:Enabling the dashboard module... 2024-01-16T08:56:14.741 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-01-16T08:56:15.677 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:14.413413+0000 mon.smithi154 (mon.0) 85 : audit [INF] from='client.? 172.21.15.154:0/707697288' entity='client.admin' 2024-01-16T08:56:15.677 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:15.252125+0000 mon.smithi154 (mon.0) 86 : audit [INF] from='client.? 172.21.15.154:0/2689436222' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T08:56:15.741 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-01-16T08:56:16.313 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:56:16.313 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "epoch": 13, 2024-01-16T08:56:16.314 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "available": true, 2024-01-16T08:56:16.314 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "active_name": "smithi154.mrvzuy", 2024-01-16T08:56:16.314 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T08:56:16.314 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:56:16.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:15.414500+0000 mon.smithi154 (mon.0) 87 : audit [INF] from='client.? 172.21.15.154:0/2689436222' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T08:56:16.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:15.414578+0000 mon.smithi154 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi154.mrvzuy(active, since 6s) 2024-01-16T08:56:16.628 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:16.322136+0000 mon.smithi154 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.154:0/3128862924' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T08:56:16.726 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for the mgr to restart... 2024-01-16T08:56:16.726 INFO:teuthology.orchestra.run.smithi154.stderr:Waiting for mgr epoch 13... 2024-01-16T08:56:16.726 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-01-16T08:56:21.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:20.644922+0000 mon.smithi154 (mon.0) 90 : cluster [INF] Active manager daemon smithi154.mrvzuy restarted 2024-01-16T08:56:21.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:20.645324+0000 mon.smithi154 (mon.0) 91 : cluster [INF] Activating manager daemon smithi154.mrvzuy 2024-01-16T08:56:21.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:20.649458+0000 mon.smithi154 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T08:56:21.706 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: { 2024-01-16T08:56:21.706 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-01-16T08:56:21.706 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T08:56:21.706 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: } 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:20.697951+0000 mon.smithi154 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi154.mrvzuy(active, starting, since 0.0527183s) 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.699700+0000 mon.smithi154 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata", "id": "smithi154"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.700362+0000 mon.smithi154 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mgr metadata", "who": "smithi154.mrvzuy", "id": "smithi154.mrvzuy"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.701187+0000 mon.smithi154 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.701345+0000 mon.smithi154 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.701476+0000 mon.smithi154 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:20.715442+0000 mon.smithi154 (mon.0) 99 : cluster [INF] Manager daemon smithi154.mrvzuy is now available 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.814136+0000 mon.smithi154 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.816467+0000 mon.smithi154 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T08:56:21.968 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.840056+0000 mon.smithi154 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:56:21.969 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:20.842537+0000 mon.smithi154 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:56:22.011 INFO:teuthology.orchestra.run.smithi154.stderr:mgr epoch 13 is available 2024-01-16T08:56:22.012 INFO:teuthology.orchestra.run.smithi154.stderr:Generating a dashboard self-signed certificate... 2024-01-16T08:56:22.012 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-01-16T08:56:22.649 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-16T08:56:22.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:21.707454+0000 mgr.smithi154.mrvzuy (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T08:56:22.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:21.708215+0000 mon.smithi154 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi154.mrvzuy(active, since 1.06298s) 2024-01-16T08:56:22.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:21.713923+0000 mgr.smithi154.mrvzuy (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T08:56:22.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:22.650322+0000 mon.smithi154 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:22.942 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:22.658175+0000 mon.smithi154 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:22.997 INFO:teuthology.orchestra.run.smithi154.stderr:Creating initial admin user... 2024-01-16T08:56:22.998 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_4puv4jl:/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-16T08:56:23.754 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$IBN0.gC.deUw2Ap7sqLy0.XmmkzwMhZbg9y9YvT5gMMWqTKmK6ude", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705395383, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T08:56:24.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:22.550616+0000 mgr.smithi154.mrvzuy (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:24.025 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:23.651790+0000 mon.smithi154 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi154.mrvzuy(active, since 3s) 2024-01-16T08:56:24.106 INFO:teuthology.orchestra.run.smithi154.stderr:Fetching dashboard port number... 2024-01-16T08:56:24.106 INFO:teuthology.orchestra.run.smithi154.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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5hhntd9j:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpbae6tzzd:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-01-16T08:56:24.626 INFO:teuthology.orchestra.run.smithi154.stderr:/usr/bin/ceph: 8443 2024-01-16T08:56:24.973 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-16T08:56:24.982 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: disabled 2024-01-16T08:56:24.982 INFO:teuthology.orchestra.run.smithi154.stderr:Running command: systemctl is-active firewalld.service 2024-01-16T08:56:24.989 INFO:teuthology.orchestra.run.smithi154.stderr:systemctl: inactive 2024-01-16T08:56:24.989 INFO:teuthology.orchestra.run.smithi154.stderr:firewalld.service is not enabled 2024-01-16T08:56:24.989 INFO:teuthology.orchestra.run.smithi154.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-16T08:56:24.992 INFO:teuthology.orchestra.run.smithi154.stderr:Ceph Dashboard is now available at: 2024-01-16T08:56:24.992 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.992 INFO:teuthology.orchestra.run.smithi154.stderr: URL: https://smithi154.front.sepia.ceph.com:8443/ 2024-01-16T08:56:24.992 INFO:teuthology.orchestra.run.smithi154.stderr: User: admin 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: Password: 6cs43n8cqg 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr:You can access the Ceph CLI with: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: ceph telemetry on 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr:For more information see: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T08:56:24.993 INFO:teuthology.orchestra.run.smithi154.stderr:Bootstrap complete. 2024-01-16T08:56:24.994 INFO:teuthology.orchestra.run.smithi154.stderr:Releasing lock 140234455990400 on /run/cephadm/ebcc5ef2-b44c-11ee-95ad-87774f69a715.lock 2024-01-16T08:56:24.994 INFO:teuthology.orchestra.run.smithi154.stderr:Lock 140234455990400 released on /run/cephadm/ebcc5ef2-b44c-11ee-95ad-87774f69a715.lock 2024-01-16T08:56:25.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:23.546570+0000 mgr.smithi154.mrvzuy (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-16T08:56:25.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:23.762719+0000 mon.smithi154 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:25.010 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:24.635239+0000 mon.smithi154 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.154:0/4119684483' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T08:56:25.024 INFO:tasks.cephadm:Fetching config... 2024-01-16T08:56:25.024 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:56:25.024 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T08:56:25.042 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T08:56:25.042 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:56:25.042 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T08:56:25.100 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T08:56:25.100 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:56:25.100 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd if=/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/mon.smithi154/keyring of=/dev/stdout 2024-01-16T08:56:25.167 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T08:56:25.167 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-01-16T08:56:25.167 DEBUG:teuthology.orchestra.run.smithi154:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T08:56:25.225 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T08:56:25.225 DEBUG:teuthology.orchestra.run.smithi154:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjRyH5FWwn59ImhWeQy+HfgVOORZKCeEt4oXtrek04Gsz3ybgIOhukV4+c8oVJmcqCgwP5O/oXZcjUu6YJdJy3IAduyKdhrKWce7e3b8XEpyJ5QgF6TQ5lky0JiAIAwGHHdUlizEcZJCfuNYmRUD3F+h84D6y2vBt4ba1lPRTXARry9swU46JDFRvuUrby6k4cgaQqUixOw5ENEZzLgSwCa3MqtTBsVN2WC7p3SS8bgqCkv/jGEVlwfkQHJkCMfDyEHGnhg/PcN6wKnU/K8rGXqgDB//Vz0D0LQj0Hp0VW+Wa/K0fNpmp9hBv1LgVua801DrdQG6216iYtvLWwMXDiP14vsjveyVZ8/nrdN6qphTm2mq/bJNTo20V9SySr+lyEBreiz/xlyNvBIKXnkt3ZdZ6nYi71It6VH6oY6l58ABfOkEeHWMkKu6KCg5oK4mXbZmwvtAbdlB1E+vGrtnjOBwPvkiCpnq9PH11KQ2bYg7fe1kfryh5TutpFCrHSkaE= ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T08:56:25.301 INFO:teuthology.orchestra.run.smithi154.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjRyH5FWwn59ImhWeQy+HfgVOORZKCeEt4oXtrek04Gsz3ybgIOhukV4+c8oVJmcqCgwP5O/oXZcjUu6YJdJy3IAduyKdhrKWce7e3b8XEpyJ5QgF6TQ5lky0JiAIAwGHHdUlizEcZJCfuNYmRUD3F+h84D6y2vBt4ba1lPRTXARry9swU46JDFRvuUrby6k4cgaQqUixOw5ENEZzLgSwCa3MqtTBsVN2WC7p3SS8bgqCkv/jGEVlwfkQHJkCMfDyEHGnhg/PcN6wKnU/K8rGXqgDB//Vz0D0LQj0Hp0VW+Wa/K0fNpmp9hBv1LgVua801DrdQG6216iYtvLWwMXDiP14vsjveyVZ8/nrdN6qphTm2mq/bJNTo20V9SySr+lyEBreiz/xlyNvBIKXnkt3ZdZ6nYi71It6VH6oY6l58ABfOkEeHWMkKu6KCg5oK4mXbZmwvtAbdlB1E+vGrtnjOBwPvkiCpnq9PH11KQ2bYg7fe1kfryh5TutpFCrHSkaE= ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:56:25.311 DEBUG:teuthology.orchestra.run.smithi156:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjRyH5FWwn59ImhWeQy+HfgVOORZKCeEt4oXtrek04Gsz3ybgIOhukV4+c8oVJmcqCgwP5O/oXZcjUu6YJdJy3IAduyKdhrKWce7e3b8XEpyJ5QgF6TQ5lky0JiAIAwGHHdUlizEcZJCfuNYmRUD3F+h84D6y2vBt4ba1lPRTXARry9swU46JDFRvuUrby6k4cgaQqUixOw5ENEZzLgSwCa3MqtTBsVN2WC7p3SS8bgqCkv/jGEVlwfkQHJkCMfDyEHGnhg/PcN6wKnU/K8rGXqgDB//Vz0D0LQj0Hp0VW+Wa/K0fNpmp9hBv1LgVua801DrdQG6216iYtvLWwMXDiP14vsjveyVZ8/nrdN6qphTm2mq/bJNTo20V9SySr+lyEBreiz/xlyNvBIKXnkt3ZdZ6nYi71It6VH6oY6l58ABfOkEeHWMkKu6KCg5oK4mXbZmwvtAbdlB1E+vGrtnjOBwPvkiCpnq9PH11KQ2bYg7fe1kfryh5TutpFCrHSkaE= ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T08:56:25.357 INFO:teuthology.orchestra.run.smithi156.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjRyH5FWwn59ImhWeQy+HfgVOORZKCeEt4oXtrek04Gsz3ybgIOhukV4+c8oVJmcqCgwP5O/oXZcjUu6YJdJy3IAduyKdhrKWce7e3b8XEpyJ5QgF6TQ5lky0JiAIAwGHHdUlizEcZJCfuNYmRUD3F+h84D6y2vBt4ba1lPRTXARry9swU46JDFRvuUrby6k4cgaQqUixOw5ENEZzLgSwCa3MqtTBsVN2WC7p3SS8bgqCkv/jGEVlwfkQHJkCMfDyEHGnhg/PcN6wKnU/K8rGXqgDB//Vz0D0LQj0Hp0VW+Wa/K0fNpmp9hBv1LgVua801DrdQG6216iYtvLWwMXDiP14vsjveyVZ8/nrdN6qphTm2mq/bJNTo20V9SySr+lyEBreiz/xlyNvBIKXnkt3ZdZ6nYi71It6VH6oY6l58ABfOkEeHWMkKu6KCg5oK4mXbZmwvtAbdlB1E+vGrtnjOBwPvkiCpnq9PH11KQ2bYg7fe1kfryh5TutpFCrHSkaE= ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715 2024-01-16T08:56:25.369 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-16T08:56:27.076 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-16T08:56:27.076 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-16T08:56:28.039 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:27 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:26.654991+0000 mon.smithi154 (mon.0) 110 : audit [INF] from='client.? 172.21.15.154:0/1840600199' entity='client.admin' 2024-01-16T08:56:28.853 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi156 2024-01-16T08:56:28.853 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-16T08:56:28.853 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.conf 2024-01-16T08:56:28.875 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2024-01-16T08:56:28.875 DEBUG:teuthology.orchestra.run.smithi156:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T08:56:28.936 INFO:tasks.cephadm:Adding host smithi156 to orchestrator... 2024-01-16T08:56:28.936 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph orch host add smithi156 2024-01-16T08:56:29.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:27.657637+0000 mon.smithi154 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi154.mrvzuy(active, since 7s) 2024-01-16T08:56:29.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:28.463427+0000 mon.smithi154 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:28.747417+0000 mon.smithi154 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:28.749029+0000 mon.smithi154 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T08:56:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:28.749746+0000 mon.smithi154 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T08:56:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:28.750501+0000 mgr.smithi154.mrvzuy (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2024-01-16T08:56:29.998 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:28.970599+0000 mon.smithi154 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:29.999 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:29.585837+0000 mon.smithi154 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:33.128 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:31.778363+0000 mon.smithi154 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:33.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:32.052709+0000 mon.smithi154 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:33.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:32.053220+0000 mon.smithi154 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi154", "name": "osd_memory_target"}]: dispatch 2024-01-16T08:56:33.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:32.055598+0000 mon.smithi154 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:33.129 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:32.061883+0000 mgr.smithi154.mrvzuy (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi154 on smithi154 2024-01-16T08:56:42.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:41 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:40.702531+0000 mgr.smithi154.mrvzuy (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:44.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:43 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:42.702798+0000 mgr.smithi154.mrvzuy (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:46.378 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:44.703119+0000 mgr.smithi154.mrvzuy (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:48.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:47 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:46.703414+0000 mgr.smithi154.mrvzuy (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:50.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:49 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:48.703729+0000 mgr.smithi154.mrvzuy (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:52.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:50.703984+0000 mgr.smithi154.mrvzuy (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:54.239 INFO:teuthology.orchestra.run.smithi156.stdout:Added host 'smithi156' with addr '172.21.15.156' 2024-01-16T08:56:54.379 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:52.704293+0000 mgr.smithi154.mrvzuy (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:54.576 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T08:56:55.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:53.658480+0000 mgr.smithi154.mrvzuy (mgr.14166) 15 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi156", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:56:55.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:54.243932+0000 mon.smithi154 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:56:55.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:54.244324+0000 mgr.smithi154.mrvzuy (mgr.14166) 16 : cephadm [INF] Added host smithi156 2024-01-16T08:56:55.833 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:56:55.833 INFO:teuthology.orchestra.run.smithi156.stdout:[{"addr": "172.21.15.154", "hostname": "smithi154", "labels": [], "status": ""}, {"addr": "172.21.15.156", "hostname": "smithi156", "labels": [], "status": ""}] 2024-01-16T08:56:56.251 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T08:56:56.251 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T08:56:56.591 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:54.704653+0000 mgr.smithi154.mrvzuy (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:57.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:57 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:55.841384+0000 mgr.smithi154.mrvzuy (mgr.14166) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T08:56:58.248 INFO:teuthology.orchestra.run.smithi154.stderr:adjusted tunables profile to default 2024-01-16T08:56:58.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:56.704906+0000 mgr.smithi154.mrvzuy (mgr.14166) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:56:58.528 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:57.534861+0000 mon.smithi154 (mon.0) 123 : audit [INF] from='client.? 172.21.15.154:0/1897550809' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T08:56:58.614 INFO:tasks.cephadm:Adding mon.smithi154 on smithi154 2024-01-16T08:56:58.614 INFO:tasks.cephadm:Adding mon.smithi156 on smithi156 2024-01-16T08:56:58.614 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi154:172.21.15.154=smithi154;smithi156:172.21.15.156=smithi156' 2024-01-16T08:56:59.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:58.253441+0000 mon.smithi154 (mon.0) 124 : audit [INF] from='client.? 172.21.15.154:0/1897550809' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T08:56:59.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:56:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:58.253511+0000 mon.smithi154 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T08:56:59.926 INFO:teuthology.orchestra.run.smithi156.stdout:Scheduled mon update... 2024-01-16T08:57:00.303 DEBUG:teuthology.orchestra.run.smithi156:mon.smithi156> sudo journalctl -f -n 0 -u ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156.service 2024-01-16T08:57:00.305 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:00.305 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:00.333 INFO:journalctl@ceph.mon.smithi156.smithi156.stdout:-- Logs begin at Tue 2024-01-16 08:47:38 UTC. -- 2024-01-16T08:57:00.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:56:58.705181+0000 mgr.smithi154.mrvzuy (mgr.14166) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:00.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:59.934313+0000 mon.smithi154 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T08:57:01.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:56:59.930426+0000 mgr.smithi154.mrvzuy (mgr.14166) 21 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi154:172.21.15.154=smithi154;smithi156:172.21.15.156=smithi156", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T08:57:01.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T08:56:59.931818+0000 mgr.smithi154.mrvzuy (mgr.14166) 22 : cephadm [INF] Saving service mon spec with placement smithi154:172.21.15.154=smithi154;smithi156:172.21.15.156=smithi156;count:2 2024-01-16T08:57:01.810 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:01.811 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:01.812 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:02.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:00.705552+0000 mgr.smithi154.mrvzuy (mgr.14166) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:02.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:01.818849+0000 mon.smithi154 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.156:0/2856060447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:03.189 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:03.190 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:04.514 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:04.514 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:04.516 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:04.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:02.705905+0000 mgr.smithi154.mrvzuy (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:05.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:05 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:04.522254+0000 mon.smithi154 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.156:0/2481429604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:05.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:05.885 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:06.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:04.706192+0000 mgr.smithi154.mrvzuy (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:07.260 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:07.260 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:07.261 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:07.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:07.267883+0000 mon.smithi154 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.156:0/3675363616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:08.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:08.621 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:08.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:06.706531+0000 mgr.smithi154.mrvzuy (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:10.005 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:10.006 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:10.007 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:10.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:08.706939+0000 mgr.smithi154.mrvzuy (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:10.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:10.013349+0000 mon.smithi154 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.156:0/2282376891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:11.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:11.397 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:12.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:10.707221+0000 mgr.smithi154.mrvzuy (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:12.729 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:12.729 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:12.731 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:13.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:12.737320+0000 mon.smithi154 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.156:0/3871795637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:14.088 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:14.088 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:14.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:12.707549+0000 mgr.smithi154.mrvzuy (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:15.438 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:15.438 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:15.440 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:16.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:14.707840+0000 mgr.smithi154.mrvzuy (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:16.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:15.446141+0000 mon.smithi154 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.156:0/1812778172' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:16.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:16.802 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:18.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:16.708229+0000 mgr.smithi154.mrvzuy (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:20.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:18.708523+0000 mgr.smithi154.mrvzuy (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:21.573 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:21.573 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:21.575 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:21.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:20.842133+0000 mon.smithi154 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:57:21.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:20.844813+0000 mon.smithi154 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:57:22.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:20.708827+0000 mgr.smithi154.mrvzuy (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:22.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:21.580923+0000 mon.smithi154 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.156:0/2988892669' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:24.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:22.709182+0000 mgr.smithi154.mrvzuy (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:24.971 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:24.971 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:26.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:24.709504+0000 mgr.smithi154.mrvzuy (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:28.229 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:28.229 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:28.231 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:28.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:26.709863+0000 mgr.smithi154.mrvzuy (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:28.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:28.237346+0000 mon.smithi154 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.156:0/1558153464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:29.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:29.615 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:30.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:28.710071+0000 mgr.smithi154.mrvzuy (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:30.939 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:30.939 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:30.940 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:31.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:30.946321+0000 mon.smithi154 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.156:0/666530496' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:32.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:32.319 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:32.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:30.710421+0000 mgr.smithi154.mrvzuy (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:33.902 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:33.902 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:33.903 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:34.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:32.710717+0000 mgr.smithi154.mrvzuy (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:34.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:33.909393+0000 mon.smithi154 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.156:0/2437584360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:35.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:35.270 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:36.611 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:36.611 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:36.612 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:36.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:34.710945+0000 mgr.smithi154.mrvzuy (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:37.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:36.617873+0000 mon.smithi154 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.156:0/4124396558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:37.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:37.991 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:38.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:36.711314+0000 mgr.smithi154.mrvzuy (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:39.342 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:39.342 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:39.343 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:40.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:38.711684+0000 mgr.smithi154.mrvzuy (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:40.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:39.349341+0000 mon.smithi154 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.156:0/2822778869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:40.718 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:40.718 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:42.071 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:42.071 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:42.072 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:42.629 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:40.712058+0000 mgr.smithi154.mrvzuy (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:42.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:42.078518+0000 mon.smithi154 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.156:0/2920439941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:43.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:43.449 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:44.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:42.712452+0000 mgr.smithi154.mrvzuy (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:44.831 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:44.832 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:44.833 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:45.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:44.839178+0000 mon.smithi154 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.156:0/1669152448' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:46.206 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:46.206 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:46.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:44.712726+0000 mgr.smithi154.mrvzuy (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:47.536 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:47.536 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:47.537 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:48.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:46.712977+0000 mgr.smithi154.mrvzuy (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:48.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:47.542912+0000 mon.smithi154 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.156:0/3385884185' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:48.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:48.877 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:50.208 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:50.208 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:50.210 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:50.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:48.713321+0000 mgr.smithi154.mrvzuy (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:50.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:50.216026+0000 mon.smithi154 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.156:0/3338842110' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:51.590 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:51.591 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:52.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:50.713714+0000 mgr.smithi154.mrvzuy (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:53.006 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:53.006 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:53.008 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:53.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:53.013658+0000 mon.smithi154 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.156:0/3309843608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:54.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:54.396 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:54.631 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:52.714063+0000 mgr.smithi154.mrvzuy (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:55.759 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:55.759 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:55.761 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:56.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:54.714393+0000 mgr.smithi154.mrvzuy (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:56.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:55.766293+0000 mon.smithi154 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.156:0/1703151610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:57:57.138 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:57:57.138 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:57:58.477 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:57:58.477 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:57:58.478 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:57:58.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:56.714665+0000 mgr.smithi154.mrvzuy (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:57:59.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:57:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:57:58.484122+0000 mon.smithi154 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.156:0/3630555319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:00.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:00.247 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:00.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:57:58.715026+0000 mgr.smithi154.mrvzuy (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:01.600 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:01.600 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:01.601 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:02.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:00.715354+0000 mgr.smithi154.mrvzuy (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:02.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:01.606825+0000 mon.smithi154 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.156:0/3361534165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:02.986 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:02.986 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:04.352 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:04.352 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:04.353 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:04.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:02.715724+0000 mgr.smithi154.mrvzuy (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:05.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:05 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:04.358950+0000 mon.smithi154 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.156:0/3455457537' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:05.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:05.806 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:06.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:04.716063+0000 mgr.smithi154.mrvzuy (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:07.138 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:07.138 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:07.139 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:07.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:07.145115+0000 mon.smithi154 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.156:0/563927598' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:08.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:08.516 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:08.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:06.716444+0000 mgr.smithi154.mrvzuy (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:09.825 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:09.825 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:09.827 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:10.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:08.716760+0000 mgr.smithi154.mrvzuy (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:10.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:09.832620+0000 mon.smithi154 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.156:0/580866610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:11.204 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:11.204 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:12.523 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:12.523 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:12.525 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:12.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:10.717131+0000 mgr.smithi154.mrvzuy (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:13.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:12.530648+0000 mon.smithi154 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.156:0/839304655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:13.900 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:13.900 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:14.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:12.717402+0000 mgr.smithi154.mrvzuy (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:15.230 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:15.230 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:15.231 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:15.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:15.236497+0000 mon.smithi154 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.156:0/2461347728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:16.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:16.619 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:16.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:14.717746+0000 mgr.smithi154.mrvzuy (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:17.971 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:17.971 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:17.973 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:18.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:16.718114+0000 mgr.smithi154.mrvzuy (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:18.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:17.978352+0000 mon.smithi154 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.156:0/1954951299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:19.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:19.351 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:20.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:18.718419+0000 mgr.smithi154.mrvzuy (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:20.695 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:20.695 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:20.697 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:21.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:20.702639+0000 mon.smithi154 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.156:0/3555647488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:21.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:20.843191+0000 mon.smithi154 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:58:21.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:20.845731+0000 mon.smithi154 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:58:22.072 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:22.072 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:22.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:20.718683+0000 mgr.smithi154.mrvzuy (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:23.405 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:23.406 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:23.407 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:24.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:22.719018+0000 mgr.smithi154.mrvzuy (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:24.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:23.412314+0000 mon.smithi154 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.156:0/3407719625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:24.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:24.790 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:26.165 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:26.165 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:26.167 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:26.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:24.719290+0000 mgr.smithi154.mrvzuy (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:26.631 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:26.171960+0000 mon.smithi154 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.156:0/1417798132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:27.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:27.551 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:28.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:26.719556+0000 mgr.smithi154.mrvzuy (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:28.917 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:28.918 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:28.919 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:29.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:28.924431+0000 mon.smithi154 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.156:0/3212509162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:30.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:30.311 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:30.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:28.719819+0000 mgr.smithi154.mrvzuy (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:31.629 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:31.629 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:31.631 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:32.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:30.720179+0000 mgr.smithi154.mrvzuy (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:32.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:31.635884+0000 mon.smithi154 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.156:0/1316344755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:33.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:33.006 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:34.342 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:34.342 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:34.344 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:34.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:32.720542+0000 mgr.smithi154.mrvzuy (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:34.631 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:34.349191+0000 mon.smithi154 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.156:0/417194146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:35.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:35.720 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:36.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:34.720880+0000 mgr.smithi154.mrvzuy (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:37.073 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:37.074 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:37.075 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:37.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:37.080311+0000 mon.smithi154 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.156:0/1287664331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:38.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:38.441 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:38.630 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:36.721163+0000 mgr.smithi154.mrvzuy (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:39.711 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:39.711 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:39.712 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:40.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:38.721447+0000 mgr.smithi154.mrvzuy (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:40.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:39.717236+0000 mon.smithi154 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.156:0/1463714908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:41.092 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:41.092 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:42.425 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:42.425 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:42.427 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:42.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:40.721808+0000 mgr.smithi154.mrvzuy (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:43.814 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:43.814 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:43.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:43 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:42.431990+0000 mon.smithi154 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.156:0/2560562465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:44.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:42.722182+0000 mgr.smithi154.mrvzuy (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:45.174 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:45.174 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:45.176 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:45.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:45.180828+0000 mon.smithi154 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.156:0/1564991317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:46.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:46.561 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:46.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:44.722552+0000 mgr.smithi154.mrvzuy (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:47.881 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:47.881 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:47.883 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:48.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:46.722922+0000 mgr.smithi154.mrvzuy (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:48.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:47.888164+0000 mon.smithi154 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.156:0/3727118784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:49.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:49.267 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:50.648 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:50.649 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:50.650 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:50.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:48.723225+0000 mgr.smithi154.mrvzuy (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:51.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:50.654772+0000 mon.smithi154 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.156:0/3628600035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:52.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:52.030 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:52.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:50.723530+0000 mgr.smithi154.mrvzuy (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:53.326 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:53.326 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:53.327 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:53.880 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:53.332226+0000 mon.smithi154 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.156:0/1236064068' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:54.708 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:54.708 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:54.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:52.723847+0000 mgr.smithi154.mrvzuy (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:56.023 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:56.023 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:56.025 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:56.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:54.724232+0000 mgr.smithi154.mrvzuy (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:56.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:56.029481+0000 mon.smithi154 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.156:0/2162015232' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:58:57.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:58:57.429 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:58:58.760 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:58:58.760 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:58:58.761 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:58:58.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:56.724510+0000 mgr.smithi154.mrvzuy (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:58:59.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:58:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:58:58.766212+0000 mon.smithi154 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.156:0/1795146312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:00.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:00.145 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:00.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:58:58.724827+0000 mgr.smithi154.mrvzuy (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:01.461 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:01.462 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:01.463 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:02.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:02.835 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:02.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:00.725190+0000 mgr.smithi154.mrvzuy (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:02.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:01.468095+0000 mon.smithi154 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.156:0/107414024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:04.168 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:04.168 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:04.169 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:04.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:02.725527+0000 mgr.smithi154.mrvzuy (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:04.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:04.174023+0000 mon.smithi154 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.156:0/373381591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:05.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:05.552 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:06.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:04.725724+0000 mgr.smithi154.mrvzuy (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:06.957 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:06.957 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:06.959 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:07.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:06.963686+0000 mon.smithi154 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.156:0/564234106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:08.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:08.336 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:08.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:06.726098+0000 mgr.smithi154.mrvzuy (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:09.684 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:09.684 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:09.685 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:10.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:08.726465+0000 mgr.smithi154.mrvzuy (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:10.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:09.689888+0000 mon.smithi154 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.156:0/176581268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:11.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:11.071 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:12.431 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:12.431 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:12.433 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:12.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:10.726809+0000 mgr.smithi154.mrvzuy (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:12.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:12.437271+0000 mon.smithi154 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.156:0/1731133214' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:13.805 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:13.805 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:14.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:12.727156+0000 mgr.smithi154.mrvzuy (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:15.142 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:15.142 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:15.144 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:15.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:15.148336+0000 mon.smithi154 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.156:0/3756609939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:16.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:16.521 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:16.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:14.727529+0000 mgr.smithi154.mrvzuy (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:17.868 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:17.869 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:17.870 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:18.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:16.727784+0000 mgr.smithi154.mrvzuy (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:18.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:17.874819+0000 mon.smithi154 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.156:0/2875225535' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:19.248 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:19.249 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:20.594 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:20.594 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:20.596 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:20.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:18.728154+0000 mgr.smithi154.mrvzuy (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:21.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:20.600298+0000 mon.smithi154 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.156:0/589417619' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:21.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:20.844214+0000 mon.smithi154 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T08:59:21.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:20.846540+0000 mon.smithi154 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T08:59:21.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:21.978 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:22.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:20.728472+0000 mgr.smithi154.mrvzuy (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:23.358 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:23.358 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:23.359 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:23.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:23.363031+0000 mon.smithi154 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.156:0/1637668753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:24.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:24.743 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:24.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:22.728723+0000 mgr.smithi154.mrvzuy (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:26.072 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:26.072 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:26.073 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:26.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:24.729065+0000 mgr.smithi154.mrvzuy (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:26.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:26.077767+0000 mon.smithi154 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.156:0/2213227267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:27.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:27.449 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:28.793 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:28.794 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:28.795 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:28.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:26.729351+0000 mgr.smithi154.mrvzuy (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:29.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:28.799503+0000 mon.smithi154 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.156:0/967633629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:30.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:30.189 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:30.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:28.729618+0000 mgr.smithi154.mrvzuy (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:31.523 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:31.523 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:31.525 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:32.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:30.729893+0000 mgr.smithi154.mrvzuy (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:32.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:31.529197+0000 mon.smithi154 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.156:0/1765848118' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:32.913 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:32.913 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:34.236 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:34.236 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:34.237 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:34.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:32.730185+0000 mgr.smithi154.mrvzuy (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:34.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:34.241490+0000 mon.smithi154 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.156:0/2465180843' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:35.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:35.560 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:36.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:34.730479+0000 mgr.smithi154.mrvzuy (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:36.943 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:36.943 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:36.944 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:37.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:36.948620+0000 mon.smithi154 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.156:0/4067563470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:38.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:38.334 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:38.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:36.730724+0000 mgr.smithi154.mrvzuy (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:39.662 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:39.662 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:39.663 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:40.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:38.730980+0000 mgr.smithi154.mrvzuy (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:40.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:39.667374+0000 mon.smithi154 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.156:0/1536086814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:41.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:41.040 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:42.383 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:42.384 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:42.385 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:42.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:40.731263+0000 mgr.smithi154.mrvzuy (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:42.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:42.389150+0000 mon.smithi154 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.156:0/4076138466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:43.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:43.755 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:44.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:42.731580+0000 mgr.smithi154.mrvzuy (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:45.072 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:45.072 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:45.074 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:45.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:45.077588+0000 mon.smithi154 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.156:0/27195218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:46.450 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:46.450 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:46.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:44.731931+0000 mgr.smithi154.mrvzuy (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:47.810 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:47.810 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:47.812 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:47.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:47 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:46.732282+0000 mgr.smithi154.mrvzuy (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:48.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:47.815901+0000 mon.smithi154 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.156:0/3824820559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:49.181 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:49.182 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:49.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:49 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:48.732589+0000 mgr.smithi154.mrvzuy (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:50.481 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:50.481 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:50.482 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:50.881 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:50.486582+0000 mon.smithi154 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.156:0/1442707001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:51.853 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:51.853 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:52.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:50.732890+0000 mgr.smithi154.mrvzuy (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:53.171 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:53.172 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:53.173 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:54.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:52.733244+0000 mgr.smithi154.mrvzuy (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:54.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:53.177457+0000 mon.smithi154 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.156:0/197309033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:54.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:54.553 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:55.899 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:55.899 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:55.901 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:56.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:54.733627+0000 mgr.smithi154.mrvzuy (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:56.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:55.905152+0000 mon.smithi154 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.156:0/204014579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T08:59:57.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T08:59:57.326 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T08:59:58.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:56.733944+0000 mgr.smithi154.mrvzuy (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T08:59:58.641 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T08:59:58.641 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T08:59:58.642 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T08:59:59.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 08:59:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T08:59:58.645935+0000 mon.smithi154 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.156:0/2208250893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:00.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:00.016 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:00.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T08:59:58.734258+0000 mgr.smithi154.mrvzuy (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:01.334 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:01.335 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:01.336 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:02.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:00.734594+0000 mgr.smithi154.mrvzuy (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:02.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:01.340230+0000 mon.smithi154 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.156:0/1461667154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:02.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:02.724 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:03.999 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:03.999 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:04.000 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:04.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:02.734918+0000 mgr.smithi154.mrvzuy (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:04.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:04.004195+0000 mon.smithi154 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.156:0/1850098819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:05.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:05.383 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:06.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:04.735173+0000 mgr.smithi154.mrvzuy (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:06.727 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:06.727 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:06.729 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:07.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:06.733043+0000 mon.smithi154 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.156:0/2818824978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:08.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:08.106 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:08.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:06.735383+0000 mgr.smithi154.mrvzuy (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:09.433 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:09.433 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:09.435 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:10.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:08.735733+0000 mgr.smithi154.mrvzuy (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:10.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:09.438354+0000 mon.smithi154 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.156:0/2310887534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:10.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:10.821 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:12.190 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:12.191 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:12.195 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:12.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:10.736038+0000 mgr.smithi154.mrvzuy (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:13.381 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:12.195907+0000 mon.smithi154 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.156:0/111051048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:13.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:13.568 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:14.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:12.736429+0000 mgr.smithi154.mrvzuy (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:14.879 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:14.879 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:14.880 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:15.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:14.884260+0000 mon.smithi154 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.156:0/587619502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:16.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:16.263 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:14.736778+0000 mgr.smithi154.mrvzuy (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:17.615 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:17.615 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:17.617 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:18.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:16.737026+0000 mgr.smithi154.mrvzuy (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:18.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:17.620441+0000 mon.smithi154 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.156:0/206735638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:19.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:19.022 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:20.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:18.737347+0000 mgr.smithi154.mrvzuy (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:20.395 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:20.396 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:20.397 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:21.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:20.401116+0000 mon.smithi154 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.156:0/2422460900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:21.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:20.845213+0000 mon.smithi154 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:00:21.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:20.847657+0000 mon.smithi154 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T09:00:21.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:21.775 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:22.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:20.737666+0000 mgr.smithi154.mrvzuy (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:23.127 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:23.127 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:23.129 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:24.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:22.738033+0000 mgr.smithi154.mrvzuy (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:24.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:23.132573+0000 mon.smithi154 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.156:0/3575876248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:24.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:24.512 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:25.863 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:25.863 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:25.865 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:26.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:24.738332+0000 mgr.smithi154.mrvzuy (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:26.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:25.868265+0000 mon.smithi154 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.156:0/216793741' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:27.233 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:27.233 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:28.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:26.738659+0000 mgr.smithi154.mrvzuy (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:28.571 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:28.572 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:28.573 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:29.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:28.576545+0000 mon.smithi154 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.156:0/3293472208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:29.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:29.956 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:30.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:28.738916+0000 mgr.smithi154.mrvzuy (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:31.313 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:31.313 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:31.315 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:32.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:30.739249+0000 mgr.smithi154.mrvzuy (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:32.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:31.318266+0000 mon.smithi154 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.156:0/1546688920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:32.689 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:32.690 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:34.025 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:34.025 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:34.026 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:34.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:32.739542+0000 mgr.smithi154.mrvzuy (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:34.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:34.029843+0000 mon.smithi154 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.156:0/390749810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:35.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:35.397 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:36.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:34.739886+0000 mgr.smithi154.mrvzuy (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:36.760 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:36.760 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:36.762 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:37.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:36.765224+0000 mon.smithi154 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.156:0/3517333369' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:38.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:38.165 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:38.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:36.740260+0000 mgr.smithi154.mrvzuy (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:39.547 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:39.548 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:39.549 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:40.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:38.740577+0000 mgr.smithi154.mrvzuy (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:40.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:39.552663+0000 mon.smithi154 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.156:0/2307249689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:40.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:40.943 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:42.295 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:42.295 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:42.297 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:42.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:40.740895+0000 mgr.smithi154.mrvzuy (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:43.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:43 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:42.300351+0000 mon.smithi154 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.156:0/1955943758' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:43.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:43.676 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:44.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:42.741169+0000 mgr.smithi154.mrvzuy (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:45.021 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:45.021 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:45.022 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:45.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:45.026031+0000 mon.smithi154 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.156:0/3572029106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:46.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:44.741500+0000 mgr.smithi154.mrvzuy (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:46.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:46.433 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:47.722 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:47.722 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:47.723 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:48.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:46.741798+0000 mgr.smithi154.mrvzuy (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:48.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:47.726894+0000 mon.smithi154 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.156:0/2414372296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:49.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:49.109 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:50.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:48.742067+0000 mgr.smithi154.mrvzuy (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:50.457 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:50.457 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:50.459 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:51.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:50.462297+0000 mon.smithi154 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.156:0/290738668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:51.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:51.845 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:52.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:50.742500+0000 mgr.smithi154.mrvzuy (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:53.215 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:53.215 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:53.217 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:54.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:52.742916+0000 mgr.smithi154.mrvzuy (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:54.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:53.219921+0000 mon.smithi154 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.156:0/3626321557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:54.594 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:54.594 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:55.938 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:55.939 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:55.940 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:56.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:54.743267+0000 mgr.smithi154.mrvzuy (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:56.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:55.943262+0000 mon.smithi154 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.156:0/3495008827' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:00:57.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:00:57.311 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:00:58.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:56.743567+0000 mgr.smithi154.mrvzuy (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:00:58.659 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:00:58.660 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:00:58.661 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:00:59.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:00:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:00:58.664455+0000 mon.smithi154 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.156:0/2073908318' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:00.049 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:00.050 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:00.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:00:58.743855+0000 mgr.smithi154.mrvzuy (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:01.405 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:01.405 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:01.407 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:02.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:00.744208+0000 mgr.smithi154.mrvzuy (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:02.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:01.409958+0000 mon.smithi154 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.156:0/3191963319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:02.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:02.799 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:04.115 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:04.115 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:04.116 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:04.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:02.744558+0000 mgr.smithi154.mrvzuy (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:05.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:05 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:04.119613+0000 mon.smithi154 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.156:0/1954355699' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:05.496 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:05.496 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:06.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:04.744909+0000 mgr.smithi154.mrvzuy (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:06.821 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:06.821 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:06.823 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:07.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:06.825548+0000 mon.smithi154 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.156:0/4080475557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:08.192 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:08.193 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:08.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:06.745285+0000 mgr.smithi154.mrvzuy (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:09.529 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:09.529 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:09.531 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:10.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:08.745565+0000 mgr.smithi154.mrvzuy (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:10.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:09.533574+0000 mon.smithi154 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.156:0/2503985316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:10.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:10.902 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:12.219 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:12.219 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:12.221 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:12.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:10.745878+0000 mgr.smithi154.mrvzuy (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:13.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:12.223845+0000 mon.smithi154 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.156:0/3408355230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:13.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:13.557 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:14.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:12.746229+0000 mgr.smithi154.mrvzuy (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:14.920 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:14.921 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:14.922 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:15.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:14.925631+0000 mon.smithi154 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.156:0/2654313454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:16.304 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:16.304 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:16.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:14.746553+0000 mgr.smithi154.mrvzuy (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:17.647 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:17.648 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:17.649 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:18.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:16.746909+0000 mgr.smithi154.mrvzuy (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:18.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:17.651953+0000 mon.smithi154 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.156:0/3697021345' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:19.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:19.030 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:20.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:18.747238+0000 mgr.smithi154.mrvzuy (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:20.420 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:20.420 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:20.421 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:21.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:20.424516+0000 mon.smithi154 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.156:0/87401627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:21.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:20.846215+0000 mon.smithi154 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:01:21.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:20.848460+0000 mon.smithi154 (mon.0) 229 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T09:01:21.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:21.800 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:22.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:20.747556+0000 mgr.smithi154.mrvzuy (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:23.144 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:23.144 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:23.146 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:24.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:22.747804+0000 mgr.smithi154.mrvzuy (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:24.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:23.149092+0000 mon.smithi154 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.156:0/4076375857' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:24.521 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:24.522 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:25.867 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:25.867 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:25.869 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:26.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:24.748158+0000 mgr.smithi154.mrvzuy (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:26.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:25.871966+0000 mon.smithi154 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.156:0/2438404002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:27.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:27.255 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:28.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:26.748465+0000 mgr.smithi154.mrvzuy (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:28.558 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:28.558 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:28.559 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:29.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:28.562261+0000 mon.smithi154 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.156:0/3975719844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:29.942 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:29.943 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:30.382 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:28.748687+0000 mgr.smithi154.mrvzuy (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:31.322 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:31.322 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:31.324 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:30.775254+0000 mon.smithi154 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:01:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:30.777563+0000 mon.smithi154 (mon.0) 234 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi154", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:01:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:30.778321+0000 mon.smithi154 (mon.0) 235 : audit [DBG] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:01:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:30.842627+0000 mon.smithi154 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:32.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:30.748942+0000 mgr.smithi154.mrvzuy (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:32.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:01:30.773493+0000 mgr.smithi154.mrvzuy (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-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon alertmanager.smithi154 ... 2024-01-16T09:01:32.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-16T09:01:32.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:01:32.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:47Z" 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-16T09:01:32.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:58:24Z" 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-16T09:01:32.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-16T09:01:32.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:59:38Z" 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-16T09:01:32.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:15Z" 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-16T09:01:32.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:53Z" 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-16T09:01:32.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('uid/gid not found') 2024-01-16T09:01:32.391 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: uid/gid not found 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: yield (conn, connr) 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: code, '\n'.join(err))) 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon alertmanager.smithi154 ... 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-16T09:01:32.392 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:47Z" 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:58:24Z" 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:59:38Z" 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:15Z" 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:53Z" 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:01:32.393 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-16T09:01:32.394 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('uid/gid not found') 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: uid/gid not found 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:01:30.773754+0000 mgr.smithi154.mrvzuy (mgr.14166) 160 : cephadm [ERR] Failed while placing alertmanager.smithi154 on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-alertmanager.smithi154 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon alertmanager.smithi154 ... 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-16T09:01:32.395 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:57:47Z" 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-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:58:24Z" 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-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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=smithi154 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T08:59:38Z" 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-16T09:01:32.396 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:15Z" 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-16T09:01:32.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: stat: stderr time="2024-01-16T09:00:53Z" 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-16T09:01:32.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-16T09:01:32.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:01:32.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:01:32.397 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('uid/gid not found') 2024-01-16T09:01:32.398 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: uid/gid not found 2024-01-16T09:01:32.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:01:30.778839+0000 mgr.smithi154.mrvzuy (mgr.14166) 161 : cephadm [INF] Deploying daemon crash.smithi154 on smithi154 2024-01-16T09:01:32.399 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:31.326677+0000 mon.smithi154 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.156:0/4284381202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:32.707 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:32.707 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.195450+0000 mon.smithi154 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.284493+0000 mon.smithi154 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.286363+0000 mon.smithi154 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.286707+0000 mon.smithi154 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.287034+0000 mgr.smithi154.mrvzuy (mgr.14166) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:32.289226+0000 mon.smithi154 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:33.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:33 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:01:32.291953+0000 mgr.smithi154.mrvzuy (mgr.14166) 163 : cephadm [INF] Deploying daemon grafana.smithi154 on smithi154 2024-01-16T09:01:34.035 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:34.036 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:34.037 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:34.632 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:32.749268+0000 mgr.smithi154.mrvzuy (mgr.14166) 164 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:34.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:34.039822+0000 mon.smithi154 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.156:0/3606227091' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:35.429 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:35.430 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:36.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:34.749633+0000 mgr.smithi154.mrvzuy (mgr.14166) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:36.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:35.845696+0000 mon.smithi154 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:36.793 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:36.794 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:36.795 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:37.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:36.798304+0000 mon.smithi154 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.156:0/3288069122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:38.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:38.180 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:38.632 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:36.749983+0000 mgr.smithi154.mrvzuy (mgr.14166) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:39.466 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:39.467 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:39.468 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:40.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:38.750230+0000 mgr.smithi154.mrvzuy (mgr.14166) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:40.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:39.470480+0000 mon.smithi154 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.156:0/858019248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:40.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:40.806 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:42.176 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:42.176 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:42.177 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:42.632 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:40.750549+0000 mgr.smithi154.mrvzuy (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:42.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:42.180111+0000 mon.smithi154 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.156:0/3787741473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:43.571 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:43.571 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:44.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:42.750852+0000 mgr.smithi154.mrvzuy (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:44.893 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:44.893 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:44.894 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:45.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:44.897288+0000 mon.smithi154 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.156:0/2004000279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:46.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:46.224 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:46.632 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:44.751102+0000 mgr.smithi154.mrvzuy (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:47.569 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:47.569 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:47.570 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:48.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:46.751374+0000 mgr.smithi154.mrvzuy (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:48.633 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:47.572786+0000 mon.smithi154 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.156:0/2260152416' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:48.953 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:48.953 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:50.344 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:50.375 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:50.376 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:50.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:48.751751+0000 mgr.smithi154.mrvzuy (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:50.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:49.395374+0000 mon.smithi154 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:50.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:01:49.397215+0000 mgr.smithi154.mrvzuy (mgr.14166) 173 : cephadm [INF] Deploying daemon node-exporter.smithi154 on smithi154 2024-01-16T09:01:50.883 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:50.348430+0000 mon.smithi154 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.156:0/1748425546' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:51.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:51.728 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:52.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:50.752150+0000 mgr.smithi154.mrvzuy (mgr.14166) 174 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:52.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:50.848844+0000 mon.smithi154 (mon.0) 252 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:01:53.029 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:53.029 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:53.030 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:54.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:52.752398+0000 mgr.smithi154.mrvzuy (mgr.14166) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:54.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:53.033294+0000 mon.smithi154 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.156:0/1547644890' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:54.418 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:54.419 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:55.837 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:55.837 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:55.838 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:56.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:54.752599+0000 mgr.smithi154.mrvzuy (mgr.14166) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:56.133 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:55.841032+0000 mon.smithi154 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.156:0/1947718507' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:57.218 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:57.219 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:01:58.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:56.752952+0000 mgr.smithi154.mrvzuy (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:01:58.582 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:01:58.582 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:01:58.583 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:01:59.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:01:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:01:58.586052+0000 mon.smithi154 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.156:0/3076440819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:01:59.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:01:59.963 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:00.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:01:58.753206+0000 mgr.smithi154.mrvzuy (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:01.323 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:01.323 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:01.325 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:02.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:00.753546+0000 mgr.smithi154.mrvzuy (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:02.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:01.327259+0000 mon.smithi154 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.156:0/2253421019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:02.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:02.700 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:04.030 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:04.031 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:04.032 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:04.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:02.753790+0000 mgr.smithi154.mrvzuy (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:05.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:05 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:04.034351+0000 mon.smithi154 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.156:0/3938145793' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:05.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:05.394 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:06.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:04.754070+0000 mgr.smithi154.mrvzuy (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:06.749 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:06.749 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:06.751 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:07.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:06.753419+0000 mon.smithi154 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.156:0/2341906901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:08.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:08.124 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:08.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:06.754410+0000 mgr.smithi154.mrvzuy (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:09.450 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:09.451 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:09.452 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:10.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:08.754755+0000 mgr.smithi154.mrvzuy (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:10.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:09.454604+0000 mon.smithi154 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.156:0/2076940132' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:10.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:10.826 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:12.182 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:12.182 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:12.183 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:12.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:10.755064+0000 mgr.smithi154.mrvzuy (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:13.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:13 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:12.185887+0000 mon.smithi154 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.156:0/4104672874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:13.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:13.558 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:14.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:12.755412+0000 mgr.smithi154.mrvzuy (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:14.896 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:14.896 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:14.897 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:15.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:14.899889+0000 mon.smithi154 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.156:0/513688267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:16.274 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:16.274 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:16.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:14.755821+0000 mgr.smithi154.mrvzuy (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:17.635 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:17.635 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:17.637 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:18.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:16.756112+0000 mgr.smithi154.mrvzuy (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:18.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:17.639209+0000 mon.smithi154 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.156:0/2827774603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:19.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:19.015 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:20.303 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:20.304 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:20.305 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:20.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:18.756496+0000 mgr.smithi154.mrvzuy (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:21.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:20.307631+0000 mon.smithi154 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.156:0/3582794981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:21.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:20.847260+0000 mon.smithi154 (mon.0) 264 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:02:21.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:20.849347+0000 mon.smithi154 (mon.0) 265 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T09:02:21.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:21.688 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:22.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:20.756777+0000 mgr.smithi154.mrvzuy (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:23.025 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:23.025 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:23.026 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:23.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:23.028726+0000 mon.smithi154 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.156:0/1148995075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:24.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:22.757024+0000 mgr.smithi154.mrvzuy (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:24.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:24.400 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:25.712 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:25.712 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:25.714 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:26.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:24.757303+0000 mgr.smithi154.mrvzuy (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:26.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:25.716384+0000 mon.smithi154 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.156:0/3743257449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:27.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:27.093 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:28.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:26.757582+0000 mgr.smithi154.mrvzuy (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:28.453 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:28.453 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:28.455 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:29.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:28.456792+0000 mon.smithi154 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.156:0/3718146562' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:29.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:29.820 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:30.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:28.757934+0000 mgr.smithi154.mrvzuy (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:31.192 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:31.192 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:31.194 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:32.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:30.758228+0000 mgr.smithi154.mrvzuy (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:32.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:31.196158+0000 mon.smithi154 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.156:0/3044878660' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:32.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:32.568 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:33.920 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:33.921 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:33.922 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:34.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:32.758530+0000 mgr.smithi154.mrvzuy (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:34.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:33.924063+0000 mon.smithi154 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.156:0/2155448532' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:35.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:35.263 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:36.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:34.758927+0000 mgr.smithi154.mrvzuy (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:36.575 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:36.575 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:36.577 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:37.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:36.579156+0000 mon.smithi154 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.156:0/485827419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:37.984 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:37.984 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:38.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:36.759287+0000 mgr.smithi154.mrvzuy (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:39.342 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:39.342 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:39.343 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:40.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:38.759617+0000 mgr.smithi154.mrvzuy (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:40.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:39.345166+0000 mon.smithi154 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.156:0/1280956817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:40.731 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:40.732 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:42.139 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:42.139 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:42.141 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:42.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:40.759963+0000 mgr.smithi154.mrvzuy (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:43.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:43 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:42.142825+0000 mon.smithi154 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.156:0/1313583245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:43.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:43.511 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:44.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:42.760285+0000 mgr.smithi154.mrvzuy (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:44.816 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:44.817 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:44.817 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:45.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:44.818263+0000 mon.smithi154 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.156:0/262234982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:46.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:46.197 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:46.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:44.760604+0000 mgr.smithi154.mrvzuy (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:47.542 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:47.542 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:47.543 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:48.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:46.760888+0000 mgr.smithi154.mrvzuy (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:48.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:47.545567+0000 mon.smithi154 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.156:0/4034882696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:48.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:48.908 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:50.256 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:50.256 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:50.258 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:50.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:48.761255+0000 mgr.smithi154.mrvzuy (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:51.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:50.260248+0000 mon.smithi154 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.156:0/3273150044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:51.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:51.637 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:52.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:50.761529+0000 mgr.smithi154.mrvzuy (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:52.963 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:52.964 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:52.965 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:53.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:52.967514+0000 mon.smithi154 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.156:0/59677445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:54.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:54.336 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:54.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:52.761906+0000 mgr.smithi154.mrvzuy (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:55.646 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:55.646 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:55.648 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:56.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:54.762269+0000 mgr.smithi154.mrvzuy (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:56.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:55.649556+0000 mon.smithi154 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.156:0/2178643953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:57.026 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:57.026 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:02:58.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:56.762630+0000 mgr.smithi154.mrvzuy (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:02:58.396 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:02:58.396 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:02:58.398 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:02:59.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:02:59 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:02:58.400182+0000 mon.smithi154 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.156:0/3496007020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:02:59.763 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:02:59.763 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:00.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:02:58.762984+0000 mgr.smithi154.mrvzuy (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:01.095 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:01.095 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:01.097 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:02.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:00.763321+0000 mgr.smithi154.mrvzuy (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:02.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:01.098826+0000 mon.smithi154 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.156:0/1115098900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:02.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:02.501 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:03.832 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:03.832 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:03.833 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:04.134 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:02.763718+0000 mgr.smithi154.mrvzuy (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:04.134 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:03.835366+0000 mon.smithi154 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.156:0/2564186159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:05.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:05.218 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:06.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:04.764104+0000 mgr.smithi154.mrvzuy (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:06.540 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:06.540 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:06.542 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:07.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:06.543704+0000 mon.smithi154 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.156:0/1544269607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:07.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:07.941 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:08.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:06.764436+0000 mgr.smithi154.mrvzuy (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:09.291 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:09.292 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:09.293 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:10.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:08.764747+0000 mgr.smithi154.mrvzuy (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:10.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:09.294825+0000 mon.smithi154 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.156:0/4119405017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:10.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:10.663 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:11.980 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:11.980 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:11.982 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:12.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:10.765118+0000 mgr.smithi154.mrvzuy (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:12.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:11.983579+0000 mon.smithi154 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.156:0/1464250468' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:13.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:13.367 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:14.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:12.765456+0000 mgr.smithi154.mrvzuy (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:14.683 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:14.683 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:14.684 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:15.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:14.686015+0000 mon.smithi154 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.156:0/1731272716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:16.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:16.058 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:16.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:14.765807+0000 mgr.smithi154.mrvzuy (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:17.438 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:17.438 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:17.439 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:18.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:16.766240+0000 mgr.smithi154.mrvzuy (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:18.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:17.441180+0000 mon.smithi154 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.156:0/3352910422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:18.817 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:18.818 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:20.169 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:20.169 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:20.170 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:20.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:18.766583+0000 mgr.smithi154.mrvzuy (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:21.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:20.172585+0000 mon.smithi154 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.156:0/628084152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:21.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:20.848355+0000 mon.smithi154 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:03:21.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:20.850150+0000 mon.smithi154 (mon.0) 289 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T09:03:21.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:21.554 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:22.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:20.766919+0000 mgr.smithi154.mrvzuy (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:22.900 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:22.900 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:22.902 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:23.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:22.903594+0000 mon.smithi154 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.156:0/3669160395' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:24.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:24.274 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:24.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:22.767278+0000 mgr.smithi154.mrvzuy (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:25.576 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:25.576 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:25.578 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:26.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:24.767584+0000 mgr.smithi154.mrvzuy (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:26.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:25.579630+0000 mon.smithi154 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.156:0/1493060599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:26.955 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:26.956 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:28.293 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:28.294 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:28.295 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:28.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:26.767938+0000 mgr.smithi154.mrvzuy (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:29.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:29 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:28.296665+0000 mon.smithi154 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.156:0/1306556088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:29.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:29.684 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:30.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:28.768329+0000 mgr.smithi154.mrvzuy (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:30.993 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:30.993 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:30.995 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:31.383 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:30.996801+0000 mon.smithi154 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.156:0/3957736854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:32.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:32.379 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:32.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:30.768676+0000 mgr.smithi154.mrvzuy (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:33.715 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:33.715 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:33.717 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:34.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:32.769012+0000 mgr.smithi154.mrvzuy (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:34.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:33.718348+0000 mon.smithi154 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.156:0/1972033895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:35.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:35.036 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:36.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:34.769357+0000 mgr.smithi154.mrvzuy (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:36.390 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:36.390 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:36.391 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:37.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:37 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:36.393306+0000 mon.smithi154 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.156:0/1624378869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:37.770 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:37.770 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:38.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:36.769722+0000 mgr.smithi154.mrvzuy (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:39.122 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:39.122 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:39.124 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:40.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:38.770109+0000 mgr.smithi154.mrvzuy (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:40.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:39.125299+0000 mon.smithi154 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.156:0/2968770236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:40.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:40.499 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:41.796 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:41.796 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:41.797 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:42.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:40.770407+0000 mgr.smithi154.mrvzuy (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:42.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:41.798853+0000 mon.smithi154 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.156:0/3537485353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:43.172 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:43.172 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:44.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:42.770738+0000 mgr.smithi154.mrvzuy (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:44.511 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:44.511 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:44.513 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:45.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:44.514699+0000 mon.smithi154 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.156:0/3424871146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:45.892 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:45.892 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:46.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:44.771114+0000 mgr.smithi154.mrvzuy (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:47.223 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:47.223 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:47.225 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:48.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:46.771473+0000 mgr.smithi154.mrvzuy (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:48.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:47.226578+0000 mon.smithi154 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.156:0/4279776556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:48.599 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:48.600 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:49.923 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:49.923 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:49.925 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:50.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:48.771849+0000 mgr.smithi154.mrvzuy (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:50.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:49.926382+0000 mon.smithi154 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.156:0/166412729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:51.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:51.297 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:03:49.927683+0000 mgr.smithi154.mrvzuy (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-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon node-exporter.smithi154 ... 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Verifying port 9100 ... 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Non-zero exit code 1 from systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr Job for ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service failed because a timeout was exceeded. 2024-01-16T09:03:51.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr See "systemctl status ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service" and "journalctl -xe" for details. 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ports=daemon_ports) 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-16T09:03:51.386 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: Failed command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: yield (conn, connr) 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: code, '\n'.join(err))) 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: 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-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon node-exporter.smithi154 ... 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Verifying port 9100 ... 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Non-zero exit code 1 from systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.387 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr Job for ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service failed because a timeout was exceeded. 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr See "systemctl status ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service" and "journalctl -xe" for details. 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ports=daemon_ports) 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-16T09:03:51.388 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: Failed command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:03:49.927906+0000 mgr.smithi154.mrvzuy (mgr.14166) 235 : cephadm [ERR] Failed while placing node-exporter.smithi154 on smithi154: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: /bin/podman: stderr Error: no such container ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-node-exporter.smithi154 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Deploy daemon node-exporter.smithi154 ... 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Verifying port 9100 ... 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Non-zero exit code 1 from systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr Job for ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service failed because a timeout was exceeded. 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: systemctl: stderr See "systemctl status ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154.service" and "journalctl -xe" for details. 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: Traceback (most recent call last): 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: main() 2024-01-16T09:03:51.389 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: r = ctx.func(ctx) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: return func(ctx) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: ports=daemon_ports) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: File "/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: RuntimeError: Failed command: systemctl start ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@node-exporter.smithi154 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cephadm 2024-01-16T09:03:49.934138+0000 mgr.smithi154.mrvzuy (mgr.14166) 236 : cephadm [INF] Deploying daemon prometheus.smithi154 on smithi154 2024-01-16T09:03:51.390 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:51 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:50.855007+0000 mon.smithi154 (mon.0) 301 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' 2024-01-16T09:03:52.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:50.772150+0000 mgr.smithi154.mrvzuy (mgr.14166) 237 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:52.657 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:52.657 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:52.659 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:53.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:52.660098+0000 mon.smithi154 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.156:0/3819527463' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:54.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:54.030 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:54.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:52.772487+0000 mgr.smithi154.mrvzuy (mgr.14166) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:55.336 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:55.336 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:55.338 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:56.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:54.772784+0000 mgr.smithi154.mrvzuy (mgr.14166) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:56.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:55.339226+0000 mon.smithi154 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.156:0/2143170528' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:56.712 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:56.713 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:03:57.974 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:03:57.975 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:03:57.976 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:03:58.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:56.773086+0000 mgr.smithi154.mrvzuy (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:03:58.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:03:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:03:57.977797+0000 mon.smithi154 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.156:0/1614341030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:03:59.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:03:59.340 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:00.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:03:58.773410+0000 mgr.smithi154.mrvzuy (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:00.668 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:00.668 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:00.669 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:01.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:00.671032+0000 mon.smithi154 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.156:0/3409749672' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:02.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:02.065 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:02.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:00.773712+0000 mgr.smithi154.mrvzuy (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:03.386 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:03.386 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:03.388 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:04.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:02.773954+0000 mgr.smithi154.mrvzuy (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:04.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:03.389234+0000 mon.smithi154 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.156:0/699654126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:04.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:04.763 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:06.151 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:06.152 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:06.152 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:06.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:04.774312+0000 mgr.smithi154.mrvzuy (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:07.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:07 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:06.153832+0000 mon.smithi154 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.156:0/3212834053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:07.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:07.518 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:08.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:06.774634+0000 mgr.smithi154.mrvzuy (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:08.883 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:08.884 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:08.885 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:09.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:09 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:08.886317+0000 mon.smithi154 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.156:0/3581665978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:10.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:10.276 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:10.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:08.775015+0000 mgr.smithi154.mrvzuy (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:11.595 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:11.596 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:11.597 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:12.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:10.775397+0000 mgr.smithi154.mrvzuy (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:12.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:11.598261+0000 mon.smithi154 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.156:0/4025928797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:12.967 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:12.967 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:14.292 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:14.292 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:14.294 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:14.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:12.775752+0000 mgr.smithi154.mrvzuy (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:15.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:15 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:14.294823+0000 mon.smithi154 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.156:0/4052116194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:15.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:15.672 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:16.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:14.776047+0000 mgr.smithi154.mrvzuy (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:17.013 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:17.013 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:17.014 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:17.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:17 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:17.015770+0000 mon.smithi154 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.156:0/3731311863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:18.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:18.402 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:18.552 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:18 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:16.776328+0000 mgr.smithi154.mrvzuy (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:19.737 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:19.738 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:19.739 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:20.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:18.776607+0000 mgr.smithi154.mrvzuy (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:20.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:20 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:19.740532+0000 mon.smithi154 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.156:0/3668256958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:21.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:21.152 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:21.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:20.849328+0000 mon.smithi154 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:04:21.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:21 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:20.850973+0000 mon.smithi154 (mon.0) 314 : audit [INF] from='mgr.14166 172.21.15.154:0/3371305908' entity='mgr.smithi154.mrvzuy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi154.mrvzuy/trash_purge_schedule"}]: dispatch 2024-01-16T09:04:22.491 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:22.491 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:22.492 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:22.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:22 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:20.776940+0000 mgr.smithi154.mrvzuy (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:23.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:23 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:22.494067+0000 mon.smithi154 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.156:0/2055042473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:23.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:23.870 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:24.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:24 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:22.777240+0000 mgr.smithi154.mrvzuy (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:25.197 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:25.197 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:25.198 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:26.547 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:26.548 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:26.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:24.777458+0000 mgr.smithi154.mrvzuy (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:26.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:26 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:25.199554+0000 mon.smithi154 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.156:0/3782489775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:27.885 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:27.885 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:27.886 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:28.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:26.777741+0000 mgr.smithi154.mrvzuy (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:28.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:28 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:27.887660+0000 mon.smithi154 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.156:0/4038971860' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:29.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:29.271 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:30.574 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:30.574 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:30.575 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:30.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:30 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:28.778124+0000 mgr.smithi154.mrvzuy (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:31.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:31 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:30.576520+0000 mon.smithi154 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.156:0/4232189885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:32.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:32.012 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:32.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:32 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:30.778510+0000 mgr.smithi154.mrvzuy (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:33.381 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:33.383 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:33.383 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:34.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:32.778825+0000 mgr.smithi154.mrvzuy (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:34.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:34 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:33.384189+0000 mon.smithi154 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.156:0/1851942060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:34.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:34.759 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:36.123 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:36.123 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:36.125 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:36.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:34.779205+0000 mgr.smithi154.mrvzuy (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:36.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:36 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:36.126327+0000 mon.smithi154 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.156:0/732985145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:37.504 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:37.504 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:38.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:38 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:36.779573+0000 mgr.smithi154.mrvzuy (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:38.850 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:38.851 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:38.852 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:39.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:39 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:38.853374+0000 mon.smithi154 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.156:0/595960790' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:40.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:40.226 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:40.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:40 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:38.779939+0000 mgr.smithi154.mrvzuy (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:41.579 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:41.579 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:41.580 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:42.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:40.780326+0000 mgr.smithi154.mrvzuy (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:42.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:42 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:41.581576+0000 mon.smithi154 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.156:0/1118063062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:42.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:42.910 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:44.240 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:44.241 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:44.242 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:44.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:44 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:42.780728+0000 mgr.smithi154.mrvzuy (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:45.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:45.613 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:45.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:45 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:44.243781+0000 mon.smithi154 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.156:0/3335558897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:46.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:46 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:44.781107+0000 mgr.smithi154.mrvzuy (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:46.948 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:46.949 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:46.950 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:47.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:47 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:46.951029+0000 mon.smithi154 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.156:0/822098105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:48.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:48.272 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:48.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:48 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:46.781422+0000 mgr.smithi154.mrvzuy (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:49.622 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:49.623 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:49.624 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:50.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:48.781745+0000 mgr.smithi154.mrvzuy (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:50.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:50 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:49.624859+0000 mon.smithi154 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.156:0/2443338362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:50.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:50.993 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:52.318 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:52.319 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:52.320 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:52.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:52 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:50.782035+0000 mgr.smithi154.mrvzuy (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:53.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:53 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:52.321395+0000 mon.smithi154 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.156:0/4192442397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:53.691 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:53.691 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:54.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:54 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:52.782400+0000 mgr.smithi154.mrvzuy (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:55.118 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:55.119 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:55.120 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:55.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:55 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:55.120946+0000 mon.smithi154 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.156:0/2375343085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:56.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:56.516 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:04:56.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:56 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:54.782788+0000 mgr.smithi154.mrvzuy (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:57.847 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:04:57.847 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:04:57.849 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:04:58.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:56.783165+0000 mgr.smithi154.mrvzuy (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:04:58.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:04:58 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:04:57.849613+0000 mon.smithi154 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.156:0/1951748480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:04:59.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:04:59.225 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:00.612 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:00.612 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:00.613 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:00.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:00 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:04:58.783507+0000 mgr.smithi154.mrvzuy (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:01.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:01 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:00.614616+0000 mon.smithi154 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.156:0/3609616527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:01.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:01.976 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:02.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:02 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:00.783846+0000 mgr.smithi154.mrvzuy (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:03.353 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:03.353 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:03.355 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:04.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:02.784173+0000 mgr.smithi154.mrvzuy (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:04.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:04 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:03.355933+0000 mon.smithi154 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.156:0/3347521277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:04.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:04.727 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:06.047 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:06.048 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:06.049 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:06.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:04.784511+0000 mgr.smithi154.mrvzuy (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:06.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:06 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:06.050377+0000 mon.smithi154 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.156:0/2945010848' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:07.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:07.422 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:08.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:08 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:06.784885+0000 mgr.smithi154.mrvzuy (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:08.728 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:08.728 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:08.730 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:09.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:09 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:08.730683+0000 mon.smithi154 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.156:0/1476066453' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:10.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:10.105 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:10.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:10 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:08.785191+0000 mgr.smithi154.mrvzuy (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:11.452 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:11.452 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:11.454 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:12.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:10.785575+0000 mgr.smithi154.mrvzuy (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:12.635 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:12 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:11.454316+0000 mon.smithi154 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.156:0/3608313011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:12.823 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:12.823 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:14.137 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:14.137 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:14.139 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:14.384 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:12.785919+0000 mgr.smithi154.mrvzuy (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:14.385 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:14 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:14.140359+0000 mon.smithi154 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.156:0/2647645272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:15.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:05:15.514 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:05:16.634 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:16 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: cluster 2024-01-16T09:05:14.786192+0000 mgr.smithi154.mrvzuy (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:05:16.858 INFO:teuthology.orchestra.run.smithi156.stdout: 2024-01-16T09:05:16.859 INFO:teuthology.orchestra.run.smithi156.stdout:{"epoch":1,"fsid":"ebcc5ef2-b44c-11ee-95ad-87774f69a715","modified":"2024-01-16T08:55:25.844802Z","created":"2024-01-16T08:55:25.844802Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi154","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.154:3300","nonce":0},{"type":"v1","addr":"172.21.15.154:6789","nonce":0}]},"addr":"172.21.15.154:6789/0","public_addr":"172.21.15.154:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:05:16.860 INFO:teuthology.orchestra.run.smithi156.stderr:dumped monmap epoch 1 2024-01-16T09:05:17.225 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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-16T09:05:17.227 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T09:05:17.227 DEBUG:teuthology.orchestra.run.smithi154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:05:17.252 DEBUG:teuthology.orchestra.run.smithi156:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:05:17.270 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T09:05:17.270 INFO:tasks.cephadm.mon.smithi154:Stopping mon.smithi154... 2024-01-16T09:05:17.270 DEBUG:teuthology.orchestra.run.smithi154:> sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154 2024-01-16T09:05:17.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:17 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: audit 2024-01-16T09:05:16.860993+0000 mon.smithi154 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.156:0/3437391743' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:05:17.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:17 smithi154 systemd[1]: Stopping Ceph mon.smithi154 for ebcc5ef2-b44c-11ee-95ad-87774f69a715... 2024-01-16T09:05:17.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:17 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T09:05:17.403+0000 7fb34a401700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi154 -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-16T09:05:17.578 INFO:journalctl@ceph.mon.smithi154.smithi154.stdout:Jan 16 09:05:17 smithi154 ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715-mon.smithi154[34463]: debug 2024-01-16T09:05:17.403+0000 7fb34a401700 -1 mon.smithi154@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T09:05:17.715 DEBUG:teuthology.orchestra.run.smithi154:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi154.service' 2024-01-16T09:05:17.780 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T09:05:17.780 INFO:tasks.cephadm.mon.smithi154:Stopped mon.smithi154 2024-01-16T09:05:17.780 INFO:tasks.cephadm.mon.smithi156:Stopping mon.smithi156... 2024-01-16T09:05:17.780 DEBUG:teuthology.orchestra.run.smithi156:> sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156 2024-01-16T09:05:17.813 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156.service: Unit ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156.service not loaded. 2024-01-16T09:05:17.814 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-16T09:05:17.815 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi156" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 5: 'sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156' 2024-01-16T09:05:17.816 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T09:05:17.818 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/ubuntu@smithi154.front.sepia.ceph.com/crash 2024-01-16T09:05:17.819 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/crash -- . 2024-01-16T09:05:17.876 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/ubuntu@smithi156.front.sepia.ceph.com/crash 2024-01-16T09:05:17.877 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/crash -- . 2024-01-16T09:05:17.916 INFO:teuthology.orchestra.run.smithi156.stderr:tar: /var/lib/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T09:05:17.916 INFO:teuthology.orchestra.run.smithi156.stderr:tar: Error is not recoverable: exiting now 2024-01-16T09:05:17.917 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T09:05:17.917 DEBUG:teuthology.orchestra.run.smithi154:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T09:05:17.944 INFO:teuthology.orchestra.run.smithi154.stderr:grep: /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T09:05:17.945 INFO:tasks.cephadm:Compressing logs... 2024-01-16T09:05:17.945 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T09:05:17.988 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T09:05:18.012 INFO:teuthology.orchestra.run.smithi154.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T09:05:18.012 INFO:teuthology.orchestra.run.smithi154.stderr:: No such file or directory 2024-01-16T09:05:18.013 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mon.smithi154.log 2024-01-16T09:05:18.013 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T09:05:18.013 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mgr.smithi154.mrvzuy.log 2024-01-16T09:05:18.013 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mon.smithi154.log: /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mgr.smithi154.mrvzuy.log: 88.4% -- replaced with /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T09:05:18.013 INFO:teuthology.orchestra.run.smithi154.stderr: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T09:05:18.014 INFO:teuthology.orchestra.run.smithi156.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T09:05:18.014 INFO:teuthology.orchestra.run.smithi156.stderr:: No such file or directory 2024-01-16T09:05:18.016 INFO:teuthology.orchestra.run.smithi156.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T09:05:18.018 INFO:teuthology.orchestra.run.smithi156.stderr: 2024-01-16T09:05:18.018 INFO:teuthology.orchestra.run.smithi156.stderr:real 0m0.013s 2024-01-16T09:05:18.018 INFO:teuthology.orchestra.run.smithi156.stderr:user 0m0.010s 2024-01-16T09:05:18.018 INFO:teuthology.orchestra.run.smithi156.stderr:sys 0m0.012s 2024-01-16T09:05:18.090 INFO:teuthology.orchestra.run.smithi154.stderr: 92.8% -- replaced with /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mgr.smithi154.mrvzuy.log.gz 2024-01-16T09:05:18.157 INFO:teuthology.orchestra.run.smithi154.stderr: 90.4% -- replaced with /var/log/ceph/ebcc5ef2-b44c-11ee-95ad-87774f69a715/ceph-mon.smithi154.log.gz 2024-01-16T09:05:18.158 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-01-16T09:05:18.159 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m0.156s 2024-01-16T09:05:18.159 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m0.224s 2024-01-16T09:05:18.159 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.022s 2024-01-16T09:05:18.159 INFO:tasks.cephadm:Archiving logs... 2024-01-16T09:05:18.159 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/ubuntu@smithi154.front.sepia.ceph.com/log 2024-01-16T09:05:18.160 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T09:05:18.276 DEBUG:teuthology.misc:Transferring archived files from smithi156:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/ubuntu@smithi156.front.sepia.ceph.com/log 2024-01-16T09:05:18.277 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T09:05:18.306 INFO:tasks.cephadm:Removing cluster... 2024-01-16T09:05:18.306 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 --force 2024-01-16T09:06:18.506 DEBUG:teuthology.orchestra.run.smithi156:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ebcc5ef2-b44c-11ee-95ad-87774f69a715 --force 2024-01-16T09:06:18.808 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T09:06:18.808 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T09:06:18.827 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T09:06:18.845 INFO:tasks.cephadm:Teardown complete 2024-01-16T09:06:18.846 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 5: 'sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156' 2024-01-16T09:06:19.108 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6b179a7222f24915987c42d4863fb4d2 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi156 with status 5: 'sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156' 2024-01-16T09:06:19.112 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T09:06:19.123 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T09:06:19.131 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T09:06:19.131 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:06:19.155 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:06:19.163 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 -870us[ -870us] +/- 98ms 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 -1131us[-1127us] +/- 53ms 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +2134us[+2134us] +/- 69ms 2024-01-16T09:06:19.167 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:06:19.173 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2024-01-16T09:06:19.177 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:06:19.177 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2024-01-16T09:06:19.177 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 -893us[ -893us] +/- 98ms 2024-01-16T09:06:19.177 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 377 47 -1206us[-1208us] +/- 53ms 2024-01-16T09:06:19.177 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +2108us[+2108us] +/- 69ms 2024-01-16T09:06:19.178 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:06:19.178 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T09:06:19.189 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T09:06:19.189 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T09:06:19.197 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T09:06:19.272 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T09:06:19.335 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T09:06:19.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:19.365 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T09:06:19.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:19.396 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T09:06:19.405 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T09:06:19.474 INFO:teuthology.task.internal:Duration was 1066.326102 seconds 2024-01-16T09:06:19.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T09:06:19.484 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T09:06:19.485 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T09:06:19.487 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T09:06:19.532 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:06:19.533 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:06:19.898 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T09:06:19.898 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-01-16T09:06:19.898 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T09:06:19.921 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2024-01-16T09:06:19.922 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T09:06:19.944 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T09:06:19.945 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T09:06:19.964 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T09:06:20.034 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T09:06:20.034 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T09:06:20.036 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T09:06:20.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T09:06:20.133 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T09:06:20.133 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T09:06:20.160 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T09:06:20.187 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T09:06:20.198 DEBUG:teuthology.orchestra.run.smithi154:> 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-16T09:06:20.202 DEBUG:teuthology.orchestra.run.smithi156:> 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-16T09:06:20.227 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-01-16T09:06:20.254 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2024-01-16T09:06:20.273 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:06:20.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:20.306 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:06:20.330 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:20.331 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T09:06:20.341 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T09:06:20.342 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/smithi154 2024-01-16T09:06:20.343 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T09:06:20.388 DEBUG:teuthology.misc:Transferring archived files from smithi156:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697/remote/smithi156 2024-01-16T09:06:20.389 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T09:06:20.427 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T09:06:20.427 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T09:06:20.429 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T09:06:20.478 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T09:06:20.491 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T09:06:20.491 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T09:06:20.503 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T09:06:20.503 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T09:06:20.506 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T09:06:20.521 INFO:teuthology.orchestra.run.smithi154.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 09:06 /home/ubuntu/cephtest 2024-01-16T09:06:20.536 INFO:teuthology.orchestra.run.smithi156.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 09:06 /home/ubuntu/cephtest 2024-01-16T09:06:20.538 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T09:06:20.550 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T09:06:20.570 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T09:06:20.596 DEBUG:teuthology.nuke:shortname: smithi154 2024-01-16T09:06:20.596 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:06:20.623 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697', '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-16 08:39:03.259041', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLYB9vrEcBb+g0nNKg958D1v34RvHXyj0GjBJMVfKEqo01bEx7fwCXottYmgwbvcIc/q08E4I9G6YfkXwjfgPcs='} 2024-01-16T09:06:20.624 DEBUG:teuthology.nuke:shortname: smithi156 2024-01-16T09:06:20.624 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:06:20.679 INFO:teuthology.orchestra.console.smithi154:Power off 2024-01-16T09:06:20.680 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:06:20.691 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517697', '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-16 08:39:03.256412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBFXeTb7tekc+RMsientdjJ/W1ESQiuC9BluQ2GMLKTnqH8NxQMrIjbXbeJMpY23zb5Zz6b9O9nALXm9ims8h1E='} 2024-01-16T09:06:20.706 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-01-16T09:06:20.707 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:20.732 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-01-16T09:06:20.746 INFO:teuthology.orchestra.console.smithi156:Power off 2024-01-16T09:06:20.747 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:06:20.775 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2024-01-16T09:06:20.775 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:20.800 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-01-16T09:06:24.733 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:24.801 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:24.844 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-01-16T09:06:24.912 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2024-01-16T09:06:28.848 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:28.913 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:06:28.959 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-01-16T09:06:29.025 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2024-01-16T09:06:29.060 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-01-16T09:06:29.126 INFO:teuthology.orchestra.console.smithi156:Power off completed 2024-01-16T09:06:29.231 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: 1066.3261017799377 failure_reason: 'Command failed on smithi156 with status 5: ''sudo systemctl stop ceph-ebcc5ef2-b44c-11ee-95ad-87774f69a715@mon.smithi156''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6b179a7222f24915987c42d4863fb4d2 status: fail success: false 2024-01-16T09:06:29.232 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:06:29.317 INFO:teuthology.run:FAIL