2024-01-24T01:20:33.492 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T01:20:33.492 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/orig.config.yaml 2024-01-24T01:20:33.530 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T01:20:33.610 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737 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.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7529737' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF26qJTdbFdjgw0WoQr6VNtBNJSZsGXV9XGvV4IeAkwoFjNBVHRhLeBQmozFBCWTQLBN7vImARvjx319y0qvCMo= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMbnY7f8K8cgOFzsvR4i38X7WxZTiYMVquAx/J2DLfr09JTstUEX2UGrHdCyY/X457f6VKH1o+QSRTXQTeOI50= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2024-01-24T01:20:33.610 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T01:20:33.611 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T01:20:33.611 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T01:20:33.613 INFO:teuthology.task.internal:Checking packages... 2024-01-24T01:20:33.637 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T01:20:33.637 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T01:20:33.637 INFO:teuthology.packaging:ref: None 2024-01-24T01:20:33.638 INFO:teuthology.packaging:tag: None 2024-01-24T01:20:33.638 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T01:20:33.638 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:20:33.638 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-24T01:20:33.859 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-24T01:20:33.861 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T01:20:33.867 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T01:20:33.867 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T01:20:33.876 INFO:teuthology.task.internal:Saving configuration 2024-01-24T01:20:33.891 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T01:20:33.898 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:20:33.920 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 01:15:25.931477', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF26qJTdbFdjgw0WoQr6VNtBNJSZsGXV9XGvV4IeAkwoFjNBVHRhLeBQmozFBCWTQLBN7vImARvjx319y0qvCMo='} 2024-01-24T01:20:33.940 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 01:15:25.932989', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMbnY7f8K8cgOFzsvR4i38X7WxZTiYMVquAx/J2DLfr09JTstUEX2UGrHdCyY/X457f6VKH1o+QSRTXQTeOI50='} 2024-01-24T01:20:33.941 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T01:20:33.948 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-01-24T01:20:33.948 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-01-24T01:20:33.948 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T01:20:34.020 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7349053f70>, signals=[15]) 2024-01-24T01:20:34.021 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T01:20:34.029 INFO:teuthology.task.internal:Opening connections... 2024-01-24T01:20:34.029 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-01-24T01:20:34.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:20:34.110 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T01:20:34.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:20:34.185 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T01:20:34.192 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-01-24T01:20:34.214 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-01-24T01:20:34.214 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-01-24T01:20:34.275 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-01-24T01:20:34.275 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T01:20:34.276 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T01:20:34.277 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-01-24T01:20:34.295 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-01-24T01:20:34.317 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-01-24T01:20:34.317 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-01-24T01:20:34.377 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T01:20:34.378 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-24T01:20:34.379 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-01-24T01:20:34.403 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T01:20:34.413 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T01:20:34.420 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T01:20:34.421 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:20:34.423 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:20:34.443 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T01:20:34.450 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T01:20:34.450 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:20:34.484 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:20:34.513 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T01:20:34.576 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T01:20:34.593 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T01:20:34.593 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T01:20:34.594 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:20:34.594 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:20:34.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:20:34.614 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-24T01:20:34.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:20:34.615 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-24T01:20:34.674 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-489.el8.x86_64 2024-01-24T01:20:34.674 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-489.el8.x86_64 2024-01-24T01:20:34.674 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-01-24T01:20:34.677 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2024-01-24T01:20:34.677 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2024-01-24T01:20:34.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-01-24T01:20:38.400 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - AppStream 21 MB/s | 27 MB 00:01 2024-01-24T01:20:38.502 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 20 MB/s | 27 MB 00:01 2024-01-24T01:20:44.317 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - BaseOS 8.5 MB/s | 10 MB 00:01 2024-01-24T01:20:44.402 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 9.1 MB/s | 10 MB 00:01 2024-01-24T01:20:46.461 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2024-01-24T01:20:46.517 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras 30 kB/s | 18 kB 00:00 2024-01-24T01:20:46.851 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2024-01-24T01:20:46.928 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-01-24T01:20:47.103 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-24T01:20:47.172 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-24T01:20:48.116 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-24T01:20:49.489 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 7.0 MB/s | 16 MB 00:02 2024-01-24T01:20:51.839 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 449 kB/s | 24 kB 00:00 2024-01-24T01:20:53.263 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 334 kB/s | 24 kB 00:00 2024-01-24T01:20:54.844 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T01:20:54.845 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T01:20:54.940 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-24T01:20:54.940 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2024-01-24T01:20:54.941 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:20:54.942 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 90 M 2024-01-24T01:20:54.942 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2024-01-24T01:20:54.942 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-24T01:20:56.174 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 8.6 MB/s | 10 MB 00:01 2024-01-24T01:20:56.184 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-24T01:20:56.185 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-24T01:20:56.305 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-24T01:20:56.306 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:20:56.307 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 90 M 2024-01-24T01:20:56.308 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 96 M 2024-01-24T01:20:56.308 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-24T01:20:57.241 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-24T01:20:57.673 INFO:teuthology.orchestra.run.smithi105.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 8.8 MB/s | 10 MB 00:01 2024-01-24T01:20:57.866 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 15 MB/s | 44 MB 00:02 2024-01-24T01:20:57.866 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:20:57.866 INFO:teuthology.orchestra.run.smithi071.stdout:Total 31 MB/s | 90 MB 00:02 2024-01-24T01:20:58.545 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-24T01:20:58.756 INFO:teuthology.orchestra.run.smithi105.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-24T01:20:58.947 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-24T01:20:58.947 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-24T01:20:59.323 INFO:teuthology.orchestra.run.smithi105.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 15 MB/s | 44 MB 00:02 2024-01-24T01:20:59.323 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:20:59.323 INFO:teuthology.orchestra.run.smithi105.stdout:Total 30 MB/s | 90 MB 00:03 2024-01-24T01:21:00.008 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-24T01:21:00.192 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-24T01:21:00.213 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-24T01:21:00.440 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-24T01:21:00.440 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-24T01:21:01.674 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-24T01:21:01.692 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-24T01:21:02.965 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-24T01:21:03.459 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:04.425 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-24T01:21:04.939 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:07.002 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:07.375 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:08.476 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:08.856 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:10.801 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:11.132 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:12.295 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:12.561 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:32.953 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:32.975 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:33.318 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:33.318 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:33.318 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T01:21:33.813 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:21:33.814 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-24T01:21:33.953 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:21:34.171 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T01:21:34.172 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T01:21:34.172 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T01:21:34.172 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T01:21:34.172 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T01:21:34.172 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-24T01:21:34.172 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T01:21:34.173 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:21:34.381 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T01:21:34.382 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T01:21:34.382 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T01:21:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-01-24T01:21:34.416 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:21:34.417 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T01:21:34.420 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T01:21:34.420 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-536.el8.x86_64 2024-01-24T01:21:34.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T01:21:34.421 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:34.443 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:34.787 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:34.787 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-24T01:21:34.787 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-24T01:21:35.257 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:21:35.258 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T01:21:35.403 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:21:35.621 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T01:21:35.622 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T01:21:35.622 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-24T01:21:35.622 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T01:21:35.622 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T01:21:35.622 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-24T01:21:35.622 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T01:21:35.622 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:21:35.833 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-24T01:21:35.833 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-24T01:21:35.833 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.02 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 129.el8 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Group : System Environment/Base 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 9265586 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-01-24T01:21:35.867 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Relocations : (not relocatable) 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : CentOS BuildSystem 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-01-24T01:21:35.868 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:21:35.869 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-01-24T01:21:35.869 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-24T01:21:35.869 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 4.18.0-536.el8.x86_64 2024-01-24T01:21:35.870 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-24T01:21:36.041 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-01-24T01:21:37.515 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-01-24T01:21:38.227 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-01-24T01:21:38.229 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-01-24T01:21:38.259 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.qaDYN6E2Ig 2024-01-24T01:21:38.260 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qaDYN6E2Ig 2024-01-24T01:21:38.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.qaDYN6E2Ig 2024-01-24T01:21:38.472 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.qaDYN6E2Ig is 6KB 2024-01-24T01:21:38.520 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.qaDYN6E2Ig 2024-01-24T01:21:38.538 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T01:21:38.603 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T01:21:38.603 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T01:21:38.604 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T01:21:38.604 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T01:21:38.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T01:21:38.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-01-24T01:21:39.914 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-01-24T01:21:39.915 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-01-24T01:21:39.951 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.xLt3W0P37P 2024-01-24T01:21:39.952 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xLt3W0P37P 2024-01-24T01:21:40.026 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.xLt3W0P37P 2024-01-24T01:21:40.178 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.xLt3W0P37P is 6KB 2024-01-24T01:21:40.225 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.xLt3W0P37P 2024-01-24T01:21:40.243 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-01-24T01:21:40.313 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-24T01:21:40.314 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-24T01:21:40.314 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-24T01:21:40.314 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-24T01:21:40.315 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-24T01:21:40.491 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-01-24T01:22:08.812 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-24T01:22:08.812 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:22:08.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:22:10.494 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-24T01:22:10.495 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:22:10.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:22:27.264 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-24T01:22:29.052 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-01-24T01:22:36.272 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:22:36.273 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:22:38.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:22:38.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:22:39.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-24T01:22:41.116 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-01-24T01:22:51.332 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:22:51.333 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:22:53.119 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:22:53.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:23:23.445 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-24T01:23:23.717 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:23:23.717 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-24T01:23:23.717 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-24T01:23:23.734 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-536.el8.x86_64 2024-01-24T01:23:23.734 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T01:23:23.734 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T01:23:23.734 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T01:23:24.736 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T01:23:24.736 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:23:24.809 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-01-24T01:23:24.823 DEBUG:teuthology.parallel:result is None 2024-01-24T01:23:25.422 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-24T01:23:25.893 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:23:25.893 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-24T01:23:25.893 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-24T01:23:25.909 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-536.el8.x86_64 2024-01-24T01:23:25.909 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-24T01:23:25.909 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T01:23:25.909 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-24T01:23:26.910 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T01:23:26.911 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:23:26.980 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-01-24T01:23:26.996 DEBUG:teuthology.parallel:result is None 2024-01-24T01:23:26.996 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T01:23:27.006 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T01:23:27.006 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:23:27.009 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:23:27.030 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T01:23:27.045 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T01:23:27.060 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T01:23:27.060 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:23:27.071 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:23:27.127 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T01:23:27.138 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T01:23:27.139 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:23:27.145 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:23:27.179 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:23:27.183 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:23:27.189 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:23:27.193 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:23:27.195 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T01:23:27.206 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T01:23:27.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:23:27.238 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:23:27.267 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T01:23:27.277 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T01:23:27.277 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:23:27.308 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:23:27.327 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:23:27.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:23:27.459 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:23:27.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:23:27.587 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:23:27.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:23:27.654 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:23:27.703 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:23:27.764 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:23:27.810 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:23:27.852 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T01:23:27.852 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:23:27.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-01-24T01:23:27.924 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-01-24T01:23:27.991 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:23:28.040 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:23:28.500 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T01:23:28.512 INFO:teuthology.task.internal:Starting timer... 2024-01-24T01:23:28.512 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T01:23:28.534 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T01:23:28.551 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-24T01:23:28.552 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-01-24T01:23:28.630 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-01-24T01:23:28.631 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-01-24T01:23:28.712 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-01-24T01:23:28.714 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T01:23:28.714 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-01-24T01:23:28.741 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-01-24T01:23:28.741 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-01-24T01:23:28.786 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-01-24T01:23:28.786 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi105.front.sepia.ceph.com': 'permissive'} 2024-01-24T01:23:28.786 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:23:28.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:23:28.814 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:23:28.841 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:23:28.842 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T01:23:28.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-01-24T01:23:28.884 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-01-24T01:23:28.911 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T01:23:28.921 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-24T01:23:28.927 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-24T01:23:29.049 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T01:23:29.063 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-24T01:23:29.065 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T01:29:04.472 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2024-01-24T01:29:04.474 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:29:04.475 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:29:04.550 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-24T01:29:04.618 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-24T01:29:04.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:29:04.618 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:29:04.692 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-24T01:29:04.763 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-24T01:29:04.764 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T01:29:04.774 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T01:29:04.774 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:29:04.775 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:29:04.777 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:29:04.777 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:29:04.807 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T01:29:04.821 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T01:29:04.836 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T01:29:04.851 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T01:29:04.894 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-01-24T01:29:04.905 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-01-24T01:29:04.913 INFO:teuthology.orchestra.run.smithi105.stderr:sudo: ntpd: command not found 2024-01-24T01:29:04.919 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T01:29:04.924 INFO:teuthology.orchestra.run.smithi105.stdout:506 Cannot talk to daemon 2024-01-24T01:29:04.932 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T01:29:04.938 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T01:29:04.952 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T01:29:05.004 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-24T01:29:05.007 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:29:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-24T01:29:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.018 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-24T01:29:05.021 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:29:05.021 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-24T01:29:05.022 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.022 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.022 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.022 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:29:05.023 INFO:teuthology.run_tasks:Running task pexec... 2024-01-24T01:29:05.032 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-24T01:29:05.032 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-01-24T01:29:05.033 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T01:29:05.033 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T01:29:05.033 DEBUG:teuthology.orchestra.run.smithi105:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T01:29:05.825 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:20 ago on Wed 24 Jan 2024 01:27:45 AM UTC. 2024-01-24T01:29:05.840 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:20 ago on Wed 24 Jan 2024 01:27:45 AM UTC. 2024-01-24T01:29:07.791 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-24T01:29:07.791 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:07.792 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout:Resetting modules: 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:07.793 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:08.037 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T01:29:08.040 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-24T01:29:08.880 INFO:teuthology.orchestra.run.smithi105.stdout:Last metadata expiration check: 0:01:23 ago on Wed 24 Jan 2024 01:27:45 AM UTC. 2024-01-24T01:29:08.885 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:23 ago on Wed 24 Jan 2024 01:27:45 AM UTC. 2024-01-24T01:29:10.841 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-24T01:29:10.846 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-24T01:29:10.876 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:10.876 INFO:teuthology.orchestra.run.smithi105.stdout: Package Arch Version Repository Size 2024-01-24T01:29:10.876 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:10.876 INFO:teuthology.orchestra.run.smithi105.stdout:Installing group/module packages: 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T01:29:10.877 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:Installing weak dependencies: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:Installing module profiles: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools/common 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:Enabling module streams: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: container-tools rhel8 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout:Install 13 Packages 2024-01-24T01:29:10.878 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:10.879 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 27 M 2024-01-24T01:29:10.879 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 89 M 2024-01-24T01:29:10.879 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-24T01:29:10.881 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2024-01-24T01:29:10.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 27 M 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 89 M 2024-01-24T01:29:10.883 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-24T01:29:11.105 INFO:teuthology.orchestra.run.smithi105.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.5 MB/s | 750 kB 00:00 2024-01-24T01:29:11.138 INFO:teuthology.orchestra.run.smithi105.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.1 MB/s | 1.0 MB 00:00 2024-01-24T01:29:11.155 INFO:teuthology.orchestra.run.smithi105.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 757 kB/s | 38 kB 00:00 2024-01-24T01:29:11.189 INFO:teuthology.orchestra.run.smithi105.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-24T01:29:11.239 INFO:teuthology.orchestra.run.smithi105.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2024-01-24T01:29:11.277 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.6 MB/s | 750 kB 00:00 2024-01-24T01:29:11.281 INFO:teuthology.orchestra.run.smithi105.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2024-01-24T01:29:11.311 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.2 MB/s | 1.0 MB 00:00 2024-01-24T01:29:11.331 INFO:teuthology.orchestra.run.smithi105.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-01-24T01:29:11.336 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 645 kB/s | 38 kB 00:00 2024-01-24T01:29:11.361 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-24T01:29:11.412 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2024-01-24T01:29:11.432 INFO:teuthology.orchestra.run.smithi105.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 14 MB/s | 3.9 MB 00:00 2024-01-24T01:29:11.453 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2024-01-24T01:29:11.504 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-01-24T01:29:11.557 INFO:teuthology.orchestra.run.smithi105.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 16 MB/s | 9.6 MB 00:00 2024-01-24T01:29:11.607 INFO:teuthology.orchestra.run.smithi105.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2024-01-24T01:29:11.658 INFO:teuthology.orchestra.run.smithi105.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 11 MB/s | 2.5 MB 00:00 2024-01-24T01:29:11.683 INFO:teuthology.orchestra.run.smithi105.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 544 kB/s | 41 kB 00:00 2024-01-24T01:29:11.712 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2024-01-24T01:29:11.821 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2024-01-24T01:29:11.849 INFO:teuthology.orchestra.run.smithi105.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2024-01-24T01:29:11.850 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:29:11.850 INFO:teuthology.orchestra.run.smithi105.stdout:Total 27 MB/s | 27 MB 00:00 2024-01-24T01:29:11.863 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2024-01-24T01:29:11.930 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2024-01-24T01:29:11.971 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.8 MB/s | 2.5 MB 00:00 2024-01-24T01:29:12.114 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2024-01-24T01:29:12.114 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:29:12.114 INFO:teuthology.orchestra.run.smithi071.stdout:Total 22 MB/s | 27 MB 00:01 2024-01-24T01:29:12.115 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-24T01:29:12.135 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-24T01:29:12.136 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-24T01:29:12.376 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-24T01:29:12.383 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-24T01:29:12.387 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-24T01:29:12.396 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-24T01:29:12.397 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-24T01:29:12.647 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-24T01:29:12.650 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-24T01:29:13.098 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-24T01:29:13.289 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T01:29:13.377 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-24T01:29:13.509 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T01:29:13.632 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-24T01:29:13.686 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T01:29:13.787 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T01:29:13.911 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T01:29:14.032 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-24T01:29:14.264 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T01:29:14.467 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T01:29:14.807 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-24T01:29:15.429 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T01:29:15.693 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T01:29:15.900 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T01:29:16.138 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T01:29:16.177 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T01:29:16.428 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-24T01:29:16.526 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T01:29:16.662 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-24T01:29:16.956 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-24T01:29:17.348 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-24T01:29:17.392 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T01:29:17.597 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T01:29:17.775 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T01:29:18.196 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T01:29:18.270 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T01:29:18.498 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-24T01:29:18.667 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T01:29:18.777 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:18.778 INFO:teuthology.orchestra.run.smithi105.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:18.779 INFO:teuthology.orchestra.run.smithi105.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T01:29:18.779 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:29:18.779 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-24T01:29:19.055 DEBUG:teuthology.parallel:result is None 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-24T01:29:19.099 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-24T01:29:19.100 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-24T01:29:19.100 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-24T01:29:19.603 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-24T01:29:19.604 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-24T01:29:19.605 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T01:29:19.605 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-24T01:29:19.605 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-24T01:29:19.939 DEBUG:teuthology.parallel:result is None 2024-01-24T01:29:19.940 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T01:29:20.010 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T01:29:20.010 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-01-24T01:29:20.010 INFO:tasks.cephadm:Cluster fsid is ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:20.011 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T01:29:20.011 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T01:29:20.011 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi105': '172.21.15.105'} 2024-01-24T01:29:20.011 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T01:29:20.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-01-24T01:29:20.038 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-01-24T01:29:20.073 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-01-24T01:29:20.073 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.291 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 24 01:29 /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.292 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.503 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Jan 24 01:29 /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.503 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.525 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:29:20.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-01-24T01:29:20.591 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-01-24T01:29:20.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-01-24T01:29:20.658 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-01-24T01:29:20.692 INFO:tasks.cephadm:Writing seed config... 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T01:29:20.693 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T01:29:20.694 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:29:20.694 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T01:29:20.715 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 = ff1d8088-ba57-11ee-95b1-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-24T01:29:20.715 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service 2024-01-24T01:29:20.757 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T01:29:20.757 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.71 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:29:20.783 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Wed 2024-01-24 01:23:00 UTC. -- 2024-01-24T01:29:21.010 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T01:29:22.458 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-24T01:29:22.469 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2024-01-24T01:29:22.469 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T01:29:22.492 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-24T01:29:22.500 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2024-01-24T01:29:22.500 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2024-01-24T01:29:22.500 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2024-01-24T01:29:22.507 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:29:22.507 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2024-01-24T01:29:22.513 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:29:22.513 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-24T01:29:22.519 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-24T01:29:22.520 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2024-01-24T01:29:22.525 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-24T01:29:22.526 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-24T01:29:22.526 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2024-01-24T01:29:22.526 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-01-24T01:29:22.546 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-24T01:29:22.555 INFO:teuthology.orchestra.run.smithi071.stderr:podman|docker (/bin/podman) is present 2024-01-24T01:29:22.556 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2024-01-24T01:29:22.556 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2024-01-24T01:29:22.556 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chrony.service 2024-01-24T01:29:22.561 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:29:22.562 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chrony.service 2024-01-24T01:29:22.567 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:29:22.567 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled chronyd.service 2024-01-24T01:29:22.573 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-24T01:29:22.574 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active chronyd.service 2024-01-24T01:29:22.579 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-24T01:29:22.580 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-24T01:29:22.580 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2024-01-24T01:29:22.580 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:22.580 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 139744859242624 on /run/cephadm/ff1d8088-ba57-11ee-95b1-87774f69a715.lock 2024-01-24T01:29:22.580 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139744859242624 acquired on /run/cephadm/ff1d8088-ba57-11ee-95b1-87774f69a715.lock 2024-01-24T01:29:22.581 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2024-01-24T01:29:22.581 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2024-01-24T01:29:22.581 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP is 172.21.15.71, final addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-24T01:29:22.581 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip route ls 2024-01-24T01:29:22.583 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-01-24T01:29:22.583 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-24T01:29:22.584 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 route ls 2024-01-24T01:29:22.586 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T01:29:22.586 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-24T01:29:22.586 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1783sec hoplimit 64 pref medium 2024-01-24T01:29:22.587 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /sbin/ip -6 addr ls 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2024-01-24T01:29:22.589 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:29:22.590 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP 172.21.15.71 is in CIDR network 172.21.0.0/20 2024-01-24T01:29:22.590 INFO:teuthology.orchestra.run.smithi071.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T01:29:22.591 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-01-24T01:29:22.591 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-01-24T01:29:22.687 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-01-24T01:29:29.174 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2024-01-24T01:29:29.187 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-01-24T01:29:29.187 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-01-24T01:29:41.027 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-24T01:29:41.094 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2024-01-24T01:29:41.453 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-01-24T01:29:41.463 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-01-24T01:29:42.047 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-24T01:29:42.400 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-01-24T01:29:42.401 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T01:29:42.401 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-01-24T01:29:42.673 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2024-01-24T01:29:42.991 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2024-01-24T01:29:42.991 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-24T01:29:43.311 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAHaLBlFnC8ERAAoXBNFqZ8P7q21dTHmW7Xng== 2024-01-24T01:29:43.652 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-24T01:29:43.928 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAHaLBlLkw/NhAAkROnz+Sce+x18NLgLa79HQ== 2024-01-24T01:29:44.277 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-01-24T01:29:44.594 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAIaLBl6qSWIhAA5AJyOeORqgFHoYBjamI5Mw== 2024-01-24T01:29:44.942 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2024-01-24T01:29:44.942 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmplhiulk0f:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 --addv smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] /tmp/monmap 2024-01-24T01:29:45.269 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:29:45.270 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:45.270 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:29:45.617 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:29:45.617 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:45.617 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:29:45.617 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:29:45.617 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2024-01-24T01:29:45.620 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmpd0rkji5x:/tmp/keyring:z -v /tmp/ceph-tmplhiulk0f:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi071 --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.908+0000 7f0541218700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.909+0000 7f0541218700 1 imported monmap: 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T01:29:45.234242+0000 2024-01-24T01:29:45.937 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2024-01-24T01:29:45.234242+0000 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.909+0000 7f0541218700 0 /usr/bin/ceph-mon: set fsid to ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Compile date May 13 2021 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: DB SUMMARY 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.938 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.create_if_missing: 1 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.env: 0x5582874a31c0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.info_log: 0x558288b32ec0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:29:45.939 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.db_log_dir: 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:29:45.940 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.write_buffer_manager: 0x558288b39530 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:29:45.941 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.row_cache: None 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.wal_filter: None 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:29:45.942 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:29:45.943 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Compression algorithms supported: 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kZSTD supported: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.910+0000 7f0541218700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T01:29:45.944 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.merge_operator: 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558288a4a120) 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T01:29:45.945 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x558288a80d10 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T01:29:45.946 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T01:29:45.947 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.num_levels: 7 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:29:45.948 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:29:45.949 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:29:45.950 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:29:45.951 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-24T01:29:45.952 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.911+0000 7f0541218700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.914+0000 7f0541218700 4 rocksdb: DB pointer 0x558288b45800 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.914+0000 7f052a0b1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.914+0000 7f052a0b1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.953 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.954 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:29:45.955 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.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-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.915+0000 7f0541218700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.915+0000 7f0541218700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T01:29:45.956 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:29:45.915+0000 7f0541218700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2024-01-24T01:29:46.287 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2024-01-24T01:29:46.287 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:46.292 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl disable ceph.target 2024-01-24T01:29:46.380 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph.target 2024-01-24T01:29:46.387 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-24T01:29:46.465 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph.target 2024-01-24T01:29:46.472 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target 2024-01-24T01:29:46.479 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target. 2024-01-24T01:29:46.479 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target. 2024-01-24T01:29:46.556 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target 2024-01-24T01:29:46.579 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2024-01-24T01:29:46.661 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:29:46.683 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:29:46.689 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service: Unit ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service not loaded. 2024-01-24T01:29:46.689 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:29:46.695 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target.wants/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service → /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@.service. 2024-01-24T01:29:46.776 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:29:46.815 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:46 smithi071 systemd[1]: Starting Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715... 2024-01-24T01:29:47.115 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T01:29:47.123 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-24T01:29:47.124 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T01:29:47.131 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:29:47.131 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-24T01:29:47.131 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:29:47.132 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-24T01:29:47.132 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2024-01-24T01:29:47.132 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2024-01-24T01:29:47.132 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-01-24T01:29:47.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:47 smithi071 bash[34096]: d1b069824175da6ba2666b4dbfaf1e9c9732b5f504143c5f46cada6ce6fe40c3 2024-01-24T01:29:47.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:47 smithi071 systemd[1]: Started Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715. 2024-01-24T01:29:47.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.124296+0000 mon.smithi071 (mon.0) 0 : [INF] mkfs ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:47.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.111276+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.473637s) 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T01:29:47.595 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T01:29:47.596 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2024-01-24T01:29:47.596 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:47.938 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2024-01-24T01:29:47.938 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T01:29:47.938 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi071/config 2024-01-24T01:29:48.156 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.118952+0000 mon.smithi071 (mon.0) 2 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-24T01:29:48.157 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.121327+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-01-24T01:29:48.157 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.128236+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T01:29:48.157 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.137141+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:29:48.157 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: cluster 2024-01-24T01:29:47.138950+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:29:48.157 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: audit 2024-01-24T01:29:47.592556+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/3270235048' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2024-01-24T01:29:48.518 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T01:29:48.519 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:48.519 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2024-01-24T01:29:48.519 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T01:29:48.519 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-01-24T01:29:48.519 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T01:29:49.121 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2024-01-24T01:29:49.121 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/mon.smithi071:/var/lib/ceph/mon/ceph-smithi071:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi071/config 2024-01-24T01:29:49.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: audit 2024-01-24T01:29:48.476215+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/2268348872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:29:49.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: audit 2024-01-24T01:29:48.479454+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/2268348872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T01:29:49.913 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2024-01-24T01:29:49.913 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl restart ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:29:50.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:49 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715... 2024-01-24T01:29:50.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: debug 2024-01-24T01:29:50.001+0000 7feb0bd09700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-24T01:29:50.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34110]: debug 2024-01-24T01:29:50.001+0000 7feb0bd09700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T01:29:50.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 podman[34432]: ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071 2024-01-24T01:29:50.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 systemd[1]: ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service: Succeeded. 2024-01-24T01:29:50.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715. 2024-01-24T01:29:50.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 systemd[1]: Starting Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715... 2024-01-24T01:29:50.687 INFO:teuthology.orchestra.run.smithi071.stderr:Setting mon public_network to 172.21.0.0/20 2024-01-24T01:29:50.688 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 bash[34504]: 110da289cdebb989dff94587ae90d2911c4781ee9a5cc109653b68d9b2cd20b1 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.683+0000 7f3402f22700 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.683+0000 7f3402f22700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.683+0000 7f3402f22700 0 pidfile_write: ignore empty --pid-file 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 systemd[1]: Started Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715. 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 0 load: jerasure load: lrc load: isa 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Compile date May 13 2021 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: DB SUMMARY 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: CURRENT file: CURRENT 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 79878 ; 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.create_if_missing: 0 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.env: 0x55ade30581c0 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:29:50.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.info_log: 0x55ade4bbd960 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:29:50.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.db_log_dir: 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.688+0000 7f3402f22700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.write_buffer_manager: 0x55ade5832030 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:29:50.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.row_cache: None 2024-01-24T01:29:50.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.wal_filter: None 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:29:50.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Compression algorithms supported: 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:29:50.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kZSTD supported: 0 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.merge_operator: 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:29:50.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ade4ad4128) 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cache_index_and_filter_blocks: 1 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: pin_top_level_index_and_filter: 1 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: index_type: 0 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: data_block_index_type: 0 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: index_shortening: 1 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: hash_index_allow_collision: 1 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: checksum: 1 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: no_block_cache: 0 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_cache: 0x55ade4b0af10 2024-01-24T01:29:50.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_cache_name: BinnedLRUCache 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_cache_options: 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: capacity : 536870912 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: num_shard_bits : 4 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: strict_capacity_limit : 0 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: high_pri_pool_ratio: 0.000 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_cache_compressed: (nil) 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: persistent_cache: (nil) 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_size: 4096 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_size_deviation: 10 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_restart_interval: 16 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: index_block_restart_interval: 1 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: metadata_block_size: 4096 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: partition_filters: 0 2024-01-24T01:29:50.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: use_delta_encoding: 1 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: whole_key_filtering: 1 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: verify_compression: 0 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: read_amp_bytes_per_bit: 0 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: format_version: 2 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: enable_index_compression: 1 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: block_align: 0 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:29:50.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.num_levels: 7 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:29:50.977 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:29:50.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:29:50.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:29:50.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:29:50.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:29:50.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:29:50.982 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.689+0000 7f3402f22700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.690+0000 7f3402f22700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059790690574, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.690+0000 7f3402f22700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.690+0000 7f3402f22700 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-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.691+0000 7f3402f22700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059790691744, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76866, "table_properties": {"data_size": 75163, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9152, "raw_average_key_size": 47, "raw_value_size": 69866, "raw_average_value_size": 362, "num_data_blocks": 10, "num_entries": 193, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706059790, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.691+0000 7f3402f22700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.691+0000 7f3402f22700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706059790692290, "job": 1, "event": "recovery_finished"} 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.692+0000 7f3402f22700 4 rocksdb: DB pointer 0x55ade4bcf800 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.693+0000 7f33e9d3a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.693+0000 7f33e9d3a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** DB Stats ** 2024-01-24T01:29:50.983 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** Compaction Stats [default] ** 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: L0 2/0 76.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Sum 2/0 76.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** Compaction Stats [default] ** 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Cumulative compaction: 0.00 GB write, 19.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Interval compaction: 0.00 GB write, 19.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.985 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** Compaction Stats [default] ** 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: L0 2/0 76.76 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Sum 2/0 76.76 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** Compaction Stats [default] ** 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 92.3 0.00 0.00 1 0.001 0 0 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:29:50.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Cumulative compaction: 0.00 GB write, 19.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.693+0000 7f3402f22700 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 1 mon.smithi071@-1(???) e1 preinit fsid ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).mds e1 new map 2024-01-24T01:29:50.987 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).mds e1 print_map 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: e1 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: legacy client fscid: -1 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: No filesystems configured 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:48.476215+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/2268348872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:48.479454+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/2268348872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.695+0000 7f3402f22700 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T01:29:50.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expand map: {default=false} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta from 'false' to 'false' 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expanded map: {default=false} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expand map: {default=info} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta from 'info' to 'info' 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expanded map: {default=info} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expand map: {default=daemon} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expand map: {default=debug} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:29:50.696+0000 7f3402f22700 20 expand_channel_meta expanded map: {default=debug} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:50.712290+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:50.712396+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:50.712455+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T01:29:50.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:50.712500+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:29:50.990 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:50.713089+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:29:51.479 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T01:29:51.479 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:29:51.479 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2024-01-24T01:29:51.479 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2024-01-24T01:29:51.481 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl daemon-reload 2024-01-24T01:29:51.571 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg 2024-01-24T01:29:51.599 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl reset-failed ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg 2024-01-24T01:29:51.604 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg.service: Unit ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg.service not loaded. 2024-01-24T01:29:51.604 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl enable ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg 2024-01-24T01:29:51.610 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715.target.wants/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg.service → /etc/systemd/system/ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@.service. 2024-01-24T01:29:51.695 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mgr.smithi071.vlmldg 2024-01-24T01:29:52.038 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T01:29:52.047 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-24T01:29:52.047 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T01:29:52.054 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:29:52.055 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-24T01:29:52.055 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:29:52.055 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-01-24T01:29:52.055 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T01:29:52.062 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-24T01:29:52.063 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T01:29:52.070 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:29:52.071 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-24T01:29:52.071 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T01:29:52.071 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2024-01-24T01:29:52.071 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2024-01-24T01:29:52.071 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-24T01:29:52.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:51.116937+0000 mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/953156457' entity='client.admin' 2024-01-24T01:29:52.550 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:52.552 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:29:52.552 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "ff1d8088-ba57-11ee-95b1-87774f69a715", 2024-01-24T01:29:52.552 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:29:52.553 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:29:52.554 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:29:52.557 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:29:52.557 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:29:52.557 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.557 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:29:52.557 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:29:52.558 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:29:47.124705+0000", 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:29:52.559 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:29:52.937 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2024-01-24T01:29:53.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:52.549026+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/1561994217' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:29:54.939 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-24T01:29:55.435 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "ff1d8088-ba57-11ee-95b1-87774f69a715", 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:29:55.436 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:55.438 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:29:55.439 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.443 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:29:55.444 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:29:47.124705+0000", 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:29:55.445 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:29:55.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:55.433806+0000 mon.smithi071 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/2046221707' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:29:55.802 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2024-01-24T01:29:57.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:56.969271+0000 mon.smithi071 (mon.0) 9 : cluster [INF] Activating manager daemon smithi071.vlmldg 2024-01-24T01:29:57.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:56.971932+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.vlmldg(active, starting, since 0.00277403s) 2024-01-24T01:29:57.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.972779+0000 mon.smithi071 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:29:57.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.972902+0000 mon.smithi071 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:29:57.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.973014+0000 mon.smithi071 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.973147+0000 mon.smithi071 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.973455+0000 mon.smithi071 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mgr metadata", "who": "smithi071.vlmldg", "id": "smithi071.vlmldg"}]: dispatch 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:56.986840+0000 mon.smithi071 (mon.0) 16 : cluster [INF] Manager daemon smithi071.vlmldg is now available 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.994810+0000 mon.smithi071 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.998401+0000 mon.smithi071 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:56.999523+0000 mon.smithi071 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:57.007068+0000 mon.smithi071 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' 2024-01-24T01:29:57.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:57.009189+0000 mon.smithi071 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/3648192935' entity='mgr.smithi071.vlmldg' 2024-01-24T01:29:57.805 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "ff1d8088-ba57-11ee-95b1-87774f69a715", 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:29:58.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:29:58.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:29:58.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:29:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:29:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:29:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:29:58.383 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:29:58.384 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:29:47.124705+0000", 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:29:58.385 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:29:58.735 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2024-01-24T01:29:58.735 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2024-01-24T01:29:58.736 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-01-24T01:29:59.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:57.974662+0000 mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.vlmldg(active, since 1.0055s) 2024-01-24T01:29:59.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:58.374979+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/222446447' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:30:00.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:29:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:59.324200+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/1804384017' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T01:30:00.352 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 4, 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.vlmldg", 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:30:00.911 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:30:01.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:29:59.975549+0000 mon.smithi071 (mon.0) 25 : audit [INF] from='client.? 172.21.15.71:0/1804384017' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T01:30:01.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:29:59.975627+0000 mon.smithi071 (mon.0) 26 : cluster [DBG] mgrmap e4: smithi071.vlmldg(active, since 3s) 2024-01-24T01:30:01.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:00.910034+0000 mon.smithi071 (mon.0) 27 : audit [DBG] from='client.? 172.21.15.71:0/1862139222' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:30:01.288 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-24T01:30:01.288 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 4... 2024-01-24T01:30:01.288 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-24T01:30:05.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:04.903505+0000 mon.smithi071 (mon.0) 28 : cluster [INF] Active manager daemon smithi071.vlmldg restarted 2024-01-24T01:30:05.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:04.903946+0000 mon.smithi071 (mon.0) 29 : cluster [INF] Activating manager daemon smithi071.vlmldg 2024-01-24T01:30:05.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:04.905683+0000 mon.smithi071 (mon.0) 30 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T01:30:05.974 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:30:05.974 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 6, 2024-01-24T01:30:05.974 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:30:05.974 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:30:06.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:04.956290+0000 mon.smithi071 (mon.0) 31 : cluster [DBG] mgrmap e5: smithi071.vlmldg(active, starting, since 0.0524165s) 2024-01-24T01:30:06.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.957254+0000 mon.smithi071 (mon.0) 32 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-24T01:30:06.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.957826+0000 mon.smithi071 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mgr metadata", "who": "smithi071.vlmldg", "id": "smithi071.vlmldg"}]: dispatch 2024-01-24T01:30:06.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.958801+0000 mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:30:06.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.958946+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.959053+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:04.972778+0000 mon.smithi071 (mon.0) 37 : cluster [INF] Manager daemon smithi071.vlmldg is now available 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.988334+0000 mon.smithi071 (mon.0) 38 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.991612+0000 mon.smithi071 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:04.994714+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.084241+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.084903+0000 mon.smithi071 (mon.0) 42 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.085972+0000 mon.smithi071 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.087339+0000 mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.097082+0000 mon.smithi071 (mon.0) 45 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:30:06.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.098205+0000 mon.smithi071 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:30:06.500 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 4 is available 2024-01-24T01:30:06.501 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2024-01-24T01:30:06.501 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-01-24T01:30:07.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.965408+0000 mgr.smithi071.vlmldg (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:30:07.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:05.966179+0000 mon.smithi071 (mon.0) 47 : cluster [DBG] mgrmap e6: smithi071.vlmldg(active, since 1.0623s) 2024-01-24T01:30:07.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:05.972484+0000 mgr.smithi071.vlmldg (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:30:07.455 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-01-24T01:30:07.987 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2024-01-24T01:30:08.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:06.968294+0000 mon.smithi071 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi071.vlmldg(active, since 2s) 2024-01-24T01:30:08.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:07.028500+0000 mon.smithi071 (mon.0) 49 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:08.302 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:07.031493+0000 mon.smithi071 (mon.0) 50 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:08.349 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2024-01-24T01:30:08.349 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-01-24T01:30:09.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:07.025044+0000 mgr.smithi071.vlmldg (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:09.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:07.986555+0000 mgr.smithi071.vlmldg (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:09.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:08.923750+0000 mon.smithi071 (mon.0) 51 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:09.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:08.928429+0000 mon.smithi071 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:09.267 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-01-24T01:30:09.782 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVwnNQ9Mi6H2QMZSTV7aa8g8HxlPFflK3OlJxvGkGFDyi5ihdDpGhT2nCoG9R3Q8mxDFw46sGCiCKhHyIkQ1cR8U1x5srxmjzMRPzLTWkySc2j14DRNZ6A3qqKToBfAVjB+8zQmjEXpeIYbpHD58Q/ApQeeBbh09rtxz7caaLn8XwWEsAY1c/w38c5BPOGA30V1TpevKqwWJ2q11urgqw/qN39bZzeywONexVNYbHHRFnoPOs+QqTbjQdChB9Glxe88jTxUROhORx95KB124VdfTf4Qdfd1C8nbfRAEbsIIHzRq778oakj6NPD6Sl1QKivIPkfBXXxxm2BDLWyfSIjdQEHSd95Q82TXlhbZ6Jgl0t/5vw2vgFn7IcAJIlTejfn7r9+fA6huCpkLH9jecgaeuV6xn/v6ywTBG3FRZ68m7G/gWxg+nIt/r8zXsFOz9bhfdJLruV4dsbDXjTnRwvy6VNFjJ3flTy6eAE1VUJoBrgzLI4cnvk7vGkpm7BhbEk= ceph-ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:30:10.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:08.821774+0000 mgr.smithi071.vlmldg (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-01-24T01:30:10.149 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:30:10.150 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T01:30:10.150 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2024-01-24T01:30:10.150 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi071 172.21.15.71 2024-01-24T01:30:11.287 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' 2024-01-24T01:30:11.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:09.781641+0000 mgr.smithi071.vlmldg (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:12.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:10.636343+0000 mgr.smithi071.vlmldg (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:12.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:11.284687+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:12.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:11.285202+0000 mon.smithi071 (mon.0) 54 : audit [DBG] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:13.205 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2024-01-24T01:30:13.205 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-01-24T01:30:13.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:11.284980+0000 mgr.smithi071.vlmldg (mgr.14114) 9 : cephadm [INF] Added host smithi071 2024-01-24T01:30:14.577 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T01:30:15.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:14.573179+0000 mgr.smithi071.vlmldg (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:15.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:14.573962+0000 mgr.smithi071.vlmldg (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T01:30:15.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:14.576071+0000 mon.smithi071 (mon.0) 55 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2024-01-24T01:30:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-01-24T01:30:18.104 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T01:30:19.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:18.089267+0000 mgr.smithi071.vlmldg (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:19.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:18.089771+0000 mgr.smithi071.vlmldg (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T01:30:19.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:18.091827+0000 mon.smithi071 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:20.231 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2024-01-24T01:30:20.231 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-01-24T01:30:20.835 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T01:30:21.455 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling mgr prometheus module... 2024-01-24T01:30:21.455 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-01-24T01:30:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:20.828549+0000 mgr.smithi071.vlmldg (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:20.829224+0000 mgr.smithi071.vlmldg (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T01:30:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:20.834047+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:21.175248+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:21.446279+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:22.048021+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='client.? 172.21.15.71:0/598667381' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T01:30:23.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:22.283432+0000 mon.smithi071 (mon.0) 61 : audit [INF] from='mgr.14114 172.21.15.71:0/2471484324' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:23.305 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2024-01-24T01:30:23.305 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-01-24T01:30:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:22.841479+0000 mon.smithi071 (mon.0) 62 : audit [INF] from='client.? 172.21.15.71:0/598667381' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T01:30:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:22.841528+0000 mon.smithi071 (mon.0) 63 : cluster [DBG] mgrmap e8: smithi071.vlmldg(active, since 17s) 2024-01-24T01:30:28.795 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:27.735317+0000 mon.smithi071 (mon.0) 64 : cluster [INF] Active manager daemon smithi071.vlmldg restarted 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:27.735746+0000 mon.smithi071 (mon.0) 65 : cluster [INF] Activating manager daemon smithi071.vlmldg 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:27.737284+0000 mon.smithi071 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:27.788161+0000 mon.smithi071 (mon.0) 67 : cluster [DBG] mgrmap e9: smithi071.vlmldg(active, starting, since 0.0525184s) 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.789105+0000 mon.smithi071 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-24T01:30:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.789656+0000 mon.smithi071 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mgr metadata", "who": "smithi071.vlmldg", "id": "smithi071.vlmldg"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.790433+0000 mon.smithi071 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.790581+0000 mon.smithi071 (mon.0) 71 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.790710+0000 mon.smithi071 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:27.803822+0000 mon.smithi071 (mon.0) 73 : cluster [INF] Manager daemon smithi071.vlmldg is now available 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.905165+0000 mon.smithi071 (mon.0) 74 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.906651+0000 mon.smithi071 (mon.0) 75 : audit [DBG] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.922377+0000 mon.smithi071 (mon.0) 76 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:30:28.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:27.930129+0000 mon.smithi071 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:30:29.137 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2024-01-24T01:30:29.137 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-01-24T01:30:29.893 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T01:30:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:28.740724+0000 mon.smithi071 (mon.0) 78 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:28.790803+0000 mon.smithi071 (mon.0) 79 : cluster [DBG] mgrmap e10: smithi071.vlmldg(active, since 1.05516s) 2024-01-24T01:30:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:28.791765+0000 mgr.smithi071.vlmldg (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T01:30:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:28.794494+0000 mon.smithi071 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:30.278 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2024-01-24T01:30:30.278 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-01-24T01:30:30.815 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:29.888370+0000 mgr.smithi071.vlmldg (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:29.888895+0000 mgr.smithi071.vlmldg (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:29.891815+0000 mon.smithi071 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:30.743645+0000 mon.smithi071 (mon.0) 82 : cluster [DBG] mgrmap e11: smithi071.vlmldg(active, since 3s) 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:30.811587+0000 mgr.smithi071.vlmldg (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:30.812235+0000 mgr.smithi071.vlmldg (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T01:30:31.097 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:30.814366+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:31.153 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2024-01-24T01:30:31.153 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-01-24T01:30:31.675 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T01:30:32.020 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-01-24T01:30:32.771 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:31.671940+0000 mgr.smithi071.vlmldg (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:32.772 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:31.672408+0000 mgr.smithi071.vlmldg (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T01:30:32.772 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:31.674689+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='mgr.14142 172.21.15.71:0/2170515830' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:32.772 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:32.482671+0000 mon.smithi071 (mon.0) 85 : audit [INF] from='client.? 172.21.15.71:0/2647436418' entity='client.admin' 2024-01-24T01:30:32.820 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-01-24T01:30:33.703 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2024-01-24T01:30:33.703 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-01-24T01:30:34.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:33.363259+0000 mon.smithi071 (mon.0) 86 : audit [INF] from='client.? 172.21.15.71:0/1654621073' entity='client.admin' 2024-01-24T01:30:34.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:34.264472+0000 mon.smithi071 (mon.0) 87 : audit [INF] from='client.? 172.21.15.71:0/1988111252' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T01:30:34.703 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 12, 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.vlmldg", 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:30:35.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:30:35.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:34.364568+0000 mon.smithi071 (mon.0) 88 : audit [INF] from='client.? 172.21.15.71:0/1988111252' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T01:30:35.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:34.364611+0000 mon.smithi071 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi071.vlmldg(active, since 6s) 2024-01-24T01:30:35.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:35.275957+0000 mon.smithi071 (mon.0) 90 : audit [DBG] from='client.? 172.21.15.71:0/2896158489' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:30:35.668 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-24T01:30:35.669 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 12... 2024-01-24T01:30:35.669 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-01-24T01:30:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:39.325513+0000 mon.smithi071 (mon.0) 91 : cluster [INF] Active manager daemon smithi071.vlmldg restarted 2024-01-24T01:30:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:39.325896+0000 mon.smithi071 (mon.0) 92 : cluster [INF] Activating manager daemon smithi071.vlmldg 2024-01-24T01:30:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:39.327594+0000 mon.smithi071 (mon.0) 93 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T01:30:40.394 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-24T01:30:40.394 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 14, 2024-01-24T01:30:40.394 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:30:40.394 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:39.378444+0000 mon.smithi071 (mon.0) 94 : cluster [DBG] mgrmap e13: smithi071.vlmldg(active, starting, since 0.052635s) 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.381037+0000 mon.smithi071 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.381679+0000 mon.smithi071 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mgr metadata", "who": "smithi071.vlmldg", "id": "smithi071.vlmldg"}]: dispatch 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.382482+0000 mon.smithi071 (mon.0) 97 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.382671+0000 mon.smithi071 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.382760+0000 mon.smithi071 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:39.396296+0000 mon.smithi071 (mon.0) 100 : cluster [INF] Manager daemon smithi071.vlmldg is now available 2024-01-24T01:30:40.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.493992+0000 mon.smithi071 (mon.0) 101 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:40.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.495309+0000 mon.smithi071 (mon.0) 102 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:30:40.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.512499+0000 mon.smithi071 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:30:40.465 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:39.520982+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:30:40.878 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 12 is available 2024-01-24T01:30:40.878 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2024-01-24T01:30:40.878 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-01-24T01:30:41.612 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T01:30:41.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:40.387071+0000 mgr.smithi071.vlmldg (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:30:41.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:40.387808+0000 mon.smithi071 (mon.0) 105 : cluster [DBG] mgrmap e14: smithi071.vlmldg(active, since 1.062s) 2024-01-24T01:30:41.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:40.392117+0000 mon.smithi071 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:41.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:40.393351+0000 mgr.smithi071.vlmldg (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:30:41.967 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2024-01-24T01:30:41.967 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp9qxl_osw:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-01-24T01:30:42.713 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$I3z1YAIYw1MP.7hltqSyIuE76W4D/eBUvQHGzggGge6edmvR1t0.O", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706059842, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T01:30:42.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:41.447804+0000 mgr.smithi071.vlmldg (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:42.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:41.606121+0000 mon.smithi071 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:42.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:41.611277+0000 mon.smithi071 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:42.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:41.714845+0000 mon.smithi071 (mon.0) 109 : cluster [DBG] mgrmap e15: smithi071.vlmldg(active, since 2s) 2024-01-24T01:30:43.076 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2024-01-24T01:30:43.076 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqqzj1m37:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprf08ktks:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-01-24T01:30:43.584 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2024-01-24T01:30:43.886 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:42.495196+0000 mgr.smithi071.vlmldg (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:30:43.886 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:42.712000+0000 mon.smithi071 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:43.886 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:43.583371+0000 mon.smithi071 (mon.0) 111 : audit [DBG] from='client.? 172.21.15.71:0/580665102' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T01:30:43.917 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-enabled firewalld.service 2024-01-24T01:30:43.925 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-24T01:30:43.926 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: systemctl is-active firewalld.service 2024-01-24T01:30:43.932 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-24T01:30:43.933 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-24T01:30:43.933 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: Password: nw90xdfn4f 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI with: 2024-01-24T01:30:43.936 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr:Releasing lock 139744859242624 on /run/cephadm/ff1d8088-ba57-11ee-95b1-87774f69a715.lock 2024-01-24T01:30:43.937 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 139744859242624 released on /run/cephadm/ff1d8088-ba57-11ee-95b1-87774f69a715.lock 2024-01-24T01:30:43.967 INFO:tasks.cephadm:Fetching config... 2024-01-24T01:30:43.967 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:30:43.967 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T01:30:43.986 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T01:30:43.986 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:30:43.986 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T01:30:44.044 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T01:30:44.044 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:30:44.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/mon.smithi071/keyring of=/dev/stdout 2024-01-24T01:30:44.114 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T01:30:44.114 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-24T01:30:44.114 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T01:30:44.172 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T01:30:44.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVwnNQ9Mi6H2QMZSTV7aa8g8HxlPFflK3OlJxvGkGFDyi5ihdDpGhT2nCoG9R3Q8mxDFw46sGCiCKhHyIkQ1cR8U1x5srxmjzMRPzLTWkySc2j14DRNZ6A3qqKToBfAVjB+8zQmjEXpeIYbpHD58Q/ApQeeBbh09rtxz7caaLn8XwWEsAY1c/w38c5BPOGA30V1TpevKqwWJ2q11urgqw/qN39bZzeywONexVNYbHHRFnoPOs+QqTbjQdChB9Glxe88jTxUROhORx95KB124VdfTf4Qdfd1C8nbfRAEbsIIHzRq778oakj6NPD6Sl1QKivIPkfBXXxxm2BDLWyfSIjdQEHSd95Q82TXlhbZ6Jgl0t/5vw2vgFn7IcAJIlTejfn7r9+fA6huCpkLH9jecgaeuV6xn/v6ywTBG3FRZ68m7G/gWxg+nIt/r8zXsFOz9bhfdJLruV4dsbDXjTnRwvy6VNFjJ3flTy6eAE1VUJoBrgzLI4cnvk7vGkpm7BhbEk= ceph-ff1d8088-ba57-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:30:44.251 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVwnNQ9Mi6H2QMZSTV7aa8g8HxlPFflK3OlJxvGkGFDyi5ihdDpGhT2nCoG9R3Q8mxDFw46sGCiCKhHyIkQ1cR8U1x5srxmjzMRPzLTWkySc2j14DRNZ6A3qqKToBfAVjB+8zQmjEXpeIYbpHD58Q/ApQeeBbh09rtxz7caaLn8XwWEsAY1c/w38c5BPOGA30V1TpevKqwWJ2q11urgqw/qN39bZzeywONexVNYbHHRFnoPOs+QqTbjQdChB9Glxe88jTxUROhORx95KB124VdfTf4Qdfd1C8nbfRAEbsIIHzRq778oakj6NPD6Sl1QKivIPkfBXXxxm2BDLWyfSIjdQEHSd95Q82TXlhbZ6Jgl0t/5vw2vgFn7IcAJIlTejfn7r9+fA6huCpkLH9jecgaeuV6xn/v6ywTBG3FRZ68m7G/gWxg+nIt/r8zXsFOz9bhfdJLruV4dsbDXjTnRwvy6VNFjJ3flTy6eAE1VUJoBrgzLI4cnvk7vGkpm7BhbEk= ceph-ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:30:44.262 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVwnNQ9Mi6H2QMZSTV7aa8g8HxlPFflK3OlJxvGkGFDyi5ihdDpGhT2nCoG9R3Q8mxDFw46sGCiCKhHyIkQ1cR8U1x5srxmjzMRPzLTWkySc2j14DRNZ6A3qqKToBfAVjB+8zQmjEXpeIYbpHD58Q/ApQeeBbh09rtxz7caaLn8XwWEsAY1c/w38c5BPOGA30V1TpevKqwWJ2q11urgqw/qN39bZzeywONexVNYbHHRFnoPOs+QqTbjQdChB9Glxe88jTxUROhORx95KB124VdfTf4Qdfd1C8nbfRAEbsIIHzRq778oakj6NPD6Sl1QKivIPkfBXXxxm2BDLWyfSIjdQEHSd95Q82TXlhbZ6Jgl0t/5vw2vgFn7IcAJIlTejfn7r9+fA6huCpkLH9jecgaeuV6xn/v6ywTBG3FRZ68m7G/gWxg+nIt/r8zXsFOz9bhfdJLruV4dsbDXjTnRwvy6VNFjJ3flTy6eAE1VUJoBrgzLI4cnvk7vGkpm7BhbEk= ceph-ff1d8088-ba57-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:30:44.307 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCVwnNQ9Mi6H2QMZSTV7aa8g8HxlPFflK3OlJxvGkGFDyi5ihdDpGhT2nCoG9R3Q8mxDFw46sGCiCKhHyIkQ1cR8U1x5srxmjzMRPzLTWkySc2j14DRNZ6A3qqKToBfAVjB+8zQmjEXpeIYbpHD58Q/ApQeeBbh09rtxz7caaLn8XwWEsAY1c/w38c5BPOGA30V1TpevKqwWJ2q11urgqw/qN39bZzeywONexVNYbHHRFnoPOs+QqTbjQdChB9Glxe88jTxUROhORx95KB124VdfTf4Qdfd1C8nbfRAEbsIIHzRq778oakj6NPD6Sl1QKivIPkfBXXxxm2BDLWyfSIjdQEHSd95Q82TXlhbZ6Jgl0t/5vw2vgFn7IcAJIlTejfn7r9+fA6huCpkLH9jecgaeuV6xn/v6ywTBG3FRZ68m7G/gWxg+nIt/r8zXsFOz9bhfdJLruV4dsbDXjTnRwvy6VNFjJ3flTy6eAE1VUJoBrgzLI4cnvk7vGkpm7BhbEk= ceph-ff1d8088-ba57-11ee-95b1-87774f69a715 2024-01-24T01:30:44.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T01:30:46.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:45.403757+0000 mon.smithi071 (mon.0) 112 : cluster [DBG] mgrmap e16: smithi071.vlmldg(active, since 6s) 2024-01-24T01:30:46.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:45.943463+0000 mon.smithi071 (mon.0) 113 : audit [INF] from='client.? 172.21.15.71:0/822600956' entity='client.admin' 2024-01-24T01:30:46.554 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-01-24T01:30:46.554 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T01:30:46.554 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-01-24T01:30:46.577 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-24T01:30:46.577 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:30:46.637 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-01-24T01:30:46.637 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph orch host add smithi105 2024-01-24T01:30:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:48.521807+0000 mon.smithi071 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:30:48.787052+0000 mon.smithi071 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:30:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:30:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:30:48.793402+0000 mgr.smithi071.vlmldg (mgr.14162) 5 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2024-01-24T01:31:00.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:30:59.383734+0000 mgr.smithi071.vlmldg (mgr.14162) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:01.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:01.384076+0000 mgr.smithi071.vlmldg (mgr.14162) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:03.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:03.384391+0000 mgr.smithi071.vlmldg (mgr.14162) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:05.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:05.384745+0000 mgr.smithi071.vlmldg (mgr.14162) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:07.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:07.385136+0000 mgr.smithi071.vlmldg (mgr.14162) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:08.111 INFO:teuthology.orchestra.run.smithi105.stdout:Added host 'smithi105' 2024-01-24T01:31:08.443 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T01:31:09.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:07.492572+0000 mgr.smithi071.vlmldg (mgr.14162) 11 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:31:09.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:08.108436+0000 mon.smithi071 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:31:09.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:31:08.108823+0000 mgr.smithi071.vlmldg (mgr.14162) 12 : cephadm [INF] Added host smithi105 2024-01-24T01:31:09.726 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:09.726 INFO:teuthology.orchestra.run.smithi105.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "smithi105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-01-24T01:31:10.059 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T01:31:10.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T01:31:10.376 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:09.385424+0000 mgr.smithi071.vlmldg (mgr.14162) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:11.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:09.724857+0000 mgr.smithi071.vlmldg (mgr.14162) 14 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:31:12.124 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-01-24T01:31:12.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:11.385714+0000 mgr.smithi071.vlmldg (mgr.14162) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:12.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:11.409996+0000 mon.smithi071 (mon.0) 117 : audit [INF] from='client.? 172.21.15.71:0/2908005382' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T01:31:12.500 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2024-01-24T01:31:12.501 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2024-01-24T01:31:12.501 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi105:172.21.15.105=smithi105' 2024-01-24T01:31:13.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:12.120436+0000 mon.smithi071 (mon.0) 118 : audit [INF] from='client.? 172.21.15.71:0/2908005382' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T01:31:13.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:12.120510+0000 mon.smithi071 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:31:13.761 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2024-01-24T01:31:14.134 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105.service 2024-01-24T01:31:14.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:14.137 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:14.167 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Wed 2024-01-24 01:23:02 UTC. -- 2024-01-24T01:31:14.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:13.386065+0000 mgr.smithi071.vlmldg (mgr.14162) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:14.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:13.760736+0000 mon.smithi071 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:31:15.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:13.756514+0000 mgr.smithi071.vlmldg (mgr.14162) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:31:15.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:31:13.757932+0000 mgr.smithi071.vlmldg (mgr.14162) 18 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi105:172.21.15.105=smithi105;count:2 2024-01-24T01:31:15.465 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:15.465 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:15.467 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:16.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:15.386330+0000 mgr.smithi071.vlmldg (mgr.14162) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:16.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:15.464336+0000 mon.smithi071 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.105:0/2539150924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:16.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:16.834 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:17.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:17.386693+0000 mgr.smithi071.vlmldg (mgr.14162) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:18.123 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:18.123 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:18.125 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:18.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:18.122520+0000 mon.smithi071 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.105:0/3444681231' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:19.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:19.386992+0000 mgr.smithi071.vlmldg (mgr.14162) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:19.896 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:19.896 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:21.257 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:21.257 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:21.258 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:21.255949+0000 mon.smithi071 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.105:0/3962830221' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:21.387373+0000 mgr.smithi071.vlmldg (mgr.14162) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:22.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:22.607 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:23.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:23.387809+0000 mgr.smithi071.vlmldg (mgr.14162) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:23.957 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:23.957 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:23.959 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:24.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:24 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:23.956328+0000 mon.smithi071 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.105:0/3269043638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:25.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:25.320 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:25.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:25.388163+0000 mgr.smithi071.vlmldg (mgr.14162) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:26.630 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:26.631 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:26.632 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:27.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:26.629829+0000 mon.smithi071 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.105:0/875349115' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:28.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:28.025 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:28.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:27.388585+0000 mgr.smithi071.vlmldg (mgr.14162) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:29.347 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:29.347 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:29.349 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:29.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:29.346223+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.105:0/2056136655' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:30.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:29.388854+0000 mgr.smithi071.vlmldg (mgr.14162) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:31.909 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:31.909 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:31.389197+0000 mgr.smithi071.vlmldg (mgr.14162) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:33.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:33.389564+0000 mgr.smithi071.vlmldg (mgr.14162) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:35.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:35.389912+0000 mgr.smithi071.vlmldg (mgr.14162) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:36.822 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:36.822 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:36.824 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:37.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:36.821332+0000 mon.smithi071 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.105:0/2095668144' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:38.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:37.390258+0000 mgr.smithi071.vlmldg (mgr.14162) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:39.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:39.661 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:39.390630+0000 mgr.smithi071.vlmldg (mgr.14162) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:39.514246+0000 mon.smithi071 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:31:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:39.522985+0000 mon.smithi071 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:31:41.044 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:41.044 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:41.046 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:41.043323+0000 mon.smithi071 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.105:0/2351023849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:41.390930+0000 mgr.smithi071.vlmldg (mgr.14162) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:42.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:42.407 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:43.703 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:43.703 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:43.704 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:43.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:43.391242+0000 mgr.smithi071.vlmldg (mgr.14162) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:44.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:43.702227+0000 mon.smithi071 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.105:0/2228656135' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:45.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:45.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:45.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:45.391543+0000 mgr.smithi071.vlmldg (mgr.14162) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:46.443 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:46.444 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:46.445 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:47.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:46.442895+0000 mon.smithi071 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.105:0/3282707495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:47.804 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:47.805 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:48.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:47.391859+0000 mgr.smithi071.vlmldg (mgr.14162) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:49.127 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:49.127 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:49.129 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:49.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:49.126409+0000 mon.smithi071 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.105:0/2946674791' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:50.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:49.392169+0000 mgr.smithi071.vlmldg (mgr.14162) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:50.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:50.500 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:51.810 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:51.811 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:51.812 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:51.392446+0000 mgr.smithi071.vlmldg (mgr.14162) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:53.205 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:53.206 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:53.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:51.809348+0000 mon.smithi071 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.105:0/224636730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:54.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:53.392721+0000 mgr.smithi071.vlmldg (mgr.14162) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:54.549 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:54.549 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:54.551 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:55.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:54 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:54.548949+0000 mon.smithi071 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.105:0/342255198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:55.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:55.918 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:56.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:55.392945+0000 mgr.smithi071.vlmldg (mgr.14162) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:57.195 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:57.196 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:57.197 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:57.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:57.194428+0000 mon.smithi071 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.105:0/1465863663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:31:58.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:31:58.523 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:31:58.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:57.393277+0000 mgr.smithi071.vlmldg (mgr.14162) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:31:59.867 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:31:59.868 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:31:59.869 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:31:59.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:31:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:31:59.393626+0000 mgr.smithi071.vlmldg (mgr.14162) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:00.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:31:59.866549+0000 mon.smithi071 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.105:0/1850381989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:01.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:01.261 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:01.393881+0000 mgr.smithi071.vlmldg (mgr.14162) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:02.553 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:02.584 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:02.585 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:03.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:02 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:02.552306+0000 mon.smithi071 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.105:0/2231255678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:03.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:03.889 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:04.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:03.394213+0000 mgr.smithi071.vlmldg (mgr.14162) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:05.381 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:05.382 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:05.383 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:05.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:05.380629+0000 mon.smithi071 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.105:0/3373734320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:05.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:05.394472+0000 mgr.smithi071.vlmldg (mgr.14162) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:06.753 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:06.753 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:07.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:07.394666+0000 mgr.smithi071.vlmldg (mgr.14162) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:08.026 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:08.026 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:08.027 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:08.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:08.024910+0000 mon.smithi071 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.105:0/1186709894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:09.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:09.384 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:09.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:09.395002+0000 mgr.smithi071.vlmldg (mgr.14162) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:11.375 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:11.375 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:11.377 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:11.374792+0000 mon.smithi071 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.105:0/928325880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:11.395370+0000 mgr.smithi071.vlmldg (mgr.14162) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:12.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:12.747 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:13.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:13.395761+0000 mgr.smithi071.vlmldg (mgr.14162) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:14.143 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:14.143 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:14.144 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:14.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:14.141824+0000 mon.smithi071 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.105:0/135219673' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:15.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:15.513 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:15.396117+0000 mgr.smithi071.vlmldg (mgr.14162) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:16.863 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:16.863 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:16.865 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:17.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:16.862405+0000 mon.smithi071 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.105:0/637708945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:18.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:17.396482+0000 mgr.smithi071.vlmldg (mgr.14162) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:18.227 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:18.227 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:19.541 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:19.541 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:19.543 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:19.396773+0000 mgr.smithi071.vlmldg (mgr.14162) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:20.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:20.903 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:20.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:19.540192+0000 mon.smithi071 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.105:0/1438968347' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:21.397114+0000 mgr.smithi071.vlmldg (mgr.14162) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:22.265 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:22.266 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:22.267 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:23.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:22.264764+0000 mon.smithi071 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.105:0/2916152462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:23.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:23.644 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:23.397388+0000 mgr.smithi071.vlmldg (mgr.14162) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:25.035 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:25.035 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:25.036 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:25.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:25.034083+0000 mon.smithi071 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.105:0/2449571371' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:26.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:26.414 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:26.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:25.397716+0000 mgr.smithi071.vlmldg (mgr.14162) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:27.772 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:27.773 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:27.774 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:27.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:27.398056+0000 mgr.smithi071.vlmldg (mgr.14162) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:27.771657+0000 mon.smithi071 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.105:0/3667686831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:29.163 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:29.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:29.398369+0000 mgr.smithi071.vlmldg (mgr.14162) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:30.482 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:30.482 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:30.484 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:30.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:30.481767+0000 mon.smithi071 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.105:0/3933410700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:31.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:31.894 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:31.398777+0000 mgr.smithi071.vlmldg (mgr.14162) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:33.206 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:33.207 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:33.208 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:33.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:33.205541+0000 mon.smithi071 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.105:0/3753046983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:34.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:34.567 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:34.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:33.399174+0000 mgr.smithi071.vlmldg (mgr.14162) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:35.902 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:35.902 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:35.903 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:35.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:35.399561+0000 mgr.smithi071.vlmldg (mgr.14162) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:37.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:35.900725+0000 mon.smithi071 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.105:0/1112526524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:37.288 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:37.289 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:38.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:37.399918+0000 mgr.smithi071.vlmldg (mgr.14162) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:38.613 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:38.614 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:38.615 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:39.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:38 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:38.612862+0000 mon.smithi071 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.105:0/3668206605' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:39.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:39.993 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:40.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:39.400237+0000 mgr.smithi071.vlmldg (mgr.14162) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:40.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:39.515585+0000 mon.smithi071 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:32:40.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:39.524122+0000 mon.smithi071 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:32:41.412 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:41.412 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:41.414 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:41.400592+0000 mgr.smithi071.vlmldg (mgr.14162) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:41.411307+0000 mon.smithi071 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.105:0/475028880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:42.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:42.777 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:43.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:43.400952+0000 mgr.smithi071.vlmldg (mgr.14162) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:44.127 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:44.127 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:44.129 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:44.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:44.126122+0000 mon.smithi071 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.105:0/1135163471' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:45.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:45.504 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:45.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:45.401272+0000 mgr.smithi071.vlmldg (mgr.14162) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:46.904 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:46.904 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:46.906 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:47.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:46.903911+0000 mon.smithi071 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.105:0/1902281184' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:48.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:47.401627+0000 mgr.smithi071.vlmldg (mgr.14162) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:48.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:48.276 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:49.609 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:49.610 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:49.611 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:49.401851+0000 mgr.smithi071.vlmldg (mgr.14162) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:50.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:49.608616+0000 mon.smithi071 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.105:0/1502726452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:50.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:50.989 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:51.402188+0000 mgr.smithi071.vlmldg (mgr.14162) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:52.441 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:52.441 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:52.443 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:53.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:52.440225+0000 mon.smithi071 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.105:0/3340615325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:53.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:53.827 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:54.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:53.402585+0000 mgr.smithi071.vlmldg (mgr.14162) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:55.184 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:55.184 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:55.186 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:55.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:55.183425+0000 mon.smithi071 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.105:0/3301686225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:56.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:56.510 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:56.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:55.402938+0000 mgr.smithi071.vlmldg (mgr.14162) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:57.827 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:32:57.827 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:32:57.829 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:32:57.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:57.403194+0000 mgr.smithi071.vlmldg (mgr.14162) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:32:58.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:32:57.827138+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.105:0/3221204051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:32:59.212 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:32:59.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:32:59.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:32:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:32:59.403541+0000 mgr.smithi071.vlmldg (mgr.14162) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:00.554 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:00.554 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:00.555 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:00.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:00.553306+0000 mon.smithi071 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.105:0/2564615831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:01.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:01.919 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:01.403797+0000 mgr.smithi071.vlmldg (mgr.14162) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:03.277 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:03.277 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:03.279 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:03.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:03.277097+0000 mon.smithi071 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.105:0/1894783926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:04.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:04.652 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:04.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:03.404118+0000 mgr.smithi071.vlmldg (mgr.14162) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:05.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:05.404504+0000 mgr.smithi071.vlmldg (mgr.14162) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:06.036 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:06.036 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:06.038 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:07.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:06.035324+0000 mon.smithi071 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.105:0/4035263183' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:07.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:07.428 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:08.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:07.404849+0000 mgr.smithi071.vlmldg (mgr.14162) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:08.785 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:08.785 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:08.787 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:09.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:08.784779+0000 mon.smithi071 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.105:0/1792724182' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:10.162 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:10.163 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:10.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:09.405230+0000 mgr.smithi071.vlmldg (mgr.14162) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:11.444 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:11.444 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:11.445 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:11.405530+0000 mgr.smithi071.vlmldg (mgr.14162) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:11.442906+0000 mon.smithi071 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.105:0/2508947391' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:12.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:12.767 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:13.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:13.405830+0000 mgr.smithi071.vlmldg (mgr.14162) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:14.148 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:14.149 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:14.150 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:14.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:14.147854+0000 mon.smithi071 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.105:0/119609609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:15.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:15.528 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:15.406133+0000 mgr.smithi071.vlmldg (mgr.14162) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:16.899 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:16.899 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:16.901 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:17.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:16.898314+0000 mon.smithi071 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.105:0/504767665' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:18.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:17.406365+0000 mgr.smithi071.vlmldg (mgr.14162) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:18.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:18.272 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:19.666 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:19.666 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:19.667 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:19.406705+0000 mgr.smithi071.vlmldg (mgr.14162) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:20.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:19.664586+0000 mon.smithi071 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.105:0/259088331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:21.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:21.082 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:21.407047+0000 mgr.smithi071.vlmldg (mgr.14162) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:22.425 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:22.425 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:22.426 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:23.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:22.423586+0000 mon.smithi071 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.105:0/52686447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:23.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:23.812 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:23.407270+0000 mgr.smithi071.vlmldg (mgr.14162) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:25.163 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:25.164 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:25.165 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:25.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:25.162106+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.105:0/397263472' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:26.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:26.549 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:26.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:25.407532+0000 mgr.smithi071.vlmldg (mgr.14162) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:27.900 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:27.900 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:27.902 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:27.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:27.407820+0000 mgr.smithi071.vlmldg (mgr.14162) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:27.899412+0000 mon.smithi071 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.105:0/969955838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:29.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:29.264 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:29.408178+0000 mgr.smithi071.vlmldg (mgr.14162) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:30.581 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:30.581 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:30.583 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:30.895 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:30.580832+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.105:0/3175473613' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:31.959 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:31.959 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:31.408563+0000 mgr.smithi071.vlmldg (mgr.14162) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:33.363 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:33.364 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:33.365 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:33.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:33.362975+0000 mon.smithi071 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.105:0/3685113671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:34.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:33.408914+0000 mgr.smithi071.vlmldg (mgr.14162) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:34.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:34.880 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:36.266 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:36.266 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:36.268 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:36.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:35.409257+0000 mgr.smithi071.vlmldg (mgr.14162) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:36.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:36.265266+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.105:0/3007474197' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:37.601 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:37.602 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:38.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:38 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:37.409560+0000 mgr.smithi071.vlmldg (mgr.14162) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:39.009 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:39.009 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:39.011 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:39.008837+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.105:0/3486748668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:40.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:40.386 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:39.409862+0000 mgr.smithi071.vlmldg (mgr.14162) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:39.516670+0000 mon.smithi071 (mon.0) 176 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:33:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:39.525026+0000 mon.smithi071 (mon.0) 177 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:33:41.747 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:41.747 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:41.749 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:41.410180+0000 mgr.smithi071.vlmldg (mgr.14162) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:43.118 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:43.119 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:43.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:41.746562+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.105:0/3616469334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:44.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:43.410485+0000 mgr.smithi071.vlmldg (mgr.14162) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:44.463 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:44.463 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:44.465 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:45.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:44.462138+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.105:0/886490357' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:45.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:45.858 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:46.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:45.410817+0000 mgr.smithi071.vlmldg (mgr.14162) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:47.182 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:47.182 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:47.183 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:47.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:47.181040+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.105:0/1731976358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:48.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:48.532 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:48.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:47.411114+0000 mgr.smithi071.vlmldg (mgr.14162) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:49.936 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:49.936 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:49.937 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:49.411344+0000 mgr.smithi071.vlmldg (mgr.14162) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:50.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:49.935155+0000 mon.smithi071 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.105:0/688623108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:51.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:51.289 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:51.411593+0000 mgr.smithi071.vlmldg (mgr.14162) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:52.619 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:52.619 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:52.621 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:53.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:52.618299+0000 mon.smithi071 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.105:0/1320134247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:53.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:53.998 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:54.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:53.411914+0000 mgr.smithi071.vlmldg (mgr.14162) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:55.366 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:55.366 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:55.368 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:55.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:55.365024+0000 mon.smithi071 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.105:0/1045540761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:56.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:55.412266+0000 mgr.smithi071.vlmldg (mgr.14162) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:56.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:56.740 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:33:58.089 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:33:58.089 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:33:58.090 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:33:58.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:57.412564+0000 mgr.smithi071.vlmldg (mgr.14162) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:33:58.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:33:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:33:58.088138+0000 mon.smithi071 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.105:0/222261675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:33:59.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:33:59.470 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:00.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:33:59.412804+0000 mgr.smithi071.vlmldg (mgr.14162) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:00.795 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:00.796 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:00.796 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:02.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:02.125 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:00.793853+0000 mon.smithi071 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.105:0/4044329736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:01.413058+0000 mgr.smithi071.vlmldg (mgr.14162) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:03.487 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:03.487 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:03.488 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:03.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:03.413385+0000 mgr.smithi071.vlmldg (mgr.14162) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:04.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:04.876 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:04.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:03.486005+0000 mon.smithi071 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.105:0/393701764' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:05.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:05.413760+0000 mgr.smithi071.vlmldg (mgr.14162) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:06.281 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:06.281 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:06.283 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:07.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:06.280442+0000 mon.smithi071 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.105:0/836054252' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:07.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:07.684 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:08.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:07.414093+0000 mgr.smithi071.vlmldg (mgr.14162) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:09.067 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:09.068 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:09.068 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:09.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:09.064130+0000 mon.smithi071 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.105:0/2165488150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:10.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:10.435 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:10.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:09.414438+0000 mgr.smithi071.vlmldg (mgr.14162) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:11.774 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:11.774 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:11.775 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:11.414703+0000 mgr.smithi071.vlmldg (mgr.14162) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:13.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:13.150 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:13.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:11.773324+0000 mon.smithi071 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.105:0/3577398007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:14.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:13.415072+0000 mgr.smithi071.vlmldg (mgr.14162) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:14.519 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:14.519 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:14.520 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:15.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:14.518012+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.105:0/4194702663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:15.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:15.899 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:16.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:15.415558+0000 mgr.smithi071.vlmldg (mgr.14162) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:17.275 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:17.275 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:17.276 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:17.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:17.273738+0000 mon.smithi071 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.105:0/3314648685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:18.682 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:18.682 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:18.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:17.415910+0000 mgr.smithi071.vlmldg (mgr.14162) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:19.416297+0000 mgr.smithi071.vlmldg (mgr.14162) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:20.011 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:20.012 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:20.013 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:20.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:20.010754+0000 mon.smithi071 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.105:0/3577052342' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:21.395 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:21.395 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:21.416649+0000 mgr.smithi071.vlmldg (mgr.14162) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:22.790 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:22.791 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:22.793 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:23.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:22.789919+0000 mon.smithi071 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.105:0/2456580840' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:24.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:24.162 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:23.416917+0000 mgr.smithi071.vlmldg (mgr.14162) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:25.557 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:25.557 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:25.558 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:25.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:25.417297+0000 mgr.smithi071.vlmldg (mgr.14162) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:26.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:26.935 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:26.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:25.555798+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.105:0/73230957' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:27.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:27.417727+0000 mgr.smithi071.vlmldg (mgr.14162) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:28.250 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:28.250 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:28.252 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:28.249524+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.105:0/2969191597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:29.639 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:29.639 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:29.418040+0000 mgr.smithi071.vlmldg (mgr.14162) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:31.068 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:31.068 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:31.069 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:31.066439+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.105:0/3460047417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:31.418322+0000 mgr.smithi071.vlmldg (mgr.14162) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:32.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:32.500 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:33.896 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:33.896 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:33.897 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:33.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:33.418574+0000 mgr.smithi071.vlmldg (mgr.14162) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:34.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:33.895025+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.105:0/4063579810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:35.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:35.278 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:35.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:35.418881+0000 mgr.smithi071.vlmldg (mgr.14162) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:36.621 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:36.621 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:36.623 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:37.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:36.620624+0000 mon.smithi071 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.105:0/3695272905' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:38.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:38.014 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:38.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:37.419178+0000 mgr.smithi071.vlmldg (mgr.14162) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:39.353 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:39.354 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:39.355 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:39.353118+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.105:0/1153739076' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:39.419495+0000 mgr.smithi071.vlmldg (mgr.14162) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:39.517809+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:34:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:39.526153+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:34:40.734 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:40.735 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:42.123 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:42.123 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:42.124 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:41.419740+0000 mgr.smithi071.vlmldg (mgr.14162) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:43.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:42.122270+0000 mon.smithi071 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.105:0/2870531569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:43.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:43.487 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:44.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:43.420117+0000 mgr.smithi071.vlmldg (mgr.14162) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:44.839 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:44.840 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:44.842 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:45.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:44.838965+0000 mon.smithi071 (mon.0) 203 : audit [DBG] from='client.? 172.21.15.105:0/825003306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:46.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:45.420547+0000 mgr.smithi071.vlmldg (mgr.14162) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:46.214 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:46.214 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:47.623 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:47.623 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:47.624 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:47.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:47.420835+0000 mgr.smithi071.vlmldg (mgr.14162) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:48.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:48.952 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:48.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:47.621552+0000 mon.smithi071 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.105:0/444657308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:49.421107+0000 mgr.smithi071.vlmldg (mgr.14162) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:50.345 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:50.345 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:50.347 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:50.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:50.344264+0000 mon.smithi071 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.105:0/2314489755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:51.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:51.723 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:51.421386+0000 mgr.smithi071.vlmldg (mgr.14162) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:53.118 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:53.118 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:53.119 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:53.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:53.116973+0000 mon.smithi071 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.105:0/2091965667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:54.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:54 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:53.421712+0000 mgr.smithi071.vlmldg (mgr.14162) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:54.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:54.503 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:55.892 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:55.892 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:55.894 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:55.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:55.422007+0000 mgr.smithi071.vlmldg (mgr.14162) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:57.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:55.891804+0000 mon.smithi071 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.105:0/2352447484' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:34:57.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:34:57.274 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:34:58.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:57.422224+0000 mgr.smithi071.vlmldg (mgr.14162) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:34:58.662 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:34:58.662 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:34:58.663 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:34:59.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:34:58.661197+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.105:0/2844297415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:00.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:00.035 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:00.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:34:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:34:59.422550+0000 mgr.smithi071.vlmldg (mgr.14162) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:01.381 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:01.382 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:01.382 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:01.379878+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.105:0/898693302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:01.422904+0000 mgr.smithi071.vlmldg (mgr.14162) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:02.756 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:02.756 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:03.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:03.423182+0000 mgr.smithi071.vlmldg (mgr.14162) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:04.146 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:04.146 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:04.147 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:04.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:04.144767+0000 mon.smithi071 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.105:0/1540482230' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:05.524 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:05.524 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:05.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:05.423526+0000 mgr.smithi071.vlmldg (mgr.14162) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:06.951 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:06.952 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:06.953 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:07.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:06.950595+0000 mon.smithi071 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.105:0/3071827311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:08.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:08.330 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:08.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:07.423821+0000 mgr.smithi071.vlmldg (mgr.14162) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:09.713 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:09.713 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:09.714 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:09.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:09.424204+0000 mgr.smithi071.vlmldg (mgr.14162) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:10.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:09.711343+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.105:0/3686759278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:11.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:11.070 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:11.424533+0000 mgr.smithi071.vlmldg (mgr.14162) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:12.444 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:12.444 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:12.445 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:13.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:12.443402+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.105:0/1067752518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:13.817 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:13.817 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:14.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:13.424817+0000 mgr.smithi071.vlmldg (mgr.14162) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:15.210 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:15.210 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:15.212 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:15.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:15.209052+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.105:0/2908008601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:16.585 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:16.585 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:16.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:15.425142+0000 mgr.smithi071.vlmldg (mgr.14162) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:17.921 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:17.921 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:17.923 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:17.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:17.425545+0000 mgr.smithi071.vlmldg (mgr.14162) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:18.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:17.920727+0000 mon.smithi071 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.105:0/322192274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:19.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:19.341 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:19.425839+0000 mgr.smithi071.vlmldg (mgr.14162) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:20.700 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:20.701 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:20.702 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:21.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:20.699753+0000 mon.smithi071 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.105:0/928985248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:22.084 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:22.084 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:21.426193+0000 mgr.smithi071.vlmldg (mgr.14162) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:23.462 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:23.462 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:23.464 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:23.426556+0000 mgr.smithi071.vlmldg (mgr.14162) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:23.461935+0000 mon.smithi071 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.105:0/465828603' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:24.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:24.838 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:25.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:25.426945+0000 mgr.smithi071.vlmldg (mgr.14162) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:26.212 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:26.213 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:26.214 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:27.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:26.211631+0000 mon.smithi071 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.105:0/4208809440' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:27.588 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:27.588 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:28.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:27.427323+0000 mgr.smithi071.vlmldg (mgr.14162) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:28.949 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:28.949 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:28.950 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:29.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:28.948055+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.105:0/3597569732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:30.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:30.317 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:30.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:29.427707+0000 mgr.smithi071.vlmldg (mgr.14162) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:31.627 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:31.627 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:31.628 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:31.428045+0000 mgr.smithi071.vlmldg (mgr.14162) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:31.625653+0000 mon.smithi071 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.105:0/4230478702' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:33.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:33.004 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:33.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:33.428407+0000 mgr.smithi071.vlmldg (mgr.14162) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:34.320 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:34.320 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:34.322 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:34.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:34.318990+0000 mon.smithi071 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.105:0/1459990533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:35.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:35.698 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:35.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:35.428720+0000 mgr.smithi071.vlmldg (mgr.14162) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:37.022 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:37.022 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:37.024 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:37.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:37.021616+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.105:0/166047009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:38.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:38.423 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:38.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:38 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:37.429095+0000 mgr.smithi071.vlmldg (mgr.14162) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:39.832 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:39.832 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:39.833 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:39.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:39.429439+0000 mgr.smithi071.vlmldg (mgr.14162) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:39.518966+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:35:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:39.527131+0000 mon.smithi071 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:35:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:39.830916+0000 mon.smithi071 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.105:0/1631399359' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:41.166 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:41.167 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:41.429823+0000 mgr.smithi071.vlmldg (mgr.14162) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:42.501 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:42.501 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:42.503 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:43.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:42.501019+0000 mon.smithi071 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.105:0/3009903835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:43.903 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:43.904 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:44.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:43.430198+0000 mgr.smithi071.vlmldg (mgr.14162) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:45.305 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:45.305 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:45.306 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:45.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:45.304237+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.105:0/3820568792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:46.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:46.684 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:46.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:45.430669+0000 mgr.smithi071.vlmldg (mgr.14162) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:47.681 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:46.988492+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:35:47.681 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:46.991067+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T01:35:47.681 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:46.991858+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:35:48.067 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:48.067 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:48.068 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:35:46.987310+0000 mgr.smithi071.vlmldg (mgr.14162) 155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi071 ... 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:31:25Z" 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-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:32:03Z" 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-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:32:40Z" 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-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T01:35:48.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:33:54Z" 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-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:34:32Z" 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-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:35:09Z" 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-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: main() 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: r = ctx.func(ctx) 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: return func(ctx) 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-24T01:35:48.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: raise RuntimeError('uid/gid not found') 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: RuntimeError: uid/gid not found 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: yield (conn, connr) 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: code, '\n'.join(err))) 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi071 ... 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:31:25Z" 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-24T01:35:48.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:32:03Z" 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:32:40Z" 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-01-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-01-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:33:54Z" 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:34:32Z" 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: stat: stderr time="2024-01-24T01:35:09Z" 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: 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-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: main() 2024-01-24T01:35:48.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: r = ctx.func(ctx) 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: return func(ctx) 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: raise RuntimeError('uid/gid not found') 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: RuntimeError: uid/gid not found 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:35:46.992543+0000 mgr.smithi071.vlmldg (mgr.14162) 156 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:47.430954+0000 mgr.smithi071.vlmldg (mgr.14162) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:48.719 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.065724+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.105:0/760145730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:49.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:49.454 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.474663+0000 mon.smithi071 (mon.0) 232 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:35:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.621071+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:35:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.623211+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:35:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.623679+0000 mon.smithi071 (mon.0) 235 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:35:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.624094+0000 mgr.smithi071.vlmldg (mgr.14162) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:35:49.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:48.626490+0000 mon.smithi071 (mon.0) 236 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:35:49.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:35:48.629270+0000 mgr.smithi071.vlmldg (mgr.14162) 159 : cephadm [INF] Deploying daemon grafana.smithi071 on smithi071 2024-01-24T01:35:49.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:49.431322+0000 mgr.smithi071.vlmldg (mgr.14162) 160 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:50.827 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:50.828 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:50.829 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:52.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:52.197 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:52.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:50.826825+0000 mon.smithi071 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.105:0/728743401' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:52.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:51.431682+0000 mgr.smithi071.vlmldg (mgr.14162) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:53.543 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:53.543 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:53.545 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:53.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:53.432016+0000 mgr.smithi071.vlmldg (mgr.14162) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:54.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:54.924 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:54.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:54 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:53.542343+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.105:0/586225353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:55.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:55.432391+0000 mgr.smithi071.vlmldg (mgr.14162) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:56.261 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:56.262 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:56.263 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:57.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:56.260998+0000 mon.smithi071 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.105:0/1558191755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:35:57.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:35:57.632 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:35:58.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:57.432567+0000 mgr.smithi071.vlmldg (mgr.14162) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:35:59.042 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:35:59.042 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:35:59.044 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:35:59.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:35:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:35:59.041031+0000 mon.smithi071 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.105:0/1781677847' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:00.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:00.413 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:00.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:35:59.432803+0000 mgr.smithi071.vlmldg (mgr.14162) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:01.811 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:01.812 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:01.812 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:02.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:01.433043+0000 mgr.smithi071.vlmldg (mgr.14162) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:03.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:03.199 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:03.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:02 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:01.809675+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.105:0/2804909022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:03.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:03.433289+0000 mgr.smithi071.vlmldg (mgr.14162) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:04.575 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:04.575 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:04.576 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:04.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:04.573838+0000 mon.smithi071 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.105:0/101313707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:05.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:05.971 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:06.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:05.433146+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' 2024-01-24T01:36:06.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:05.433485+0000 mgr.smithi071.vlmldg (mgr.14162) 168 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:06.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:36:05.434448+0000 mgr.smithi071.vlmldg (mgr.14162) 169 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-01-24T01:36:07.323 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:07.324 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:07.325 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:07.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:07.322709+0000 mon.smithi071 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.105:0/2666831071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:08.709 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:08.709 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:08.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:07.433795+0000 mgr.smithi071.vlmldg (mgr.14162) 170 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:10.117 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:10.117 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:10.118 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:10.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:09.434116+0000 mgr.smithi071.vlmldg (mgr.14162) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:10.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:10.115748+0000 mon.smithi071 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.105:0/3053312592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:11.550 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:11.551 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:11.434490+0000 mgr.smithi071.vlmldg (mgr.14162) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:12.881 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:12.882 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:12.883 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:13.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:12.880960+0000 mon.smithi071 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.105:0/1800487920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:14.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:13.434791+0000 mgr.smithi071.vlmldg (mgr.14162) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:14.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:14.265 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:15.695 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:15.696 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:15.697 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:15.435126+0000 mgr.smithi071.vlmldg (mgr.14162) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:16.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:15.695027+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.105:0/3100518628' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:17.079 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:17.080 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:17.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:17.435439+0000 mgr.smithi071.vlmldg (mgr.14162) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:18.494 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:18.494 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:18.496 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:18.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:18.493631+0000 mon.smithi071 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.105:0/2095429779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:19.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:19.888 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:19.435769+0000 mgr.smithi071.vlmldg (mgr.14162) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:21.332 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:21.332 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:21.334 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:21.331308+0000 mon.smithi071 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.105:0/4240799563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:21.436112+0000 mgr.smithi071.vlmldg (mgr.14162) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:22.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:22.721 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:23.436347+0000 mgr.smithi071.vlmldg (mgr.14162) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:24.116 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:24.116 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:24.117 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:24.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:24 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:24.115294+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.105:0/1834773087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:25.492 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:25.492 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:25.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:25.436626+0000 mgr.smithi071.vlmldg (mgr.14162) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:26.862 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:26.862 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:26.864 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:27.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:26.861543+0000 mon.smithi071 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.105:0/1553699574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:28.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:27.436969+0000 mgr.smithi071.vlmldg (mgr.14162) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:28.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:28.254 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:29.622 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:29.622 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:29.623 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:29.437227+0000 mgr.smithi071.vlmldg (mgr.14162) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:30.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:29.621256+0000 mon.smithi071 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.105:0/2402287167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:30.998 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:30.998 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:31.437555+0000 mgr.smithi071.vlmldg (mgr.14162) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:32.373 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:32.373 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:32.374 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:33.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:32.372022+0000 mon.smithi071 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.105:0/2891339197' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:33.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:33.794 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:34.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:33.437875+0000 mgr.smithi071.vlmldg (mgr.14162) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:35.172 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:35.172 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:35.173 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:35.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:35.170544+0000 mon.smithi071 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.105:0/1178753256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:36.543 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:36.544 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:36.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:35.438226+0000 mgr.smithi071.vlmldg (mgr.14162) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:37.922 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:37.922 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:37.923 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:37.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:37.438626+0000 mgr.smithi071.vlmldg (mgr.14162) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:38.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:38 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:37.921410+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.105:0/3530889415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:39.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:39.289 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:39.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:39.438992+0000 mgr.smithi071.vlmldg (mgr.14162) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:40.657 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:40.657 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:40.658 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:39.520009+0000 mon.smithi071 (mon.0) 256 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:36:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:39.527991+0000 mon.smithi071 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:36:41.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:40.655806+0000 mon.smithi071 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.105:0/3804805962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:41.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:41.439204+0000 mgr.smithi071.vlmldg (mgr.14162) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:42.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:42.042 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:43.390 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:43.390 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:43.392 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:43.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:43.389699+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.105:0/3791796173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:44.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:43.439563+0000 mgr.smithi071.vlmldg (mgr.14162) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:44.770 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:44.770 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:46.187 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:46.187 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:46.189 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:46.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:45.439822+0000 mgr.smithi071.vlmldg (mgr.14162) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:46.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:46.186512+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.105:0/3961611879' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:47.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:47.561 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:48.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:47.440147+0000 mgr.smithi071.vlmldg (mgr.14162) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:48.976 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:48.976 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:48.978 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:49.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:48.975363+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.105:0/3961224094' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:50.347 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:50.348 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:50.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:49.440535+0000 mgr.smithi071.vlmldg (mgr.14162) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:51.791 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:51.791 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:51.792 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:51.440857+0000 mgr.smithi071.vlmldg (mgr.14162) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:53.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:53.165 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:53.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:51.790201+0000 mon.smithi071 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.105:0/1749382955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:54.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:53.441215+0000 mgr.smithi071.vlmldg (mgr.14162) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:54.506 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:54.506 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:54.508 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:55.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:54 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:54.505694+0000 mon.smithi071 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.105:0/2130801574' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:55.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:55.891 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:56.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:55.441593+0000 mgr.smithi071.vlmldg (mgr.14162) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:57.289 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:36:57.290 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:36:57.291 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:36:57.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:36:57.288794+0000 mon.smithi071 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.105:0/1416721407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:36:58.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:36:58.663 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:36:58.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:57.441996+0000 mgr.smithi071.vlmldg (mgr.14162) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:36:59.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:36:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:36:59.442265+0000 mgr.smithi071.vlmldg (mgr.14162) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:00.051 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:00.051 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:00.053 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:00.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:00.050883+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.105:0/787849032' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:01.495 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:01.496 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:01.442588+0000 mgr.smithi071.vlmldg (mgr.14162) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:02.955 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:02.955 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:02.957 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:03.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:02.954249+0000 mon.smithi071 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.105:0/2806040481' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:04.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:04.350 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:04.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:03.442863+0000 mgr.smithi071.vlmldg (mgr.14162) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:05.747 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:05.747 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:05.749 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:05.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:05.443216+0000 mgr.smithi071.vlmldg (mgr.14162) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:06.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:05.746733+0000 mon.smithi071 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.105:0/4108486460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:07.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:07.131 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:07.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:07.443584+0000 mgr.smithi071.vlmldg (mgr.14162) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:08.445 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:08.445 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:08.447 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:08.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:08.444591+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.105:0/1013846270' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:09.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:09.821 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:09.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:09.443916+0000 mgr.smithi071.vlmldg (mgr.14162) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:11.172 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:11.172 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:11.173 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:11.171184+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.105:0/928172651' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:11.444207+0000 mgr.smithi071.vlmldg (mgr.14162) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:12.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:12.545 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:13.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:13.444548+0000 mgr.smithi071.vlmldg (mgr.14162) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:13.972 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:13.972 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:13.974 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:14.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:14 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:13.971124+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.105:0/1955980549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:15.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:15.347 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:15.444850+0000 mgr.smithi071.vlmldg (mgr.14162) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:16.775 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:16.775 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:16.776 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:17.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:16.774318+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.105:0/51352636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:18.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:18.170 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:18.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:17.445085+0000 mgr.smithi071.vlmldg (mgr.14162) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:19.555 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:19.555 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:19.556 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:19.445412+0000 mgr.smithi071.vlmldg (mgr.14162) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:20.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:20.908 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:20.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:19.554660+0000 mon.smithi071 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.105:0/73045208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:21.445808+0000 mgr.smithi071.vlmldg (mgr.14162) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:22.301 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:22.301 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:22.303 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:23.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:22 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:22.301170+0000 mon.smithi071 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.105:0/669285150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:23.742 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:23.742 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:24.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:23.446175+0000 mgr.smithi071.vlmldg (mgr.14162) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:25.143 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:25.147 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:25.147 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:25.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:25.142723+0000 mon.smithi071 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.105:0/2237743614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:26.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:25.446563+0000 mgr.smithi071.vlmldg (mgr.14162) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:26.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:26.520 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:27.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:27.446946+0000 mgr.smithi071.vlmldg (mgr.14162) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:27.973 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:27.973 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:27.974 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:28.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:27.971695+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.105:0/1170073940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:29.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:29.369 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:29.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:29.447302+0000 mgr.smithi071.vlmldg (mgr.14162) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:30.789 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:30.789 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:30.791 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:32.196 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:32.197 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:30.788230+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.105:0/571216939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:31.447630+0000 mgr.smithi071.vlmldg (mgr.14162) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:33.505 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:33.505 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:33.507 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:33.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:33.447893+0000 mgr.smithi071.vlmldg (mgr.14162) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:33.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:33.504494+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.105:0/1141819998' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:35.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:35.007 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:35.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:35.448256+0000 mgr.smithi071.vlmldg (mgr.14162) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:36.429 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:36.429 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:36.430 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:37.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:36.428443+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.105:0/23494306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:37.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:37.784 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:38.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:37.448616+0000 mgr.smithi071.vlmldg (mgr.14162) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:39.167 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:39.168 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:39.169 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:39.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:39.166687+0000 mon.smithi071 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.105:0/3512382466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:40.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:40.569 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:39.448978+0000 mgr.smithi071.vlmldg (mgr.14162) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:39.520947+0000 mon.smithi071 (mon.0) 280 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:37:40.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:39.528988+0000 mon.smithi071 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:37:41.969 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:41.970 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:41.971 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:41.449345+0000 mgr.smithi071.vlmldg (mgr.14162) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:43.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:41.968815+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.105:0/3489555642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:43.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:43.341 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:44.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:43.449640+0000 mgr.smithi071.vlmldg (mgr.14162) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:44.751 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:44.751 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:44.753 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:45.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:44 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:44.750331+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.105:0/3446340798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:46.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:46.076 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:46.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:45.449987+0000 mgr.smithi071.vlmldg (mgr.14162) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:47.455 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:47.455 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:47.456 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:47.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:47.450290+0000 mgr.smithi071.vlmldg (mgr.14162) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:47.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:47.454376+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.105:0/4181786090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:48.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:48.832 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:49.450660+0000 mgr.smithi071.vlmldg (mgr.14162) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:50.198 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:50.199 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:50.200 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:50.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:50.197981+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.105:0/2331646145' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:51.560 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:51.560 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:51.450970+0000 mgr.smithi071.vlmldg (mgr.14162) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:52.900 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:52.900 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:52.902 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:53.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:52 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:52.899848+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.105:0/3932963107' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:54.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:53.451250+0000 mgr.smithi071.vlmldg (mgr.14162) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:54.272 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:54.272 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:55.627 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:55.628 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:55.629 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:55.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:55.451573+0000 mgr.smithi071.vlmldg (mgr.14162) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:56.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:55.627136+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.105:0/3637125063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:57.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:57.004 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:57.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:57.451925+0000 mgr.smithi071.vlmldg (mgr.14162) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:37:58.429 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:37:58.430 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:37:58.431 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:37:58.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:58 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:37:58.428893+0000 mon.smithi071 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.105:0/59804908' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:37:59.871 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:37:59.872 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:37:59.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:37:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:37:59.452241+0000 mgr.smithi071.vlmldg (mgr.14162) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:01.235 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:01.235 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:01.236 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:01.233976+0000 mon.smithi071 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.105:0/3825146252' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:01.452569+0000 mgr.smithi071.vlmldg (mgr.14162) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:02.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:02.615 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:03.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:03.452920+0000 mgr.smithi071.vlmldg (mgr.14162) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:04.047 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:04.048 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:04.049 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:04.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:04.046894+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.105:0/4220904640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:05.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:05.368 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:05.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:05.453284+0000 mgr.smithi071.vlmldg (mgr.14162) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:06.777 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:06.777 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:06.778 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:07.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:38:06.003204+0000 mgr.smithi071.vlmldg (mgr.14162) 230 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi071 ... 2024-01-24T01:38:07.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Verifying port 9100 ... 2024-01-24T01:38:07.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 1 from systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: systemctl: stderr Job for ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071.service failed because a timeout was exceeded. 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: systemctl: stderr See "systemctl status ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071.service" and "journalctl -xe" for details. 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: main() 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: r = ctx.func(ctx) 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: return func(ctx) 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ports=daemon_ports) 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-24T01:38:07.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: RuntimeError: Failed command: systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: yield (conn, connr) 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: code, '\n'.join(err))) 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi071 ... 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Verifying port 9100 ... 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Non-zero exit code 1 from systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: systemctl: stderr Job for ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071.service failed because a timeout was exceeded. 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: systemctl: stderr See "systemctl status ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071.service" and "journalctl -xe" for details. 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: Traceback (most recent call last): 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2024-01-24T01:38:07.216 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: main() 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: r = ctx.func(ctx) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: return func(ctx) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: ports=daemon_ports) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: c, osd_fsid=osd_fsid, ports=ports) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: File "/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: RuntimeError: Failed command: systemctl start ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@node-exporter.smithi071 2024-01-24T01:38:07.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:06 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cephadm 2024-01-24T01:38:06.010202+0000 mgr.smithi071.vlmldg (mgr.14162) 231 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-01-24T01:38:08.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:08.174 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:08.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:06.776360+0000 mon.smithi071 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.105:0/1392924803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:08.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:07.453550+0000 mgr.smithi071.vlmldg (mgr.14162) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:09.539 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:09.539 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:09.540 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:09.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:09.453843+0000 mgr.smithi071.vlmldg (mgr.14162) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:10.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:10.902 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:10.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:09.538460+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.105:0/3188556259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:11.454094+0000 mgr.smithi071.vlmldg (mgr.14162) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:12.299 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:12.299 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:12.301 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:13.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:12.298749+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.105:0/1526123530' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:13.693 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:13.694 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:14.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:13.454412+0000 mgr.smithi071.vlmldg (mgr.14162) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:15.028 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:15.028 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:15.030 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:15.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:15.027180+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.105:0/4269264320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:16.349 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:16 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:15.454700+0000 mgr.smithi071.vlmldg (mgr.14162) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:16.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:16.414 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:17.782 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:17.782 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:17.783 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:17.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:17.455019+0000 mgr.smithi071.vlmldg (mgr.14162) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:18.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:17.781054+0000 mon.smithi071 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.105:0/1303213092' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:19.153 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:19.154 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:19.455389+0000 mgr.smithi071.vlmldg (mgr.14162) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:20.511 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:20.511 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:20.512 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:20.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:20 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:20.510434+0000 mon.smithi071 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.105:0/3291682300' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:21.903 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:21.903 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:21.455754+0000 mgr.smithi071.vlmldg (mgr.14162) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:23.240 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:23.241 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:23.242 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:23.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:23.239725+0000 mon.smithi071 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.105:0/1653540563' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:24.619 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:24.620 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:24.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:24 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:23.456001+0000 mgr.smithi071.vlmldg (mgr.14162) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:25.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:25.456348+0000 mgr.smithi071.vlmldg (mgr.14162) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:25.996 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:25.996 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:25.998 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:27.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:25.996206+0000 mon.smithi071 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.105:0/2606649483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:27.364 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:27.364 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:28.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:27.456712+0000 mgr.smithi071.vlmldg (mgr.14162) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:28.746 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:28.746 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:28.747 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:29.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:28 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:28.745491+0000 mon.smithi071 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.105:0/2557695764' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:30.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:30.083 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:30.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:29.457051+0000 mgr.smithi071.vlmldg (mgr.14162) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:31.399 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:31.399 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:31.401 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:31.399030+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.105:0/3736214556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:31.457416+0000 mgr.smithi071.vlmldg (mgr.14162) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:32.765 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:32.765 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:33.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:33.457807+0000 mgr.smithi071.vlmldg (mgr.14162) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:34.160 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:34.160 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:34.162 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:34.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:34 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:34.159878+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.105:0/4084047736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:35.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:35.534 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:35.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:35.458205+0000 mgr.smithi071.vlmldg (mgr.14162) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:36.877 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:36.877 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:36.879 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:37.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:36 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:36.876662+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.105:0/3713753835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:38.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:37 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:37.458514+0000 mgr.smithi071.vlmldg (mgr.14162) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:38.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:38.282 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:39.645 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:39.645 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:39.647 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:39.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:39.458747+0000 mgr.smithi071.vlmldg (mgr.14162) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:39.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:39 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:39.522709+0000 mon.smithi071 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:38:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:39.529914+0000 mon.smithi071 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.71:0/4175328807' entity='mgr.smithi071.vlmldg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.vlmldg/trash_purge_schedule"}]: dispatch 2024-01-24T01:38:40.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:40 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:39.644148+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.105:0/3312741594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:41.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:41.014 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:42.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:41 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:41.459098+0000 mgr.smithi071.vlmldg (mgr.14162) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:42.396 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:42.396 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:42.397 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:43.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:42 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:42.395181+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.105:0/832101036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:43.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:43.773 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:44.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:43 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:43.459384+0000 mgr.smithi071.vlmldg (mgr.14162) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:45.132 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:45.132 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:45.133 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:45.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:45 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:45.131311+0000 mon.smithi071 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.105:0/619133868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:46.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:46 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:45.459715+0000 mgr.smithi071.vlmldg (mgr.14162) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:46.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:46.529 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:47.859 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:47.859 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:47.860 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:47.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:47 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:47.460064+0000 mgr.smithi071.vlmldg (mgr.14162) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:48.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:48 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:47.858424+0000 mon.smithi071 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.105:0/4160031721' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:49.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:49.241 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:49.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:49 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:49.460488+0000 mgr.smithi071.vlmldg (mgr.14162) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:50.647 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:50.647 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:50.648 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:50.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:50 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:50.646434+0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.105:0/820591049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:52.054 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:52.054 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:52.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:51 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:51.460888+0000 mgr.smithi071.vlmldg (mgr.14162) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:53.432 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:53.432 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:53.433 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:53.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:53.430932+0000 mon.smithi071 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.105:0/398260735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:53.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:53 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:53.461332+0000 mgr.smithi071.vlmldg (mgr.14162) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:54.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:54.816 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:55.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:55 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:55.461682+0000 mgr.smithi071.vlmldg (mgr.14162) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:56.258 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:56.259 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:56.260 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:57.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:56 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:56.258120+0000 mon.smithi071 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.105:0/1174473968' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:38:57.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:38:57.639 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:38:58.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:57 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:57.462095+0000 mgr.smithi071.vlmldg (mgr.14162) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:38:59.004 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:38:59.005 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:38:59.006 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:38:59.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:38:59 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:38:59.003730+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.105:0/2967208835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:00.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:00.376 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:00.463 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:00 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:38:59.462407+0000 mgr.smithi071.vlmldg (mgr.14162) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:01.729 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:01.729 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:01.730 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:01.462702+0000 mgr.smithi071.vlmldg (mgr.14162) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:02.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:01 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:01.728220+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.105:0/3760234796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:03.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:03.111 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:03.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:03 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:03.463059+0000 mgr.smithi071.vlmldg (mgr.14162) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:04.516 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:04.516 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:04.517 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:04.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:04 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:04.515592+0000 mon.smithi071 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.105:0/2962826979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:05.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:05.926 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:05.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:05 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:05.463476+0000 mgr.smithi071.vlmldg (mgr.14162) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:07.336 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:07.336 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:07.337 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:07.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:07 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:07.335398+0000 mon.smithi071 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.105:0/2754530869' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:08.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:08 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:07.463756+0000 mgr.smithi071.vlmldg (mgr.14162) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:08.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:08.717 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:09.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:09 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:09.464064+0000 mgr.smithi071.vlmldg (mgr.14162) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:10.086 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:10.086 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:10.088 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:10.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:10 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:10.085948+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.105:0/385008718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:11.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:11.486 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:12.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:11 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:11.464385+0000 mgr.smithi071.vlmldg (mgr.14162) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:12.828 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:12.828 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:12.830 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:13.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:12 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:12.827582+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.105:0/2416466084' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:14.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:14.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:14.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:13 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:13.464666+0000 mgr.smithi071.vlmldg (mgr.14162) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:15.534 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:15.534 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:15.536 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:15.464949+0000 mgr.smithi071.vlmldg (mgr.14162) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:15.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:15 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:15.533238+0000 mon.smithi071 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.105:0/2306264528' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:16.895 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:16.896 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:17.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:17 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:17.465277+0000 mgr.smithi071.vlmldg (mgr.14162) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:18.255 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:18.255 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:18.257 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:18.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:18 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:18.255019+0000 mon.smithi071 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.105:0/4040166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:19.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:19.637 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:19.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:19 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:19.465663+0000 mgr.smithi071.vlmldg (mgr.14162) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:21.043 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:21.043 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:21.044 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:21.042093+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.105:0/488510038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:22.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:21 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:21.465960+0000 mgr.smithi071.vlmldg (mgr.14162) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:22.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:22.425 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:23.835 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:23.835 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:23.836 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:23 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:23.466204+0000 mgr.smithi071.vlmldg (mgr.14162) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:24.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:24 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:23.834160+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.105:0/471139831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:25.222 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:25.222 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:25.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:25 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:25.466497+0000 mgr.smithi071.vlmldg (mgr.14162) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:26.608 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:26.608 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:26.610 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:27.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:26 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:26.607239+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.105:0/3039187176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:28.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:28.003 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:28.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:27 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:27.466846+0000 mgr.smithi071.vlmldg (mgr.14162) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:29.407 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:29.407 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:29.409 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:29.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:29 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:29.406297+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.105:0/2543942247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:30.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:30 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:29.467084+0000 mgr.smithi071.vlmldg (mgr.14162) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:30.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:30.790 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:32.173 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:32.173 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:32.174 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:32.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:31 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:31.467385+0000 mgr.smithi071.vlmldg (mgr.14162) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:33.214 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:32 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:32.172142+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.105:0/4195321536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:33.569 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:39:33.569 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:39:34.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:33 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: cluster 2024-01-24T01:39:33.467683+0000 mgr.smithi071.vlmldg (mgr.14162) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:39:34.964 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-24T01:39:34.964 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"ff1d8088-ba57-11ee-95b1-87774f69a715","modified":"2024-01-24T01:29:45.234242Z","created":"2024-01-24T01:29:45.234242Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:39:34.966 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2024-01-24T01:39:35.348 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-01-24T01:39:35.350 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T01:39:35.350 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:39:35.375 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:39:35.392 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T01:39:35.393 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2024-01-24T01:39:35.393 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071 2024-01-24T01:39:35.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: audit 2024-01-24T01:39:34.963906+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.105:0/3958054723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:39:35.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:35 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for ff1d8088-ba57-11ee-95b1-87774f69a715... 2024-01-24T01:39:35.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:39:35.524+0000 7f33f2d4c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-24T01:39:35.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 24 01:39:35 smithi071 ceph-ff1d8088-ba57-11ee-95b1-87774f69a715-mon.smithi071[34518]: debug 2024-01-24T01:39:35.524+0000 7f33f2d4c700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T01:39:35.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi071.service' 2024-01-24T01:39:36.036 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T01:39:36.037 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2024-01-24T01:39:36.037 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2024-01-24T01:39:36.037 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105 2024-01-24T01:39:36.069 INFO:teuthology.orchestra.run.smithi105.stderr:Failed to stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105.service: Unit ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105.service not loaded. 2024-01-24T01:39:36.071 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-01-24T01:39:36.071 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi105" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 5: 'sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105' 2024-01-24T01:39:36.072 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T01:39:36.074 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2024-01-24T01:39:36.075 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/crash -- . 2024-01-24T01:39:36.121 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2024-01-24T01:39:36.122 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/crash -- . 2024-01-24T01:39:36.161 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T01:39:36.161 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-01-24T01:39:36.162 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T01:39:36.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T01:39:36.189 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T01:39:36.191 INFO:tasks.cephadm:Compressing logs... 2024-01-24T01:39:36.191 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:39:36.233 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:39:36.258 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T01:39:36.258 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-01-24T01:39:36.259 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mon.smithi071.log 2024-01-24T01:39:36.259 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T01:39:36.259 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mgr.smithi071.vlmldg.log 2024-01-24T01:39:36.260 INFO:teuthology.orchestra.run.smithi105.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T01:39:36.260 INFO:teuthology.orchestra.run.smithi105.stderr:: No such file or directory 2024-01-24T01:39:36.261 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mon.smithi071.log: /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mgr.smithi071.vlmldg.log: 90.8% -- replaced with /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T01:39:36.262 INFO:teuthology.orchestra.run.smithi071.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T01:39:36.262 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T01:39:36.263 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-01-24T01:39:36.264 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.013s 2024-01-24T01:39:36.264 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.010s 2024-01-24T01:39:36.264 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.012s 2024-01-24T01:39:36.346 INFO:teuthology.orchestra.run.smithi071.stderr: 92.7% -- replaced with /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mgr.smithi071.vlmldg.log.gz 2024-01-24T01:39:36.411 INFO:teuthology.orchestra.run.smithi071.stderr: 90.7% -- replaced with /var/log/ceph/ff1d8088-ba57-11ee-95b1-87774f69a715/ceph-mon.smithi071.log.gz 2024-01-24T01:39:36.413 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-24T01:39:36.413 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.165s 2024-01-24T01:39:36.413 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m0.247s 2024-01-24T01:39:36.413 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.017s 2024-01-24T01:39:36.414 INFO:tasks.cephadm:Archiving logs... 2024-01-24T01:39:36.414 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2024-01-24T01:39:36.415 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T01:39:36.525 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2024-01-24T01:39:36.526 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T01:39:36.554 INFO:tasks.cephadm:Removing cluster... 2024-01-24T01:39:36.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 --force 2024-01-24T01:40:36.680 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ff1d8088-ba57-11ee-95b1-87774f69a715 --force 2024-01-24T01:40:37.002 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T01:40:37.002 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T01:40:37.020 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T01:40:37.038 INFO:tasks.cephadm:Teardown complete 2024-01-24T01:40:37.039 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 5: 'sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105' 2024-01-24T01:40:37.264 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e192ec254c5846aa9859fa4e2b4c05fb Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi105 with status 5: 'sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105' 2024-01-24T01:40:37.269 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T01:40:37.278 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T01:40:37.289 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T01:40:37.289 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T01:40:37.304 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T01:40:37.311 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-24T01:40:37.315 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:40:37.315 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-24T01:40:37.315 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 39 +61us[ +70us] +/- 86ms 2024-01-24T01:40:37.315 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 38 +155us[ +165us] +/- 55ms 2024-01-24T01:40:37.315 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 -316us[ -306us] +/- 91ms 2024-01-24T01:40:37.316 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:40:37.322 INFO:teuthology.orchestra.run.smithi105.stderr:bash: ntpq: command not found 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:=============================================================================== 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 38 +66us[ +66us] +/- 86ms 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 +154us[ +163us] +/- 55ms 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 -303us[ -303us] +/- 91ms 2024-01-24T01:40:37.326 INFO:teuthology.orchestra.run.smithi105.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:40:37.328 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T01:40:37.339 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T01:40:37.339 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T01:40:37.350 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:40:37.418 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:40:37.480 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:40:37.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:37.509 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:40:37.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:37.538 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T01:40:37.549 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T01:40:37.558 INFO:teuthology.task.internal:Duration was 1029.045326 seconds 2024-01-24T01:40:37.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T01:40:37.570 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T01:40:37.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T01:40:37.573 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T01:40:37.616 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:40:37.623 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:40:37.764 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T01:40:37.765 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-01-24T01:40:37.765 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:40:37.787 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-01-24T01:40:37.787 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:40:37.809 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T01:40:37.809 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T01:40:37.830 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T01:40:37.897 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T01:40:37.898 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T01:40:37.900 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T01:40:37.986 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T01:40:37.997 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T01:40:37.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T01:40:38.024 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T01:40:38.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T01:40:38.061 DEBUG:teuthology.orchestra.run.smithi071:> 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-24T01:40:38.066 DEBUG:teuthology.orchestra.run.smithi105:> 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-24T01:40:38.091 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-01-24T01:40:38.118 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-01-24T01:40:38.142 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T01:40:38.185 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:38.186 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T01:40:38.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:38.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T01:40:38.212 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T01:40:38.213 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/smithi071 2024-01-24T01:40:38.214 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T01:40:38.267 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737/remote/smithi105 2024-01-24T01:40:38.268 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T01:40:38.308 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T01:40:38.309 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T01:40:38.311 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T01:40:38.360 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T01:40:38.371 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T01:40:38.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T01:40:38.382 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T01:40:38.382 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T01:40:38.385 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T01:40:38.400 INFO:teuthology.orchestra.run.smithi071.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 01:40 /home/ubuntu/cephtest 2024-01-24T01:40:38.417 INFO:teuthology.orchestra.run.smithi105.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 01:40 /home/ubuntu/cephtest 2024-01-24T01:40:38.419 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T01:40:38.431 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T01:40:38.452 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T01:40:38.479 DEBUG:teuthology.nuke:shortname: smithi071 2024-01-24T01:40:38.480 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:40:38.501 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 01:15:25.931477', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF26qJTdbFdjgw0WoQr6VNtBNJSZsGXV9XGvV4IeAkwoFjNBVHRhLeBQmozFBCWTQLBN7vImARvjx319y0qvCMo='} 2024-01-24T01:40:38.505 DEBUG:teuthology.nuke:shortname: smithi105 2024-01-24T01:40:38.505 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:40:38.526 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529737', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 01:15:25.932989', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMbnY7f8K8cgOFzsvR4i38X7WxZTiYMVquAx/J2DLfr09JTstUEX2UGrHdCyY/X457f6VKH1o+QSRTXQTeOI50='} 2024-01-24T01:40:38.553 INFO:teuthology.orchestra.console.smithi071:Power off 2024-01-24T01:40:38.554 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T01:40:38.577 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-01-24T01:40:38.578 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:38.592 INFO:teuthology.orchestra.console.smithi105:Power off 2024-01-24T01:40:38.593 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T01:40:38.602 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-24T01:40:38.616 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-01-24T01:40:38.616 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:38.644 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T01:40:42.604 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:42.645 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:42.715 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-24T01:40:42.756 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T01:40:46.720 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:46.757 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:46.830 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-01-24T01:40:46.868 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-24T01:40:46.931 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-01-24T01:40:50.869 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T01:40:50.979 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-01-24T01:40:51.080 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-01-24T01:40:51.185 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1029.0453262329102 failure_reason: 'Command failed on smithi105 with status 5: ''sudo systemctl stop ceph-ff1d8088-ba57-11ee-95b1-87774f69a715@mon.smithi105''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e192ec254c5846aa9859fa4e2b4c05fb status: fail success: false 2024-01-24T01:40:51.185 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T01:40:51.271 INFO:teuthology.run:FAIL