2023-11-17T03:56:48.455 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-17T03:56:48.456 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/orig.config.yaml 2023-11-17T03:56:48.495 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T03:56:48.583 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261 branch: wip-yuri3-testing-2023-11-14-1227-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: null first_in_suite: false job_id: '7461261' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-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-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 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: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNHEtD17s02UO1k7ki1DwKpXE7Y0h9kAmgKm0gkGOohxZrCUg/pCsf+ZCFQyZFl3JMGfpGMUXISw0eoarjsjLgs= smithi146.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOihd06BtM+HSgLs3KlVv8llC5TJx8Myx/yLuVl55U/Wnxsu15t7JWKG0DeiCmL2W48EiWLI15EXs+HOWypMpHc= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_22:29:26 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.1224587 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-17T03:56:48.583 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-17T03:56:48.584 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-17T03:56:48.584 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-17T03:56:48.585 INFO:teuthology.task.internal:Checking packages... 2023-11-17T03:56:48.608 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-17T03:56:48.608 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-17T03:56:48.608 INFO:teuthology.packaging:ref: None 2023-11-17T03:56:48.608 INFO:teuthology.packaging:tag: None 2023-11-17T03:56:48.608 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T03:56:48.608 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T03:56:48.609 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T03:56:48.757 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-17T03:56:57.132 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-17T03:56:57.143 INFO:teuthology.task.internal:no buildpackages task found 2023-11-17T03:56:57.143 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-17T03:56:57.159 INFO:teuthology.task.internal:Saving configuration 2023-11-17T03:56:57.197 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-17T03:56:57.203 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T03:56:57.303 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 03:50:55.860227', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNHEtD17s02UO1k7ki1DwKpXE7Y0h9kAmgKm0gkGOohxZrCUg/pCsf+ZCFQyZFl3JMGfpGMUXISw0eoarjsjLgs='} 2023-11-17T03:56:58.362 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 03:50:55.858478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOihd06BtM+HSgLs3KlVv8llC5TJx8Myx/yLuVl55U/Wnxsu15t7JWKG0DeiCmL2W48EiWLI15EXs+HOWypMpHc='} 2023-11-17T03:56:58.363 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-17T03:56:58.369 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-17T03:56:58.370 INFO:teuthology.task.internal:roles: ubuntu@smithi146.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-17T03:56:58.370 INFO:teuthology.run_tasks:Running task console_log... 2023-11-17T03:56:58.432 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f327a5f3f70>, signals=[15]) 2023-11-17T03:56:58.432 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-17T03:56:58.438 INFO:teuthology.task.internal:Opening connections... 2023-11-17T03:56:58.438 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2023-11-17T03:56:58.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:56:58.551 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi146.front.sepia.ceph.com 2023-11-17T03:56:58.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:56:58.622 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-17T03:56:58.630 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2023-11-17T03:56:58.650 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2023-11-17T03:56:58.650 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2023-11-17T03:56:58.709 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="CentOS Stream" 2023-11-17T03:56:58.709 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8" 2023-11-17T03:56:58.709 INFO:teuthology.orchestra.run.smithi063.stdout:ID="centos" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="rhel fedora" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://centos.org/" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T03:56:58.710 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T03:56:58.711 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2023-11-17T03:56:58.735 DEBUG:teuthology.orchestra.run.smithi146:> uname -m 2023-11-17T03:56:58.756 INFO:teuthology.orchestra.run.smithi146.stdout:x86_64 2023-11-17T03:56:58.758 DEBUG:teuthology.orchestra.run.smithi146:> cat /etc/os-release 2023-11-17T03:56:58.817 INFO:teuthology.orchestra.run.smithi146.stdout:NAME="CentOS Stream" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION="8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:ID="centos" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:ID_LIKE="rhel fedora" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:VERSION_ID="8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:PLATFORM_ID="platform:el8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:ANSI_COLOR="0;31" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:HOME_URL="https://centos.org/" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T03:56:58.818 INFO:teuthology.orchestra.run.smithi146.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T03:56:58.819 INFO:teuthology.lock.ops:Updating smithi146.front.sepia.ceph.com on lock server 2023-11-17T03:56:58.843 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-17T03:56:58.852 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-17T03:56:58.858 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-17T03:56:58.858 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2023-11-17T03:56:58.860 DEBUG:teuthology.orchestra.run.smithi146:> test '!' -e /home/ubuntu/cephtest 2023-11-17T03:56:58.879 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-17T03:56:58.885 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-17T03:56:58.885 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2023-11-17T03:56:58.920 DEBUG:teuthology.orchestra.run.smithi146:> test -z $(ls -A /var/lib/ceph) 2023-11-17T03:56:58.946 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-17T03:56:59.000 INFO:teuthology.run_tasks:Running task kernel... 2023-11-17T03:56:59.013 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-17T03:56:59.014 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-17T03:56:59.014 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T03:56:59.020 DEBUG:teuthology.orchestra.run.smithi146:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T03:56:59.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T03:56:59.038 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-11-17T03:56:59.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T03:56:59.039 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-11-17T03:56:59.097 INFO:teuthology.orchestra.run.smithi146.stdout:4.18.0-489.el8.x86_64 2023-11-17T03:56:59.098 INFO:teuthology.task.kernel:Running kernel on smithi146: 4.18.0-489.el8.x86_64 2023-11-17T03:56:59.098 DEBUG:teuthology.orchestra.run.smithi146:> sudo yum install -y kernel 2023-11-17T03:56:59.099 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-489.el8.x86_64 2023-11-17T03:56:59.099 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-489.el8.x86_64 2023-11-17T03:56:59.099 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2023-11-17T03:57:02.687 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - AppStream 33 MB/s | 34 MB 00:01 2023-11-17T03:57:02.696 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 8 - AppStream 34 MB/s | 34 MB 00:00 2023-11-17T03:57:11.435 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 53 MB 00:02 2023-11-17T03:57:48.186 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 53 MB 00:02 2023-11-17T03:57:48.186 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-17T03:57:48.186 INFO:teuthology.orchestra.run.smithi063.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-17T03:57:48.186 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-17T03:57:48.186 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 432 kB/s | 24 kB 00:00 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:57:48.187 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Install 3 Packages 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 89 M 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 96 M 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 7.0 MB/s | 10 MB 00:01 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Total 27 MB/s | 89 MB 00:03 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-11-17T03:57:48.188 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-11-17T03:57:48.189 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-11-17T03:57:48.189 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-11-17T03:57:48.189 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-11-17T03:57:48.189 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:57:48.189 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:57:48.232 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:57:48.307 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-11-17T03:57:48.335 INFO:teuthology.orchestra.run.smithi146.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-11-17T03:57:48.483 INFO:teuthology.orchestra.run.smithi146.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-17T03:57:48.483 INFO:teuthology.orchestra.run.smithi146.stdout:Extra Packages for Enterprise Linux 5.6 MB/s | 16 MB 00:02 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:lab-extras 405 kB/s | 24 kB 00:00 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:Installing: 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T03:57:48.484 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Install 3 Packages 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 89 M 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 96 M 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.5 MB/s | 10 MB 00:01 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:02 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Total 28 MB/s | 89 MB 00:03 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2023-11-17T03:57:48.485 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:57:48.486 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:57:48.487 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:57:48.768 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:09.538 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:09.561 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:09.898 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:09.898 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:58:09.898 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:58:10.703 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:10.703 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:58:10.703 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2023-11-17T03:58:10.703 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T03:58:10.704 INFO:teuthology.orchestra.run.smithi146.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T03:58:10.704 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:58:10.704 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-17T03:58:10.854 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T03:58:11.073 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T03:58:11.073 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T03:58:11.073 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T03:58:11.073 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T03:58:11.073 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T03:58:11.073 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-17T03:58:11.074 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi146.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T03:58:11.074 DEBUG:teuthology.orchestra.run.smithi146:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T03:58:11.284 INFO:teuthology.orchestra.run.smithi146.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T03:58:11.284 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T03:58:11.285 DEBUG:teuthology.orchestra.run.smithi146:> sudo rpm -qi grub2-tools 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Name : grub2-tools 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Epoch : 1 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Version : 2.02 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Release : 129.el8 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Architecture: x86_64 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Group : System Environment/Base 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:Size : 9265586 2023-11-17T03:58:11.319 INFO:teuthology.orchestra.run.smithi146.stdout:License : GPLv3+ 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Relocations : (not relocatable) 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Packager : CentOS BuildSystem 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Vendor : CentOS 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Summary : Support tools for GRUB. 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:Description : 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T03:58:11.320 INFO:teuthology.orchestra.run.smithi146.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T03:58:11.321 INFO:teuthology.orchestra.run.smithi146.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T03:58:11.321 INFO:teuthology.orchestra.run.smithi146.stdout:hardware devices. 2023-11-17T03:58:11.321 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T03:58:11.321 INFO:teuthology.orchestra.run.smithi146.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T03:58:11.322 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T03:58:11.322 INFO:teuthology.task.kernel:Updating grub on smithi146 to boot 4.18.0-521.el8.x86_64 2023-11-17T03:58:11.322 DEBUG:teuthology.orchestra.run.smithi146:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T03:58:12.212 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:12.237 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:12.597 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:12.597 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T03:58:12.597 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T03:58:12.991 INFO:teuthology.orchestra.run.smithi146.stderr:Generating grub configuration file ... 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:58:13.466 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-17T03:58:13.627 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T03:58:13.852 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T03:58:13.853 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T03:58:13.853 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T03:58:13.854 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T03:58:13.854 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T03:58:13.854 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-17T03:58:13.854 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T03:58:13.855 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T03:58:14.073 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T03:58:14.073 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T03:58:14.073 DEBUG:teuthology.orchestra.run.smithi063:> sudo rpm -qi grub2-tools 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Name : grub2-tools 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Epoch : 1 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Version : 2.02 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Release : 129.el8 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: x86_64 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Group : System Environment/Base 2023-11-17T03:58:14.108 INFO:teuthology.orchestra.run.smithi063.stdout:Size : 9265586 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:License : GPLv3+ 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Relocations : (not relocatable) 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Packager : CentOS BuildSystem 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Vendor : CentOS 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Summary : Support tools for GRUB. 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:Description : 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T03:58:14.109 INFO:teuthology.orchestra.run.smithi063.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T03:58:14.110 INFO:teuthology.orchestra.run.smithi063.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T03:58:14.110 INFO:teuthology.orchestra.run.smithi063.stdout:hardware devices. 2023-11-17T03:58:14.110 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T03:58:14.110 INFO:teuthology.orchestra.run.smithi063.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T03:58:14.111 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T03:58:14.111 INFO:teuthology.task.kernel:Updating grub on smithi063 to boot 4.18.0-521.el8.x86_64 2023-11-17T03:58:14.111 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T03:58:14.807 INFO:teuthology.orchestra.run.smithi146.stderr:done 2023-11-17T03:58:14.809 DEBUG:teuthology.orchestra.run.smithi146:> mktemp 2023-11-17T03:58:14.856 INFO:teuthology.orchestra.run.smithi146.stdout:/tmp/tmp.pOYodsY6Ny 2023-11-17T03:58:14.856 DEBUG:teuthology.orchestra.run.smithi146:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pOYodsY6Ny 2023-11-17T03:58:14.897 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 0666 /tmp/tmp.pOYodsY6Ny 2023-11-17T03:58:18.321 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2023-11-17T03:58:18.321 INFO:teuthology.orchestra.run.smithi063.stderr:done 2023-11-17T03:58:18.321 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2023-11-17T03:58:18.360 DEBUG:teuthology.orchestra.remote:smithi146:/tmp/tmp.pOYodsY6Ny is 6KB 2023-11-17T03:58:18.362 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.CrgxiRjysZ 2023-11-17T03:58:18.363 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CrgxiRjysZ 2023-11-17T03:58:18.387 DEBUG:teuthology.orchestra.run.smithi146:> rm -fr /tmp/tmp.pOYodsY6Ny 2023-11-17T03:58:18.406 DEBUG:teuthology.orchestra.run.smithi146:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T03:58:18.441 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.CrgxiRjysZ 2023-11-17T03:58:18.488 INFO:teuthology.orchestra.run.smithi146.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T03:58:18.488 INFO:teuthology.orchestra.run.smithi146.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T03:58:18.489 INFO:teuthology.orchestra.run.smithi146.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T03:58:18.489 INFO:teuthology.orchestra.run.smithi146.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T03:58:18.490 DEBUG:teuthology.orchestra.run.smithi146:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T03:58:18.593 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.CrgxiRjysZ is 6KB 2023-11-17T03:58:18.641 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.CrgxiRjysZ 2023-11-17T03:58:18.643 DEBUG:teuthology.orchestra.run.smithi146:> sudo shutdown -r now 2023-11-17T03:58:18.661 DEBUG:teuthology.orchestra.run.smithi063:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T03:58:18.732 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T03:58:18.733 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T03:58:18.733 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T03:58:18.733 INFO:teuthology.orchestra.run.smithi063.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T03:58:18.735 DEBUG:teuthology.orchestra.run.smithi063:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T03:58:18.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2023-11-17T03:58:48.674 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-17T03:58:48.675 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T03:58:48.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:58:48.902 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-17T03:58:48.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T03:58:48.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:59:23.259 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.146 2023-11-17T03:59:26.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-11-17T03:59:35.446 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T03:59:35.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:59:35.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T03:59:35.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T03:59:53.978 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.146 2023-11-17T03:59:53.979 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2023-11-17T04:00:05.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T04:00:05.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T04:00:05.996 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T04:00:05.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T04:00:06.309 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-11-17T04:00:06.350 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-11-17T04:00:06.593 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T04:00:15.099 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-17T04:00:15.109 DEBUG:teuthology.orchestra.run.smithi146:> uname -r 2023-11-17T04:00:15.153 INFO:teuthology.orchestra.run.smithi146.stdout:4.18.0-521.el8.x86_64 2023-11-17T04:00:15.154 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T04:00:15.154 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T04:00:15.154 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T04:00:15.195 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T04:00:15.195 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-17T04:00:15.195 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-11-17T04:00:15.216 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-521.el8.x86_64 2023-11-17T04:00:15.217 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T04:00:15.217 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T04:00:15.217 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T04:00:16.155 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-17T04:00:16.155 DEBUG:teuthology.orchestra.run.smithi146:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T04:00:16.218 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-17T04:00:16.218 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T04:00:16.254 INFO:teuthology.orchestra.run.smithi146.stdout:ttyS1 2023-11-17T04:00:16.269 DEBUG:teuthology.parallel:result is None 2023-11-17T04:00:16.317 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2023-11-17T04:00:16.331 DEBUG:teuthology.parallel:result is None 2023-11-17T04:00:16.332 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-17T04:00:16.341 INFO:teuthology.task.internal:Creating test directory... 2023-11-17T04:00:16.341 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T04:00:16.343 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T04:00:16.364 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-17T04:00:16.382 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-17T04:00:16.390 INFO:teuthology.task.internal:Creating archive directory... 2023-11-17T04:00:16.391 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T04:00:16.404 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T04:00:16.451 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-17T04:00:16.458 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-17T04:00:16.458 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T04:00:16.460 DEBUG:teuthology.orchestra.run.smithi146:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T04:00:16.498 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T04:00:16.510 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T04:00:16.510 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T04:00:16.521 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T04:00:16.522 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-17T04:00:16.531 INFO:teuthology.task.internal:Configuring sudo... 2023-11-17T04:00:16.531 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T04:00:16.553 DEBUG:teuthology.orchestra.run.smithi146:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T04:00:16.591 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-17T04:00:16.603 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-17T04:00:16.603 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T04:00:16.625 DEBUG:teuthology.orchestra.run.smithi146:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T04:00:16.650 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T04:00:16.735 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T04:00:16.783 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T04:00:16.879 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T04:00:16.918 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:00:16.918 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T04:00:16.987 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T04:00:17.033 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T04:00:17.348 DEBUG:teuthology.orchestra.run.smithi146:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T04:00:17.438 DEBUG:teuthology.orchestra.run.smithi146:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T04:00:17.482 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-17T04:00:17.483 DEBUG:teuthology.orchestra.run.smithi146:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T04:00:17.551 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2023-11-17T04:00:17.554 DEBUG:teuthology.orchestra.run.smithi146:> sudo service rsyslog restart 2023-11-17T04:00:17.617 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T04:00:17.653 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T04:00:18.070 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-17T04:00:18.083 INFO:teuthology.task.internal:Starting timer... 2023-11-17T04:00:18.083 INFO:teuthology.run_tasks:Running task pcp... 2023-11-17T04:00:18.099 INFO:teuthology.run_tasks:Running task selinux... 2023-11-17T04:00:18.107 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-17T04:00:18.107 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2023-11-17T04:00:18.175 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2023-11-17T04:00:18.177 DEBUG:teuthology.orchestra.run.smithi146:> sudo service auditd rotate 2023-11-17T04:00:18.261 INFO:teuthology.orchestra.run.smithi146.stdout:Rotating logs: 2023-11-17T04:00:18.262 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-17T04:00:18.264 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2023-11-17T04:00:18.322 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2023-11-17T04:00:18.323 DEBUG:teuthology.orchestra.run.smithi146:> /usr/sbin/getenforce 2023-11-17T04:00:18.369 INFO:teuthology.orchestra.run.smithi146.stdout:Permissive 2023-11-17T04:00:18.370 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi146.front.sepia.ceph.com': 'permissive'} 2023-11-17T04:00:18.370 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T04:00:18.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:00:18.400 DEBUG:teuthology.orchestra.run.smithi146:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T04:00:18.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:00:18.429 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-17T04:00:18.430 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2023-11-17T04:00:18.477 DEBUG:teuthology.orchestra.run.smithi146:> sudo /usr/sbin/setenforce permissive 2023-11-17T04:00:18.506 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-17T04:00:18.519 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-17T04:00:18.528 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-17T04:00:18.722 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-17T04:00:18.737 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-17T04:00:18.738 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi146.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-17T04:08:59.238 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi146.front.sepia.ceph.com')] 2023-11-17T04:08:59.239 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T04:08:59.240 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T04:08:59.313 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-11-17T04:08:59.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-11-17T04:08:59.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T04:08:59.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi146.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T04:08:59.502 DEBUG:teuthology.orchestra.run.smithi146:> true 2023-11-17T04:08:59.573 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi146.front.sepia.ceph.com' 2023-11-17T04:08:59.574 INFO:teuthology.run_tasks:Running task clock... 2023-11-17T04:08:59.584 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-17T04:08:59.584 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T04:08:59.584 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T04:08:59.588 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T04:08:59.588 DEBUG:teuthology.orchestra.run.smithi146:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T04:08:59.620 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T04:08:59.635 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T04:08:59.646 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T04:08:59.660 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T04:08:59.703 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2023-11-17T04:08:59.715 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2023-11-17T04:08:59.729 INFO:teuthology.orchestra.run.smithi146.stderr:sudo: ntpd: command not found 2023-11-17T04:08:59.730 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T04:08:59.741 INFO:teuthology.orchestra.run.smithi146.stdout:506 Cannot talk to daemon 2023-11-17T04:08:59.745 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T04:08:59.755 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T04:08:59.768 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T04:08:59.808 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.813 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.828 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-11-17T04:08:59.833 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T04:08:59.834 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-11-17T04:08:59.834 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.834 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.834 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.834 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:08:59.834 INFO:teuthology.run_tasks:Running task pexec... 2023-11-17T04:08:59.846 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-17T04:08:59.846 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2023-11-17T04:08:59.846 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T04:08:59.847 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi146.front.sepia.ceph.com 2023-11-17T04:08:59.847 DEBUG:teuthology.orchestra.run.smithi146:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T04:09:00.758 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:02:08 ago on Fri 17 Nov 2023 04:06:52 AM UTC. 2023-11-17T04:09:00.770 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:04 ago on Fri 17 Nov 2023 04:06:56 AM UTC. 2023-11-17T04:09:02.874 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-17T04:09:02.875 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout: Package Architecture Version Repository Size 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout:Resetting modules: 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:02.876 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:03.041 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-17T04:09:03.042 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:03.042 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-11-17T04:09:03.042 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:03.043 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:03.114 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-17T04:09:03.305 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-17T04:09:04.058 INFO:teuthology.orchestra.run.smithi146.stdout:Last metadata expiration check: 0:02:11 ago on Fri 17 Nov 2023 04:06:52 AM UTC. 2023-11-17T04:09:04.291 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:08 ago on Fri 17 Nov 2023 04:06:56 AM UTC. 2023-11-17T04:09:06.156 INFO:teuthology.orchestra.run.smithi146.stdout:Dependencies resolved. 2023-11-17T04:09:06.332 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:06.332 INFO:teuthology.orchestra.run.smithi146.stdout: Package Arch Version Repository Size 2023-11-17T04:09:06.332 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout:Installing group/module packages: 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout:Installing dependencies: 2023-11-17T04:09:06.333 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout:Installing weak dependencies: 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout:Installing module profiles: 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools/common 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout:Enabling module streams: 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: container-tools rhel8 2023-11-17T04:09:06.334 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction Summary 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:================================================================================ 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:Install 13 Packages 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:Total download size: 27 M 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:Installed size: 89 M 2023-11-17T04:09:06.335 INFO:teuthology.orchestra.run.smithi146.stdout:Downloading Packages: 2023-11-17T04:09:06.533 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T04:09:06.731 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout:Installing weak dependencies: 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2023-11-17T04:09:06.732 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools rhel8 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:Install 13 Packages 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 27 M 2023-11-17T04:09:06.733 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 89 M 2023-11-17T04:09:06.734 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-11-17T04:09:07.123 INFO:teuthology.orchestra.run.smithi146.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-11-17T04:09:07.206 INFO:teuthology.orchestra.run.smithi146.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 455 kB/s | 38 kB 00:00 2023-11-17T04:09:07.448 INFO:teuthology.orchestra.run.smithi146.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 996 kB/s | 241 kB 00:00 2023-11-17T04:09:07.494 INFO:teuthology.orchestra.run.smithi063.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-17T04:09:07.619 INFO:teuthology.orchestra.run.smithi063.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 303 kB/s | 38 kB 00:00 2023-11-17T04:09:07.640 INFO:teuthology.orchestra.run.smithi146.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 673 kB/s | 750 kB 00:01 2023-11-17T04:09:07.741 INFO:teuthology.orchestra.run.smithi146.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-11-17T04:09:07.828 INFO:teuthology.orchestra.run.smithi063.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.1 MB/s | 241 kB 00:00 2023-11-17T04:09:07.833 INFO:teuthology.orchestra.run.smithi146.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-11-17T04:09:07.916 INFO:teuthology.orchestra.run.smithi146.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-11-17T04:09:08.441 INFO:teuthology.orchestra.run.smithi146.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.9 MB/s | 3.9 MB 00:00 2023-11-17T04:09:08.867 INFO:teuthology.orchestra.run.smithi146.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.0 MB/s | 2.5 MB 00:00 2023-11-17T04:09:08.959 INFO:teuthology.orchestra.run.smithi146.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-11-17T04:09:09.051 INFO:teuthology.orchestra.run.smithi146.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 448 kB/s | 41 kB 00:00 2023-11-17T04:09:09.253 INFO:teuthology.orchestra.run.smithi063.stdout:(4/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.7 MB/s | 3.9 MB 00:01 2023-11-17T04:09:09.403 INFO:teuthology.orchestra.run.smithi063.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-11-17T04:09:09.476 INFO:teuthology.orchestra.run.smithi146.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 5.2 MB/s | 8.1 MB 00:01 2023-11-17T04:09:09.495 INFO:teuthology.orchestra.run.smithi063.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-11-17T04:09:09.587 INFO:teuthology.orchestra.run.smithi063.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-11-17T04:09:09.829 INFO:teuthology.orchestra.run.smithi063.stdout:(8/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 336 kB/s | 1.0 MB 00:03 2023-11-17T04:09:11.271 INFO:teuthology.orchestra.run.smithi063.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 4.8 MB/s | 8.1 MB 00:01 2023-11-17T04:09:11.354 INFO:teuthology.orchestra.run.smithi063.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 633 kB/s | 53 kB 00:00 2023-11-17T04:09:11.438 INFO:teuthology.orchestra.run.smithi063.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2023-11-17T04:09:12.326 INFO:teuthology.orchestra.run.smithi146.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.7 MB/s | 9.6 MB 00:05 2023-11-17T04:09:12.326 INFO:teuthology.orchestra.run.smithi146.stdout:-------------------------------------------------------------------------------- 2023-11-17T04:09:12.326 INFO:teuthology.orchestra.run.smithi146.stdout:Total 4.4 MB/s | 27 MB 00:05 2023-11-17T04:09:12.600 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction check 2023-11-17T04:09:12.622 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction check succeeded. 2023-11-17T04:09:12.622 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction test 2023-11-17T04:09:12.879 INFO:teuthology.orchestra.run.smithi146.stdout:Transaction test succeeded. 2023-11-17T04:09:12.883 INFO:teuthology.orchestra.run.smithi146.stdout:Running transaction 2023-11-17T04:09:13.576 INFO:teuthology.orchestra.run.smithi146.stdout: Preparing : 1/1 2023-11-17T04:09:13.784 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T04:09:13.971 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T04:09:14.172 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T04:09:14.263 INFO:teuthology.orchestra.run.smithi063.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 584 kB/s | 2.5 MB 00:04 2023-11-17T04:09:14.415 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T04:09:14.805 INFO:teuthology.orchestra.run.smithi063.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.2 MB/s | 9.6 MB 00:08 2023-11-17T04:09:14.806 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-11-17T04:09:14.806 INFO:teuthology.orchestra.run.smithi063.stdout:Total 3.3 MB/s | 27 MB 00:08 2023-11-17T04:09:14.980 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T04:09:15.088 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-11-17T04:09:15.111 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-11-17T04:09:15.111 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-11-17T04:09:15.383 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-11-17T04:09:15.386 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-11-17T04:09:15.963 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T04:09:16.101 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-11-17T04:09:16.179 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T04:09:16.345 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T04:09:16.367 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T04:09:16.506 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T04:09:16.609 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T04:09:16.723 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T04:09:16.971 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T04:09:17.017 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T04:09:17.781 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T04:09:17.957 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T04:09:18.202 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T04:09:18.379 INFO:teuthology.orchestra.run.smithi146.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T04:09:18.796 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T04:09:18.812 INFO:teuthology.orchestra.run.smithi146.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T04:09:18.812 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T04:09:18.812 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T04:09:18.812 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T04:09:18.813 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T04:09:19.048 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T04:09:19.252 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T04:09:19.519 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout:Installed: 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.803 INFO:teuthology.orchestra.run.smithi146.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:09:19.804 INFO:teuthology.orchestra.run.smithi146.stdout:Complete! 2023-11-17T04:09:19.869 DEBUG:teuthology.parallel:result is None 2023-11-17T04:09:19.940 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T04:09:20.852 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T04:09:21.075 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T04:09:21.288 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T04:09:21.728 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T04:09:53.752 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T04:09:53.752 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T04:09:53.752 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T04:09:53.753 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T04:09:53.754 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T04:09:53.754 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:53.755 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T04:09:53.776 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-11-17T04:09:53.777 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-11-17T04:09:53.777 DEBUG:teuthology.parallel:result is None 2023-11-17T04:09:53.777 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-17T04:09:53.854 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-17T04:09:53.855 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2023-11-17T04:09:53.855 INFO:tasks.cephadm:Cluster fsid is 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:09:53.855 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-17T04:09:53.855 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-17T04:09:53.855 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi063': '172.21.15.63', 'mon.smithi146': '172.21.15.146'} 2023-11-17T04:09:53.856 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-17T04:09:53.856 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2023-11-17T04:09:53.892 DEBUG:teuthology.orchestra.run.smithi146:> sudo hostname $(hostname -s) 2023-11-17T04:09:53.926 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2023-11-17T04:09:53.927 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.082 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 17 04:09 /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.110 DEBUG:teuthology.orchestra.run.smithi146:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.312 INFO:teuthology.orchestra.run.smithi146.stdout:-rw-rw-r--. 1 ubuntu ubuntu 292005 Nov 17 04:09 /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.312 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.336 DEBUG:teuthology.orchestra.run.smithi146:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T04:09:54.367 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2023-11-17T04:09:54.409 DEBUG:teuthology.orchestra.run.smithi146:> sudo mkdir -p /etc/ceph 2023-11-17T04:09:54.443 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2023-11-17T04:09:54.481 DEBUG:teuthology.orchestra.run.smithi146:> sudo chmod 777 /etc/ceph 2023-11-17T04:09:54.512 INFO:tasks.cephadm:Writing seed config... 2023-11-17T04:09:54.513 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-17T04:09:54.513 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-17T04:09:54.514 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-17T04:09:54.514 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:09:54.515 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-17T04:09:54.543 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 = 293e85a8-84ff-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-17T04:09:54.544 DEBUG:teuthology.orchestra.run.smithi063:mon.smithi063> sudo journalctl -f -n 0 -u ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service 2023-11-17T04:09:54.586 INFO:tasks.cephadm:Bootstrapping... 2023-11-17T04:09:54.586 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 --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.63 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-17T04:09:54.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:-- Logs begin at Fri 2023-11-17 03:59:47 UTC. -- 2023-11-17T04:09:54.880 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-17T04:09:55.461 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.6.1 2023-11-17T04:09:55.472 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying podman|docker is present... 2023-11-17T04:09:55.472 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-17T04:09:55.494 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.6.1 2023-11-17T04:09:55.508 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying lvm2 is present... 2023-11-17T04:09:55.508 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying time synchronization is in place... 2023-11-17T04:09:55.508 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chrony.service 2023-11-17T04:09:55.515 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T04:09:55.516 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chrony.service 2023-11-17T04:09:55.521 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:09:55.522 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-17T04:09:55.528 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2023-11-17T04:09:55.528 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chronyd.service 2023-11-17T04:09:55.534 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2023-11-17T04:09:55.537 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2023-11-17T04:09:55.537 INFO:teuthology.orchestra.run.smithi063.stderr:Repeating the final host check... 2023-11-17T04:09:55.537 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-17T04:09:55.555 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 4.6.1 2023-11-17T04:09:55.568 INFO:teuthology.orchestra.run.smithi063.stderr:podman|docker (/bin/podman) is present 2023-11-17T04:09:55.568 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl is present 2023-11-17T04:09:55.569 INFO:teuthology.orchestra.run.smithi063.stderr:lvcreate is present 2023-11-17T04:09:55.569 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chrony.service 2023-11-17T04:09:55.570 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T04:09:55.571 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chrony.service 2023-11-17T04:09:55.577 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:09:55.577 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-17T04:09:55.584 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: enabled 2023-11-17T04:09:55.584 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active chronyd.service 2023-11-17T04:09:55.588 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: active 2023-11-17T04:09:55.590 INFO:teuthology.orchestra.run.smithi063.stderr:Unit chronyd.service is enabled and running 2023-11-17T04:09:55.591 INFO:teuthology.orchestra.run.smithi063.stderr:Host looks OK 2023-11-17T04:09:55.591 INFO:teuthology.orchestra.run.smithi063.stderr:Cluster fsid: 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:09:55.591 INFO:teuthology.orchestra.run.smithi063.stderr:Acquiring lock 140260813410432 on /run/cephadm/293e85a8-84ff-11ee-8dbe-212e2dc638e7.lock 2023-11-17T04:09:55.591 INFO:teuthology.orchestra.run.smithi063.stderr:Lock 140260813410432 acquired on /run/cephadm/293e85a8-84ff-11ee-8dbe-212e2dc638e7.lock 2023-11-17T04:09:55.591 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 3300 ... 2023-11-17T04:09:55.592 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying IP 172.21.15.63 port 6789 ... 2023-11-17T04:09:55.592 INFO:teuthology.orchestra.run.smithi063.stderr:Base mon IP is 172.21.15.63, final addrv is [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2023-11-17T04:09:55.592 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip route ls 2023-11-17T04:09:55.593 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.63 metric 100 2023-11-17T04:09:55.593 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.63 metric 100 2023-11-17T04:09:55.594 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip -6 route ls 2023-11-17T04:09:55.601 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1774sec hoplimit 64 pref medium 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /sbin/ip -6 addr ls 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-17T04:09:55.602 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T04:09:55.603 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-17T04:09:55.603 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: inet6 fe80::ec4:7aff:feb6:f8d7/64 scope link 2023-11-17T04:09:55.603 INFO:teuthology.orchestra.run.smithi063.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T04:09:55.603 INFO:teuthology.orchestra.run.smithi063.stderr:Mon IP 172.21.15.63 is in CIDR network 172.21.0.0/20 2023-11-17T04:09:55.603 INFO:teuthology.orchestra.run.smithi063.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-17T04:09:55.604 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2023-11-17T04:09:55.604 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2023-11-17T04:09:55.693 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2023-11-17T04:10:03.254 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Getting image source signatures 2023-11-17T04:10:03.267 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2023-11-17T04:10:03.268 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-17T04:10:15.316 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-17T04:10:15.383 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: Writing manifest to image destination 2023-11-17T04:10:15.723 INFO:teuthology.orchestra.run.smithi063.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2023-11-17T04:10:15.735 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2023-11-17T04:10:16.290 INFO:teuthology.orchestra.run.smithi063.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-17T04:10:16.647 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2023-11-17T04:10:16.672 INFO:teuthology.orchestra.run.smithi063.stderr:Extracting ceph user uid/gid from container image... 2023-11-17T04:10:16.672 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2023-11-17T04:10:16.950 INFO:teuthology.orchestra.run.smithi063.stderr:stat: 167 167 2023-11-17T04:10:17.269 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial keys... 2023-11-17T04:10:17.270 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-17T04:10:17.566 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQCp51ZlUJDuIBAARFYvyv8mpVV+DVd9bmPUUg== 2023-11-17T04:10:17.912 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQCq51Zl/5QJChAAwaXPpStbxCFKDUFZVFMN7A== 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-authtool: AQCq51ZlG2nWLxAAyF47TibenHH0eoE4d0vqZQ== 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial monmap... 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpzv7baflm:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 --addv smithi063 [v2:172.21.15.63:3300,v1:172.21.15.63:6789] /tmp/monmap 2023-11-17T04:10:19.621 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T04:10:19.622 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:19.622 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T04:10:19.773 INFO:teuthology.orchestra.run.smithi063.stderr:monmaptool for smithi063 [v2:172.21.15.63:3300,v1:172.21.15.63:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T04:10:19.773 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: set fsid to 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:19.773 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T04:10:19.773 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:10:19.774 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mon... 2023-11-17T04:10:19.774 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z -v /tmp/ceph-tmp76iryk9p:/tmp/keyring:z -v /tmp/ceph-tmpzv7baflm:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi063 --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.038+0000 7f2b7ae1a700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 1 imported monmap: 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: last_changed 2023-11-17T04:10:19.420387+0000 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: created 2023-11-17T04:10:19.420387+0000 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-17T04:10:20.087 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.smithi063 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 0 /usr/bin/ceph-mon: set fsid to 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 4 rocksdb: Compile date May 13 2021 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.039+0000 7f2b7ae1a700 4 rocksdb: DB SUMMARY 2023-11-17T04:10:20.088 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 0, files: 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.error_if_exists: 0 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.create_if_missing: 1 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.env: 0x56267cb541c0 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.fs: Posix File System 2023-11-17T04:10:20.089 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.info_log: 0x56267e458ec0 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.statistics: (nil) 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.use_fsync: 0 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T04:10:20.090 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.db_log_dir: 2023-11-17T04:10:20.091 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2023-11-17T04:10:20.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T04:10:20.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T04:10:20.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T04:10:20.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T04:10:20.092 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T04:10:20.093 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T04:10:20.093 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T04:10:20.093 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T04:10:20.093 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T04:10:20.093 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.write_buffer_manager: 0x56267e45f530 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T04:10:20.094 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.unordered_write: 0 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T04:10:20.095 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T04:10:20.096 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.row_cache: None 2023-11-17T04:10:20.097 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.wal_filter: None 2023-11-17T04:10:20.097 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T04:10:20.097 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T04:10:20.098 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T04:10:20.098 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.two_write_queues: 0 2023-11-17T04:10:20.098 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T04:10:20.098 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.atomic_flush: 0 2023-11-17T04:10:20.098 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T04:10:20.099 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T04:10:20.099 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T04:10:20.099 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T04:10:20.099 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T04:10:20.100 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_open_files: -1 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Compression algorithms supported: 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T04:10:20.101 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kZSTD supported: 0 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kXpressCompression supported: 0 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kZlibCompression supported: 1 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.102 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000001 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.merge_operator: 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_filter: None 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56267e370120) 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-17T04:10:20.103 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache: 0x56267e3a6d10 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-17T04:10:20.104 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-17T04:10:20.105 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T04:10:20.106 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression: NoCompression 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.num_levels: 7 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T04:10:20.107 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T04:10:20.108 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T04:10:20.109 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T04:10:20.110 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T04:10:20.110 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T04:10:20.110 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T04:10:20.110 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T04:10:20.110 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T04:10:20.111 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.table_properties_collectors: 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.bloom_locality: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T04:10:20.112 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.ttl: 2592000 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.040+0000 7f2b7ae1a700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.041+0000 7f2b7ae1a700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.041+0000 7f2b7ae1a700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.042+0000 7f2b7ae1a700 4 rocksdb: DB pointer 0x56267e46b800 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.042+0000 7f2b63cb3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.042+0000 7f2b63cb3700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-17T04:10:20.113 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T04:10:20.114 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T04:10:20.115 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:20.116 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.043+0000 7f2b7ae1a700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.043+0000 7f2b7ae1a700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-17T04:10:20.117 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph-mon: debug 2023-11-17T04:10:20.043+0000 7f2b7ae1a700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi063 for mon.smithi063 2023-11-17T04:10:20.403 INFO:teuthology.orchestra.run.smithi063.stderr:create mon.smithi063 on 2023-11-17T04:10:20.404 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:20.409 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl disable ceph.target 2023-11-17T04:10:20.506 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph.target 2023-11-17T04:10:20.512 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-17T04:10:20.595 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph.target 2023-11-17T04:10:20.602 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target 2023-11-17T04:10:20.609 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target. 2023-11-17T04:10:20.609 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target. 2023-11-17T04:10:20.691 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target 2023-11-17T04:10:20.706 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl daemon-reload 2023-11-17T04:10:20.796 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:10:20.823 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl reset-failed ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:10:20.828 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service: Unit ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service not loaded. 2023-11-17T04:10:20.829 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:10:20.836 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target.wants/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service → /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T04:10:20.926 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:10:21.287 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T04:10:21.295 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-17T04:10:21.295 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T04:10:21.303 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:10:21.304 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-17T04:10:21.304 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T04:10:21.304 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-17T04:10:21.305 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon to start... 2023-11-17T04:10:21.305 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mon... 2023-11-17T04:10:21.305 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2023-11-17T04:10:21.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.293283+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-17T04:10:21.769 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: cluster: 2023-11-17T04:10:21.769 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: id: 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:21.769 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-17T04:10:21.769 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: services: 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi063 (age 0.456617s) 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: data: 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: pgs: 2023-11-17T04:10:21.770 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:22.110 INFO:teuthology.orchestra.run.smithi063.stderr:mon is available 2023-11-17T04:10:22.110 INFO:teuthology.orchestra.run.smithi063.stderr:Assimilating anything we can from ceph.conf... 2023-11-17T04:10:22.110 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi063/config 2023-11-17T04:10:22.578 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:22.578 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [global] 2023-11-17T04:10:22.578 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: fsid = 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:22.578 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.63:3300,v1:172.21.15.63:6789] 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [mgr] 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: [osd] 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2023-11-17T04:10:22.579 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.309875+0000 mon.smithi063 (mon.0) 2 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.310131+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.313689+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] fsmap 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.317640+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: cluster 2023-11-17T04:10:21.318070+0000 mon.smithi063 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T04:10:22.600 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: audit 2023-11-17T04:10:21.766456+0000 mon.smithi063 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.63:0/694195861' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-17T04:10:22.967 INFO:teuthology.orchestra.run.smithi063.stderr:Generating new minimal ceph.conf... 2023-11-17T04:10:22.968 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/mon.smithi063:/var/lib/ceph/mon/ceph-smithi063:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi063/config 2023-11-17T04:10:23.574 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: audit 2023-11-17T04:10:22.572800+0000 mon.smithi063 (mon.0) 8 : audit [INF] from='client.? 172.21.15.63:0/4167807853' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T04:10:23.575 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: audit 2023-11-17T04:10:22.576075+0000 mon.smithi063 (mon.0) 9 : audit [INF] from='client.? 172.21.15.63:0/4167807853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T04:10:23.760 INFO:teuthology.orchestra.run.smithi063.stderr:Restarting the monitor... 2023-11-17T04:10:23.760 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl restart ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:10:23.850 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:23 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 293e85a8-84ff-11ee-8dbe-212e2dc638e7... 2023-11-17T04:10:24.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: debug 2023-11-17T04:10:23.847+0000 7fc178843700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T04:10:24.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107069]: debug 2023-11-17T04:10:23.847+0000 7fc178843700 -1 mon.smithi063@0(leader) e1 *** Got Signal Terminated *** 2023-11-17T04:10:24.520 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 podman[107392]: ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063 2023-11-17T04:10:24.520 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 systemd[1]: ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service: Succeeded. 2023-11-17T04:10:24.520 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 systemd[1]: Stopped Ceph mon.smithi063 for 293e85a8-84ff-11ee-8dbe-212e2dc638e7. 2023-11-17T04:10:24.520 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 systemd[1]: Starting Ceph mon.smithi063 for 293e85a8-84ff-11ee-8dbe-212e2dc638e7... 2023-11-17T04:10:24.576 INFO:teuthology.orchestra.run.smithi063.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-17T04:10:24.577 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.570+0000 7ff90b93c700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.570+0000 7ff90b93c700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 7 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.570+0000 7ff90b93c700 0 pidfile_write: ignore empty --pid-file 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 bash[107464]: 273be72d5ffdb2d05cea47c3622e68dfb4e3f9f490de3bf794a62e9913e31ee3 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 systemd[1]: Started Ceph mon.smithi063 for 293e85a8-84ff-11ee-8dbe-212e2dc638e7. 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.575+0000 7ff90b93c700 0 load: jerasure load: lrc load: isa 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T04:10:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Compile date May 13 2021 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: DB SUMMARY 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: CURRENT file: CURRENT 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi063/store.db dir, Total Num: 1, files: 000004.sst 2023-11-17T04:10:24.890 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi063/store.db: 000006.log size: 79874 ; 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.error_if_exists: 0 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.create_if_missing: 0 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.env: 0x556ebf70c1c0 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.fs: Posix File System 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.info_log: 0x556ec06dd960 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.statistics: (nil) 2023-11-17T04:10:24.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.use_fsync: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.db_log_dir: 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi063/store.db 2023-11-17T04:10:24.892 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.write_buffer_manager: 0x556ec1352030 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T04:10:24.893 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.unordered_write: 0 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T04:10:24.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.row_cache: None 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.wal_filter: None 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.two_write_queues: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.atomic_flush: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T04:10:24.895 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.max_open_files: -1 2023-11-17T04:10:24.896 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Compression algorithms supported: 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kZSTD supported: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kXpressCompression supported: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kZlibCompression supported: 1 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T04:10:24.897 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.merge_operator: 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.compaction_filter: None 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.576+0000 7ff90b93c700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556ec05f4128) 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cache_index_and_filter_blocks: 1 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T04:10:24.898 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: pin_top_level_index_and_filter: 1 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: index_type: 0 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: data_block_index_type: 0 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: index_shortening: 1 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: data_block_hash_table_util_ratio: 0.750000 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: hash_index_allow_collision: 1 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: checksum: 1 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: no_block_cache: 0 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_cache: 0x556ec062af10 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_cache_name: BinnedLRUCache 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_cache_options: 2023-11-17T04:10:24.899 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: capacity : 536870912 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: num_shard_bits : 4 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: strict_capacity_limit : 0 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: high_pri_pool_ratio: 0.000 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_cache_compressed: (nil) 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: persistent_cache: (nil) 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_size: 4096 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_size_deviation: 10 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_restart_interval: 16 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: index_block_restart_interval: 1 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: metadata_block_size: 4096 2023-11-17T04:10:24.901 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: partition_filters: 0 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: use_delta_encoding: 1 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: whole_key_filtering: 1 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: verify_compression: 0 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: read_amp_bytes_per_bit: 0 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: format_version: 2 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: enable_index_compression: 1 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: block_align: 0 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T04:10:24.902 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression: NoCompression 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.num_levels: 7 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T04:10:24.903 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T04:10:24.904 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T04:10:24.905 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.table_properties_collectors: 2023-11-17T04:10:24.906 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.bloom_locality: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.ttl: 2592000 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T04:10:24.907 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi063/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700194224579172, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.577+0000 7ff90b93c700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.578+0000 7ff90b93c700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.578+0000 7ff90b93c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700194224580268, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 76862, "table_properties": {"data_size": 75159, "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": 69862, "raw_average_value_size": 361, "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": 1700194224, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.578+0000 7ff90b93c700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.579+0000 7ff90b93c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700194224580744, "job": 1, "event": "recovery_finished"} 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.580+0000 7ff90b93c700 4 rocksdb: DB pointer 0x556ec06ef800 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.580+0000 7ff8f2754700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T04:10:24.908 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.580+0000 7ff8f2754700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** DB Stats ** 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** Compaction Stats [default] ** 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:24.909 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** Compaction Stats [default] ** 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:24.910 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Cumulative compaction: 0.00 GB write, 23.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Interval compaction: 0.00 GB write, 23.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** Compaction Stats [default] ** 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:24.911 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: L0 2/0 76.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Sum 2/0 76.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 92.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** Compaction Stats [default] ** 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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.7 0.00 0.00 1 0.001 0 0 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T04:10:24.912 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Cumulative compaction: 0.00 GB write, 22.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.580+0000 7ff90b93c700 0 starting mon.smithi063 rank 0 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi063 fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.581+0000 7ff90b93c700 1 mon.smithi063@-1(???) e1 preinit fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.581+0000 7ff90b93c700 0 mon.smithi063@-1(???).mds e1 new map 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.581+0000 7ff90b93c700 0 mon.smithi063@-1(???).mds e1 print_map 2023-11-17T04:10:24.913 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: e1 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: legacy client fscid: -1 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: No filesystems configured 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.582+0000 7ff90b93c700 0 mon.smithi063@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.582+0000 7ff90b93c700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.582+0000 7ff90b93c700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.582+0000 7ff90b93c700 0 mon.smithi063@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T04:10:24.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:22.572800+0000 mon.smithi063 (mon.0) 8 : audit [INF] from='client.? 172.21.15.63:0/4167807853' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:22.576075+0000 mon.smithi063 (mon.0) 9 : audit [INF] from='client.? 172.21.15.63:0/4167807853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.582+0000 7ff90b93c700 1 mon.smithi063@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expand map: {default=false} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta from 'false' to 'false' 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expanded map: {default=false} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expand map: {default=info} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta from 'info' to 'info' 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expanded map: {default=info} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expand map: {default=daemon} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expanded map: {default=daemon} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expand map: {default=debug} 2023-11-17T04:10:24.915 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta from 'debug' to 'debug' 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:10:24.583+0000 7ff90b93c700 20 expand_channel_meta expanded map: {default=debug} 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:24.599155+0000 mon.smithi063 (mon.0) 1 : cluster [INF] mon.smithi063 is new leader, mons smithi063 in quorum (ranks 0) 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:24.599219+0000 mon.smithi063 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi063=[v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0]} 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:24.599252+0000 mon.smithi063 (mon.0) 3 : cluster [DBG] fsmap 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:24.599275+0000 mon.smithi063 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T04:10:24.916 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:24.599695+0000 mon.smithi063 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T04:10:25.384 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-17T04:10:25.384 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-17T04:10:25.385 INFO:teuthology.orchestra.run.smithi063.stderr:Creating mgr... 2023-11-17T04:10:25.385 INFO:teuthology.orchestra.run.smithi063.stderr:Verifying port 9283 ... 2023-11-17T04:10:25.387 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl daemon-reload 2023-11-17T04:10:25.486 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis 2023-11-17T04:10:25.512 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl reset-failed ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis 2023-11-17T04:10:25.518 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Failed to reset failed state of unit ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis.service: Unit ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis.service not loaded. 2023-11-17T04:10:25.518 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl enable ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis 2023-11-17T04:10:25.524 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: Created symlink /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7.target.wants/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis.service → /etc/systemd/system/ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@.service. 2023-11-17T04:10:25.614 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mgr.smithi063.cwyfis 2023-11-17T04:10:25.920 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T04:10:25.929 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-17T04:10:25.929 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T04:10:25.937 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:10:25.938 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-17T04:10:25.938 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T04:10:25.938 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[]>. firewalld.service is not available 2023-11-17T04:10:25.938 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T04:10:25.946 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-17T04:10:25.946 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr to start... 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr... 2023-11-17T04:10:25.961 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-17T04:10:26.391 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:25.022779+0000 mon.smithi063 (mon.0) 6 : audit [INF] from='client.? 172.21.15.63:0/2561393357' entity='client.admin' 2023-11-17T04:10:26.433 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:26.436 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:26.436 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "293e85a8-84ff-11ee-8dbe-212e2dc638e7", 2023-11-17T04:10:26.436 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-17T04:10:26.436 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-17T04:10:26.437 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T04:10:26.438 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T04:10:26.439 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T04:10:26.439 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T04:10:26.439 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T04:10:26.440 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T04:10:26.440 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.440 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T04:10:26.440 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T04:10:26.440 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T04:10:26.441 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T04:10:26.441 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T04:10:26.441 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T04:10:26.441 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T04:10:26.441 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T04:10:26.443 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T04:10:26.444 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-17T04:10:21.311840+0000", 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:26.445 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T04:10:26.446 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:26.802 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (1/15)... 2023-11-17T04:10:27.388 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:26.431684+0000 mon.smithi063 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.63:0/1891507041' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T04:10:28.804 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-17T04:10:29.245 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:29.245 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "293e85a8-84ff-11ee-8dbe-212e2dc638e7", 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-17T04:10:29.249 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:29.250 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T04:10:29.251 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T04:10:29.252 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-17T04:10:21.311840+0000", 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T04:10:29.253 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:29.577 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:29.243655+0000 mon.smithi063 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.63:0/643105938' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T04:10:29.617 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (2/15)... 2023-11-17T04:10:31.620 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:31.094300+0000 mon.smithi063 (mon.0) 9 : cluster [INF] Activating manager daemon smithi063.cwyfis 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:31.096890+0000 mon.smithi063 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi063.cwyfis(active, starting, since 0.00268805s) 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.097935+0000 mon.smithi063 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.098063+0000 mon.smithi063 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.098179+0000 mon.smithi063 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.098291+0000 mon.smithi063 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-17T04:10:31.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.098698+0000 mon.smithi063 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cwyfis", "id": "smithi063.cwyfis"}]: dispatch 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:31.111970+0000 mon.smithi063 (mon.0) 16 : cluster [INF] Manager daemon smithi063.cwyfis is now available 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.120711+0000 mon.smithi063 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.124112+0000 mon.smithi063 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.125289+0000 mon.smithi063 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.132797+0000 mon.smithi063 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:31.639 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:31.135584+0000 mon.smithi063 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.63:0/3339714130' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:32.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:32.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:32.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "293e85a8-84ff-11ee-8dbe-212e2dc638e7", 2023-11-17T04:10:32.039 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-17T04:10:32.040 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T04:10:32.041 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T04:10:32.045 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T04:10:32.046 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": false, 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T04:10:32.047 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:32.048 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-17T04:10:21.311840+0000", 2023-11-17T04:10:32.048 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:32.048 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:32.048 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T04:10:32.048 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:32.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:32.035523+0000 mon.smithi063 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.63:0/3748233615' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T04:10:32.327 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:32.099817+0000 mon.smithi063 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi063.cwyfis(active, since 1.00562s) 2023-11-17T04:10:32.375 INFO:teuthology.orchestra.run.smithi063.stderr:mgr not available, waiting (3/15)... 2023-11-17T04:10:34.378 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2023-11-17T04:10:34.515 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:33.154798+0000 mon.smithi063 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi063.cwyfis(active, since 2s) 2023-11-17T04:10:35.006 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 2023-11-17T04:10:35.006 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsid": "293e85a8-84ff-11ee-8dbe-212e2dc638e7", 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "health": { 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 0 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "smithi063" 2023-11-17T04:10:35.007 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T04:10:35.008 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T04:10:35.012 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "iostat", 2023-11-17T04:10:35.013 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "restful" 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ], 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "modified": "2023-11-17T04:10:21.311840+0000", 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "services": {} 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: }, 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T04:10:35.014 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:35.366 INFO:teuthology.orchestra.run.smithi063.stderr:mgr is available 2023-11-17T04:10:35.367 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling cephadm module... 2023-11-17T04:10:35.367 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2023-11-17T04:10:35.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:35 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:35.002989+0000 mon.smithi063 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.63:0/3093696111' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T04:10:36.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:35.938741+0000 mon.smithi063 (mon.0) 26 : audit [INF] from='client.? 172.21.15.63:0/4130714784' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-17T04:10:37.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:36.595860+0000 mon.smithi063 (mon.0) 27 : audit [INF] from='client.? 172.21.15.63:0/4130714784' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-17T04:10:37.949 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:36.595915+0000 mon.smithi063 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi063.cwyfis(active, since 5s) 2023-11-17T04:10:37.991 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.cwyfis", 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T04:10:39.246 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:39.568 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:39.244524+0000 mon.smithi063 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.63:0/454088694' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T04:10:39.632 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2023-11-17T04:10:39.632 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 5... 2023-11-17T04:10:39.632 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-17T04:10:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:41.756165+0000 mon.smithi063 (mon.0) 30 : cluster [INF] Active manager daemon smithi063.cwyfis restarted 2023-11-17T04:10:42.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:41.756528+0000 mon.smithi063 (mon.0) 31 : cluster [INF] Activating manager daemon smithi063.cwyfis 2023-11-17T04:10:42.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:41.760568+0000 mon.smithi063 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-17T04:10:42.827 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:10:42.827 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-17T04:10:42.827 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T04:10:42.827 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:41.811158+0000 mon.smithi063 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi063.cwyfis(active, starting, since 0.0547004s) 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.813817+0000 mon.smithi063 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.814317+0000 mon.smithi063 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cwyfis", "id": "smithi063.cwyfis"}]: dispatch 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.815078+0000 mon.smithi063 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.815293+0000 mon.smithi063 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.815496+0000 mon.smithi063 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T04:10:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:41.828810+0000 mon.smithi063 (mon.0) 39 : cluster [INF] Manager daemon smithi063.cwyfis is now available 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.843035+0000 mon.smithi063 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.845577+0000 mon.smithi063 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.847896+0000 mon.smithi063 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.941348+0000 mon.smithi063 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.942050+0000 mon.smithi063 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.943676+0000 mon.smithi063 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.945293+0000 mon.smithi063 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.955130+0000 mon.smithi063 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:10:43.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:41.956423+0000 mon.smithi063 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:10:43.183 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 5 is available 2023-11-17T04:10:43.183 INFO:teuthology.orchestra.run.smithi063.stderr:Setting orchestrator backend to cephadm... 2023-11-17T04:10:43.183 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2023-11-17T04:10:44.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:42.818632+0000 mgr.smithi063.cwyfis (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T04:10:44.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:42.819111+0000 mon.smithi063 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi063.cwyfis(active, since 1.06265s) 2023-11-17T04:10:44.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:42.825628+0000 mgr.smithi063.cwyfis (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T04:10:44.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:43.736413+0000 mon.smithi063 (mon.0) 50 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:44.059 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:43.740049+0000 mon.smithi063 (mon.0) 51 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:10:44.090 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2023-11-17T04:10:45.523 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: value unchanged 2023-11-17T04:10:45.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:43.732634+0000 mgr.smithi063.cwyfis (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:45.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:44.737715+0000 mon.smithi063 (mon.0) 52 : cluster [DBG] mgrmap e8: smithi063.cwyfis(active, since 2s) 2023-11-17T04:10:46.619 INFO:teuthology.orchestra.run.smithi063.stderr:Generating ssh key... 2023-11-17T04:10:46.620 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2023-11-17T04:10:46.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:45.522104+0000 mgr.smithi063.cwyfis (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:10:47.921537+0000 mgr.smithi063.cwyfis (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2023-11-17T04:10:50.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:49 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:48.759658+0000 mon.smithi063 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:50.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:49 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:48.762186+0000 mon.smithi063 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:50.790 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2023-11-17T04:10:51.324 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsqn6KybyVSo4brh2GgIyiwea7MwhBLHy7QA8sTuHG1g1InnKL9YSiTEBmuPaTxa5VfJIsCKKHLr4wmoIuBRnH13mlF7PelO9fUYRa9NGiSPT7aaps7ISzJvdmahz+XlIIWmUdFJT/M0E4hcabout0ex8UNDTRvd50l7bYpL15rdw34ceu2ZyhqHtuw6zPHy7T9ti0dDUiOp1p7I5ldeVdlz2ruO318+bNyPDQgCAM8CShICCly+3G8cVPAdcxgpNbApozR42q58iK+yNbMn7hxhNpZcvVnNhHAwSgaJa/9J9p72BZ5TyLJ99WcZ+lD4iEL7Vtol2eD/iSYnLR2mBywcnO93uL1Jx6iFlQfUKRzIUn0qRhwkYAo/84o//iD3JsOgqiW6cD/j3A3OyKsVvMsjWlX/6cB3a0glCBur57+f43s9Cvy63d5VMJQBYOUubrTm6kzwShAEhnxymtro0AZL88ryPbTqnZgATassBOMrIpU+rL23hh1nM0rjwfah8= ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:10:51.772 INFO:teuthology.orchestra.run.smithi063.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-17T04:10:51.772 INFO:teuthology.orchestra.run.smithi063.stderr:Adding key to root@localhost authorized_keys... 2023-11-17T04:10:51.773 INFO:teuthology.orchestra.run.smithi063.stderr:Adding host smithi063... 2023-11-17T04:10:51.773 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi063 172.21.15.63 2023-11-17T04:10:51.920 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:51.322859+0000 mgr.smithi063.cwyfis (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:52.898 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Added host 'smithi063' 2023-11-17T04:10:56.932 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:52.299107+0000 mgr.smithi063.cwyfis (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "addr": "172.21.15.63", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:56.933 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mon service with default placement... 2023-11-17T04:10:56.933 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2023-11-17T04:10:56.933 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-17T04:10:56.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:52.896594+0000 mon.smithi063 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:56.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:10:52.896905+0000 mgr.smithi063.cwyfis (mgr.14116) 9 : cephadm [INF] Added host smithi063 2023-11-17T04:10:56.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:52.897159+0000 mon.smithi063 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:10:56.933 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:53.781194+0000 mon.smithi063 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:56.934 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying mgr service with default placement... 2023-11-17T04:10:56.934 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2023-11-17T04:10:56.934 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-17T04:10:56.935 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying crash service with default placement... 2023-11-17T04:10:56.935 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2023-11-17T04:10:56.935 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:53.778310+0000 mgr.smithi063.cwyfis (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:10:53.779071+0000 mgr.smithi063.cwyfis (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:54.604944+0000 mgr.smithi063.cwyfis (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:10:54.605469+0000 mgr.smithi063.cwyfis (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:54.607977+0000 mon.smithi063 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:56.935 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:55.525852+0000 mon.smithi063 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.63:0/730988140' entity='mgr.smithi063.cwyfis' 2023-11-17T04:10:56.936 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling mgr prometheus module... 2023-11-17T04:10:56.936 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2023-11-17T04:10:56.936 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:55.523092+0000 mgr.smithi063.cwyfis (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:10:56.936 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:10:55.523743+0000 mgr.smithi063.cwyfis (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-17T04:10:56.936 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:56.471722+0000 mon.smithi063 (mon.0) 60 : audit [INF] from='client.? 172.21.15.63:0/4233607876' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-17T04:10:56.972 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying prometheus service with default placement... 2023-11-17T04:10:56.972 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2023-11-17T04:10:57.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:10:56.612934+0000 mon.smithi063 (mon.0) 61 : audit [INF] from='client.? 172.21.15.63:0/4233607876' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-17T04:10:57.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:10:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:10:56.613004+0000 mon.smithi063 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi063.cwyfis(active, since 14s) 2023-11-17T04:11:02.016 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:01.815249+0000 mon.smithi063 (mon.0) 63 : cluster [INF] Active manager daemon smithi063.cwyfis restarted 2023-11-17T04:11:02.016 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:01.815627+0000 mon.smithi063 (mon.0) 64 : cluster [INF] Activating manager daemon smithi063.cwyfis 2023-11-17T04:11:02.016 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:01.817176+0000 mon.smithi063 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-17T04:11:02.882 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-17T04:11:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:01.868840+0000 mon.smithi063 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi063.cwyfis(active, starting, since 0.0532998s) 2023-11-17T04:11:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.871616+0000 mon.smithi063 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-17T04:11:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.871795+0000 mon.smithi063 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cwyfis", "id": "smithi063.cwyfis"}]: dispatch 2023-11-17T04:11:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.871952+0000 mon.smithi063 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.872068+0000 mon.smithi063 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.872185+0000 mon.smithi063 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:01.886076+0000 mon.smithi063 (mon.0) 72 : cluster [INF] Manager daemon smithi063.cwyfis is now available 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.988927+0000 mon.smithi063 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:01.990522+0000 mon.smithi063 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:02.011756+0000 mon.smithi063 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:11:03.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:02.016044+0000 mon.smithi063 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:11:03.221 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying grafana service with default placement... 2023-11-17T04:11:03.221 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2023-11-17T04:11:03.756 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-17T04:11:04.048 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:02.876371+0000 mon.smithi063 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi063.cwyfis(active, since 1.06083s) 2023-11-17T04:11:04.048 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:02.877628+0000 mgr.smithi063.cwyfis (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-17T04:11:04.048 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:02.879849+0000 mon.smithi063 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:04.048 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:03.755353+0000 mon.smithi063 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:04.104 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying node-exporter service with default placement... 2023-11-17T04:11:04.105 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2023-11-17T04:11:04.640 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-17T04:11:05.004 INFO:teuthology.orchestra.run.smithi063.stderr:Deploying alertmanager service with default placement... 2023-11-17T04:11:05.004 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2023-11-17T04:11:05.566 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-17T04:11:05.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:03.752825+0000 mgr.smithi063.cwyfis (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:03.753296+0000 mgr.smithi063.cwyfis (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:04.636724+0000 mgr.smithi063.cwyfis (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:04.637373+0000 mgr.smithi063.cwyfis (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:04.639292+0000 mon.smithi063 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:04.757098+0000 mon.smithi063 (mon.0) 81 : cluster [DBG] mgrmap e12: smithi063.cwyfis(active, since 2s) 2023-11-17T04:11:05.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:05.565432+0000 mon.smithi063 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:05.903 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2023-11-17T04:11:06.684 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:05.562697+0000 mgr.smithi063.cwyfis (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:06.684 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:05.563219+0000 mgr.smithi063.cwyfis (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-17T04:11:06.685 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:06.514486+0000 mon.smithi063 (mon.0) 83 : audit [INF] from='client.? 172.21.15.63:0/202016707' entity='client.admin' 2023-11-17T04:11:07.164 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-17T04:11:08.080 INFO:teuthology.orchestra.run.smithi063.stderr:Enabling the dashboard module... 2023-11-17T04:11:08.080 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2023-11-17T04:11:08.291 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:07.199880+0000 mon.smithi063 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:08.291 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:07.537518+0000 mon.smithi063 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:08.291 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:07.697812+0000 mon.smithi063 (mon.0) 86 : audit [INF] from='client.? 172.21.15.63:0/3542891722' entity='client.admin' 2023-11-17T04:11:09.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:08.637075+0000 mon.smithi063 (mon.0) 87 : audit [INF] from='mgr.14144 172.21.15.63:0/3667895743' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:09.914 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:08.861706+0000 mon.smithi063 (mon.0) 88 : audit [INF] from='client.? 172.21.15.63:0/3250134746' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-17T04:11:09.970 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2023-11-17T04:11:10.572 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:11:10.573 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-17T04:11:10.573 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "available": true, 2023-11-17T04:11:10.573 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "active_name": "smithi063.cwyfis", 2023-11-17T04:11:10.573 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T04:11:10.573 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:11:10.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:09.639038+0000 mon.smithi063 (mon.0) 89 : audit [INF] from='client.? 172.21.15.63:0/3250134746' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-17T04:11:10.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:09.639092+0000 mon.smithi063 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi063.cwyfis(active, since 7s) 2023-11-17T04:11:10.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:10.571047+0000 mon.smithi063 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.63:0/797563756' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T04:11:10.948 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for the mgr to restart... 2023-11-17T04:11:10.949 INFO:teuthology.orchestra.run.smithi063.stderr:Waiting for mgr epoch 13... 2023-11-17T04:11:10.949 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2023-11-17T04:11:15.847 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:14.849196+0000 mon.smithi063 (mon.0) 92 : cluster [INF] Active manager daemon smithi063.cwyfis restarted 2023-11-17T04:11:15.847 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:14.849641+0000 mon.smithi063 (mon.0) 93 : cluster [INF] Activating manager daemon smithi063.cwyfis 2023-11-17T04:11:15.847 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:14.855933+0000 mon.smithi063 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T04:11:16.612 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: { 2023-11-17T04:11:16.612 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-17T04:11:16.612 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T04:11:16.612 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: } 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:15.601989+0000 mon.smithi063 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi063.cwyfis(active, starting, since 0.752427s) 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.603463+0000 mon.smithi063 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata", "id": "smithi063"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.604261+0000 mon.smithi063 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mgr metadata", "who": "smithi063.cwyfis", "id": "smithi063.cwyfis"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.605335+0000 mon.smithi063 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.605548+0000 mon.smithi063 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.605720+0000 mon.smithi063 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:15.608167+0000 mon.smithi063 (mon.0) 101 : cluster [INF] Manager daemon smithi063.cwyfis is now available 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.722859+0000 mon.smithi063 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.724092+0000 mon.smithi063 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:11:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.750913+0000 mon.smithi063 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:11:16.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:15.754456+0000 mon.smithi063 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:11:17.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:16.603077+0000 mgr.smithi063.cwyfis (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T04:11:17.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:16.603909+0000 mon.smithi063 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi063.cwyfis(active, since 1.75435s) 2023-11-17T04:11:17.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:16.610506+0000 mgr.smithi063.cwyfis (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T04:11:18.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:17.608045+0000 mon.smithi063 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi063.cwyfis(active, since 2s) 2023-11-17T04:11:19.586 INFO:teuthology.orchestra.run.smithi063.stderr:mgr epoch 13 is available 2023-11-17T04:11:19.587 INFO:teuthology.orchestra.run.smithi063.stderr:Generating a dashboard self-signed certificate... 2023-11-17T04:11:19.587 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2023-11-17T04:11:20.256 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-17T04:11:20.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:19.650989+0000 mon.smithi063 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:20.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:20.251911+0000 mon.smithi063 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:20.735 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:20.254582+0000 mon.smithi063 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:20.953 INFO:teuthology.orchestra.run.smithi063.stderr:Creating initial admin user... 2023-11-17T04:11:20.953 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpxlpchv5d:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-17T04:11:21.727 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mHjp31qL8tRaMR5SPJWYUuLUU2ftW45kzKrp0bkpDH57Ytnk.xTnm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700194281, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-17T04:11:22.013 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:20.150388+0000 mgr.smithi063.cwyfis (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:22.077 INFO:teuthology.orchestra.run.smithi063.stderr:Fetching dashboard port number... 2023-11-17T04:11:22.077 INFO:teuthology.orchestra.run.smithi063.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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp5ugzqa15:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpmbjrpxd0:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2023-11-17T04:11:22.618 INFO:teuthology.orchestra.run.smithi063.stderr:/usr/bin/ceph: 8443 2023-11-17T04:11:22.985 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-17T04:11:22.988 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:21.482062+0000 mgr.smithi063.cwyfis (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:22.988 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:21.655029+0000 mon.smithi063 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi063.cwyfis(active, since 6s) 2023-11-17T04:11:22.988 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:21.725819+0000 mon.smithi063 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:22.988 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:22.616807+0000 mon.smithi063 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.63:0/2916426874' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-17T04:11:22.994 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: disabled 2023-11-17T04:11:22.995 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: systemctl is-active firewalld.service 2023-11-17T04:11:23.002 INFO:teuthology.orchestra.run.smithi063.stderr:systemctl: inactive 2023-11-17T04:11:23.003 INFO:teuthology.orchestra.run.smithi063.stderr:firewalld.service is not enabled 2023-11-17T04:11:23.003 INFO:teuthology.orchestra.run.smithi063.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr:Ceph Dashboard is now available at: 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr: URL: https://smithi063.front.sepia.ceph.com:8443/ 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr: User: admin 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr: Password: e36rcmodwe 2023-11-17T04:11:23.006 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr:You can access the Ceph CLI with: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: ceph telemetry on 2023-11-17T04:11:23.007 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr:For more information see: 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr:Bootstrap complete. 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr:Releasing lock 140260813410432 on /run/cephadm/293e85a8-84ff-11ee-8dbe-212e2dc638e7.lock 2023-11-17T04:11:23.009 INFO:teuthology.orchestra.run.smithi063.stderr:Lock 140260813410432 released on /run/cephadm/293e85a8-84ff-11ee-8dbe-212e2dc638e7.lock 2023-11-17T04:11:23.041 INFO:tasks.cephadm:Fetching config... 2023-11-17T04:11:23.041 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:11:23.042 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-17T04:11:23.060 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-17T04:11:23.060 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:11:23.060 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-17T04:11:23.119 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-17T04:11:23.119 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:11:23.119 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/mon.smithi063/keyring of=/dev/stdout 2023-11-17T04:11:23.192 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-17T04:11:23.192 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-11-17T04:11:23.192 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-17T04:11:23.251 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-17T04:11:23.251 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsqn6KybyVSo4brh2GgIyiwea7MwhBLHy7QA8sTuHG1g1InnKL9YSiTEBmuPaTxa5VfJIsCKKHLr4wmoIuBRnH13mlF7PelO9fUYRa9NGiSPT7aaps7ISzJvdmahz+XlIIWmUdFJT/M0E4hcabout0ex8UNDTRvd50l7bYpL15rdw34ceu2ZyhqHtuw6zPHy7T9ti0dDUiOp1p7I5ldeVdlz2ruO318+bNyPDQgCAM8CShICCly+3G8cVPAdcxgpNbApozR42q58iK+yNbMn7hxhNpZcvVnNhHAwSgaJa/9J9p72BZ5TyLJ99WcZ+lD4iEL7Vtol2eD/iSYnLR2mBywcnO93uL1Jx6iFlQfUKRzIUn0qRhwkYAo/84o//iD3JsOgqiW6cD/j3A3OyKsVvMsjWlX/6cB3a0glCBur57+f43s9Cvy63d5VMJQBYOUubrTm6kzwShAEhnxymtro0AZL88ryPbTqnZgATassBOMrIpU+rL23hh1nM0rjwfah8= ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T04:11:23.328 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsqn6KybyVSo4brh2GgIyiwea7MwhBLHy7QA8sTuHG1g1InnKL9YSiTEBmuPaTxa5VfJIsCKKHLr4wmoIuBRnH13mlF7PelO9fUYRa9NGiSPT7aaps7ISzJvdmahz+XlIIWmUdFJT/M0E4hcabout0ex8UNDTRvd50l7bYpL15rdw34ceu2ZyhqHtuw6zPHy7T9ti0dDUiOp1p7I5ldeVdlz2ruO318+bNyPDQgCAM8CShICCly+3G8cVPAdcxgpNbApozR42q58iK+yNbMn7hxhNpZcvVnNhHAwSgaJa/9J9p72BZ5TyLJ99WcZ+lD4iEL7Vtol2eD/iSYnLR2mBywcnO93uL1Jx6iFlQfUKRzIUn0qRhwkYAo/84o//iD3JsOgqiW6cD/j3A3OyKsVvMsjWlX/6cB3a0glCBur57+f43s9Cvy63d5VMJQBYOUubrTm6kzwShAEhnxymtro0AZL88ryPbTqnZgATassBOMrIpU+rL23hh1nM0rjwfah8= ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:11:23.340 DEBUG:teuthology.orchestra.run.smithi146:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsqn6KybyVSo4brh2GgIyiwea7MwhBLHy7QA8sTuHG1g1InnKL9YSiTEBmuPaTxa5VfJIsCKKHLr4wmoIuBRnH13mlF7PelO9fUYRa9NGiSPT7aaps7ISzJvdmahz+XlIIWmUdFJT/M0E4hcabout0ex8UNDTRvd50l7bYpL15rdw34ceu2ZyhqHtuw6zPHy7T9ti0dDUiOp1p7I5ldeVdlz2ruO318+bNyPDQgCAM8CShICCly+3G8cVPAdcxgpNbApozR42q58iK+yNbMn7hxhNpZcvVnNhHAwSgaJa/9J9p72BZ5TyLJ99WcZ+lD4iEL7Vtol2eD/iSYnLR2mBywcnO93uL1Jx6iFlQfUKRzIUn0qRhwkYAo/84o//iD3JsOgqiW6cD/j3A3OyKsVvMsjWlX/6cB3a0glCBur57+f43s9Cvy63d5VMJQBYOUubrTm6kzwShAEhnxymtro0AZL88ryPbTqnZgATassBOMrIpU+rL23hh1nM0rjwfah8= ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T04:11:23.385 INFO:teuthology.orchestra.run.smithi146.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsqn6KybyVSo4brh2GgIyiwea7MwhBLHy7QA8sTuHG1g1InnKL9YSiTEBmuPaTxa5VfJIsCKKHLr4wmoIuBRnH13mlF7PelO9fUYRa9NGiSPT7aaps7ISzJvdmahz+XlIIWmUdFJT/M0E4hcabout0ex8UNDTRvd50l7bYpL15rdw34ceu2ZyhqHtuw6zPHy7T9ti0dDUiOp1p7I5ldeVdlz2ruO318+bNyPDQgCAM8CShICCly+3G8cVPAdcxgpNbApozR42q58iK+yNbMn7hxhNpZcvVnNhHAwSgaJa/9J9p72BZ5TyLJ99WcZ+lD4iEL7Vtol2eD/iSYnLR2mBywcnO93uL1Jx6iFlQfUKRzIUn0qRhwkYAo/84o//iD3JsOgqiW6cD/j3A3OyKsVvMsjWlX/6cB3a0glCBur57+f43s9Cvy63d5VMJQBYOUubrTm6kzwShAEhnxymtro0AZL88ryPbTqnZgATassBOMrIpU+rL23hh1nM0rjwfah8= ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7 2023-11-17T04:11:23.397 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-17T04:11:25.455 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi146 2023-11-17T04:11:25.455 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-17T04:11:25.455 DEBUG:teuthology.orchestra.run.smithi146:> dd of=/etc/ceph/ceph.conf 2023-11-17T04:11:25.477 DEBUG:teuthology.orchestra.run.smithi146:> set -ex 2023-11-17T04:11:25.477 DEBUG:teuthology.orchestra.run.smithi146:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T04:11:25.539 INFO:tasks.cephadm:Adding host smithi146 to orchestrator... 2023-11-17T04:11:25.539 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi146 2023-11-17T04:11:26.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:24.847121+0000 mon.smithi063 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:26.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:25.052457+0000 mon.smithi063 (mon.0) 115 : audit [INF] from='client.? 172.21.15.63:0/4190850679' entity='client.admin' 2023-11-17T04:11:26.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:25.252084+0000 mon.smithi063 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:26.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:25.258822+0000 mgr.smithi063.cwyfis (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2023-11-17T04:11:36.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:35.606475+0000 mgr.smithi063.cwyfis (mgr.14164) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:38.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:37.606684+0000 mgr.smithi063.cwyfis (mgr.14164) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:40.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:39.607008+0000 mgr.smithi063.cwyfis (mgr.14164) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:41.607287+0000 mgr.smithi063.cwyfis (mgr.14164) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:45.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:43.607621+0000 mgr.smithi063.cwyfis (mgr.14164) 10 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:47.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:45.607864+0000 mgr.smithi063.cwyfis (mgr.14164) 11 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:47.410 INFO:teuthology.orchestra.run.smithi146.stdout:Added host 'smithi146' 2023-11-17T04:11:47.732 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-17T04:11:48.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:46.821840+0000 mgr.smithi063.cwyfis (mgr.14164) 12 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi146", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:48.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:47.407484+0000 mon.smithi063 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:48.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:47.407899+0000 mgr.smithi063.cwyfis (mgr.14164) 13 : cephadm [INF] Added host smithi146 2023-11-17T04:11:48.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:47.608159+0000 mgr.smithi063.cwyfis (mgr.14164) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:49.110 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:11:49.110 INFO:teuthology.orchestra.run.smithi146.stdout:[{"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "smithi146", "hostname": "smithi146", "labels": [], "status": ""}] 2023-11-17T04:11:49.478 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-17T04:11:49.478 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-17T04:11:50.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:49.108631+0000 mgr.smithi063.cwyfis (mgr.14164) 15 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T04:11:50.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:49.608390+0000 mgr.smithi063.cwyfis (mgr.14164) 16 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:51.612 INFO:teuthology.orchestra.run.smithi063.stderr:adjusted tunables profile to default 2023-11-17T04:11:51.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:50.983037+0000 mon.smithi063 (mon.0) 118 : audit [INF] from='client.? 172.21.15.63:0/462117976' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-17T04:11:51.999 INFO:tasks.cephadm:Adding mon.smithi063 on smithi063 2023-11-17T04:11:51.999 INFO:tasks.cephadm:Adding mon.smithi146 on smithi146 2023-11-17T04:11:51.999 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi063:172.21.15.63=smithi063;smithi146:172.21.15.146=smithi146' 2023-11-17T04:11:52.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:51.608445+0000 mon.smithi063 (mon.0) 119 : audit [INF] from='client.? 172.21.15.63:0/462117976' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-17T04:11:52.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:51.608523+0000 mon.smithi063 (mon.0) 120 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T04:11:52.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:51.608641+0000 mgr.smithi063.cwyfis (mgr.14164) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:53.344 INFO:teuthology.orchestra.run.smithi146.stdout:Scheduled mon update... 2023-11-17T04:11:53.705 DEBUG:teuthology.orchestra.run.smithi146:mon.smithi146> sudo journalctl -f -n 0 -u ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146.service 2023-11-17T04:11:53.710 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:11:53.710 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:11:53.736 INFO:journalctl@ceph.mon.smithi146.smithi146.stdout:-- Logs begin at Fri 2023-11-17 03:59:48 UTC. -- 2023-11-17T04:11:54.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:53.338225+0000 mgr.smithi063.cwyfis (mgr.14164) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi063:172.21.15.63=smithi063;smithi146:172.21.15.146=smithi146", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T04:11:54.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:11:53.339693+0000 mgr.smithi063.cwyfis (mgr.14164) 19 : cephadm [INF] Saving service mon spec with placement smithi063:172.21.15.63=smithi063;smithi146:172.21.15.146=smithi146;count:2 2023-11-17T04:11:54.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:53.342335+0000 mon.smithi063 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:11:54.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:53.608923+0000 mgr.smithi063.cwyfis (mgr.14164) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:11:55.070 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:11:55.070 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:11:55.071 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:11:55.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:11:55.068871+0000 mon.smithi063 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.146:0/819496786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:11:56.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:00.233 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:00.235 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:55.609153+0000 mgr.smithi063.cwyfis (mgr.14164) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:00.235 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:11:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:57.609389+0000 mgr.smithi063.cwyfis (mgr.14164) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:00.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:11:59.609721+0000 mgr.smithi063.cwyfis (mgr.14164) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:01.543 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:01.543 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:01.544 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:01.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:01.541796+0000 mon.smithi063 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.146:0/195518682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:02.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:01.609975+0000 mgr.smithi063.cwyfis (mgr.14164) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:02.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:02.921 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:04.297 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:04.297 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:04.298 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:04.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:03.610327+0000 mgr.smithi063.cwyfis (mgr.14164) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:04.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:04.295631+0000 mon.smithi063 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.146:0/3247112299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:05.667 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:05.667 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:06.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:05.610519+0000 mgr.smithi063.cwyfis (mgr.14164) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:07.030 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:07.030 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:07.032 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:07.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:07.029012+0000 mon.smithi063 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.146:0/4127975742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:08.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:08.441 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:08.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:07.610727+0000 mgr.smithi063.cwyfis (mgr.14164) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:10.771 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:10.772 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:10.772 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:10.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:09.610987+0000 mgr.smithi063.cwyfis (mgr.14164) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:11.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:10.769434+0000 mon.smithi063 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.146:0/2805303451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:12.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:12.156 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:12.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:11.611205+0000 mgr.smithi063.cwyfis (mgr.14164) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:13.510 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:13.510 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:13.512 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:13.891 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:13.508866+0000 mon.smithi063 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.146:0/4273366388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:14.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:14.884 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:14.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:13.611469+0000 mgr.smithi063.cwyfis (mgr.14164) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:16.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:15.611685+0000 mgr.smithi063.cwyfis (mgr.14164) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:15.753204+0000 mon.smithi063 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:12:16.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:15.755828+0000 mon.smithi063 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:12:18.752 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:18.752 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:18.753 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:18.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:17.612052+0000 mgr.smithi063.cwyfis (mgr.14164) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:19.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:18.749844+0000 mon.smithi063 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.146:0/1438217885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:20.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:19.612372+0000 mgr.smithi063.cwyfis (mgr.14164) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:21.620 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:21.620 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:22.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:21.612728+0000 mgr.smithi063.cwyfis (mgr.14164) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:22.986 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:22.987 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:22.987 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:23.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:22.984480+0000 mon.smithi063 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.146:0/3571384152' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:24.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:24.366 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:24.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:23.613028+0000 mgr.smithi063.cwyfis (mgr.14164) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:25.726 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:25.726 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:25.728 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:26.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:25.613295+0000 mgr.smithi063.cwyfis (mgr.14164) 36 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:26.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:25.725201+0000 mon.smithi063 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.146:0/1545185780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:27.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:27.111 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:28.459 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:12:28.459 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:12:28.461 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:12:28.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:27.613611+0000 mgr.smithi063.cwyfis (mgr.14164) 37 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:12:28.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:28.457897+0000 mon.smithi063 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.146:0/3508816630' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:12:29.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:12:29.909 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:12:30.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:29.613964+0000 mgr.smithi063.cwyfis (mgr.14164) 38 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.546 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:28.547 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:28.552 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:28.579 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:12:31.238214+0000 mon.smithi063 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.146:0/2848488993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:28.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:31.614244+0000 mgr.smithi063.cwyfis (mgr.14164) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:33.614594+0000 mgr.smithi063.cwyfis (mgr.14164) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:35.614929+0000 mgr.smithi063.cwyfis (mgr.14164) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:37.615266+0000 mgr.smithi063.cwyfis (mgr.14164) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.580 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:39.615467+0000 mgr.smithi063.cwyfis (mgr.14164) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:41.615791+0000 mgr.smithi063.cwyfis (mgr.14164) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:43.616087+0000 mgr.smithi063.cwyfis (mgr.14164) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:45.616485+0000 mgr.smithi063.cwyfis (mgr.14164) 46 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:47.616701+0000 mgr.smithi063.cwyfis (mgr.14164) 47 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:49.616884+0000 mgr.smithi063.cwyfis (mgr.14164) 48 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.613 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:51.617122+0000 mgr.smithi063.cwyfis (mgr.14164) 49 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:53.617472+0000 mgr.smithi063.cwyfis (mgr.14164) 50 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:55.617700+0000 mgr.smithi063.cwyfis (mgr.14164) 51 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:12:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:57.618030+0000 mgr.smithi063.cwyfis (mgr.14164) 52 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:12:59.618380+0000 mgr.smithi063.cwyfis (mgr.14164) 53 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.614 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:01.618596+0000 mgr.smithi063.cwyfis (mgr.14164) 54 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:03.618863+0000 mgr.smithi063.cwyfis (mgr.14164) 55 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:05.619219+0000 mgr.smithi063.cwyfis (mgr.14164) 56 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:07.619590+0000 mgr.smithi063.cwyfis (mgr.14164) 57 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:09.619876+0000 mgr.smithi063.cwyfis (mgr.14164) 58 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:11.620097+0000 mgr.smithi063.cwyfis (mgr.14164) 59 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.615 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:13.620400+0000 mgr.smithi063.cwyfis (mgr.14164) 60 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:15.620716+0000 mgr.smithi063.cwyfis (mgr.14164) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:15.754278+0000 mon.smithi063 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:15.756772+0000 mon.smithi063 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:17.621001+0000 mgr.smithi063.cwyfis (mgr.14164) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:19.621304+0000 mgr.smithi063.cwyfis (mgr.14164) 63 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.616 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:21.621576+0000 mgr.smithi063.cwyfis (mgr.14164) 64 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:23.621909+0000 mgr.smithi063.cwyfis (mgr.14164) 65 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:28.617 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:25.622127+0000 mgr.smithi063.cwyfis (mgr.14164) 66 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:29.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:27.622456+0000 mgr.smithi063.cwyfis (mgr.14164) 67 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:29.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:29.576 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:30.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:29.622717+0000 mgr.smithi063.cwyfis (mgr.14164) 68 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:30.928 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:30.928 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:30.929 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:31.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:30.926882+0000 mon.smithi063 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.146:0/4219185139' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:32.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:32.298 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:32.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:31.622919+0000 mgr.smithi063.cwyfis (mgr.14164) 69 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:33.640 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:33.640 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:33.641 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:34.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:33 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:33.638347+0000 mon.smithi063 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.146:0/2452787011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:35.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:35.011 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:35.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:33.623219+0000 mgr.smithi063.cwyfis (mgr.14164) 70 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:36.321 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:36.321 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:36.322 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:37.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:35.623575+0000 mgr.smithi063.cwyfis (mgr.14164) 71 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:37.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:36.319721+0000 mon.smithi063 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.146:0/2333995918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:37.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:37.715 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:39.035 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:39.035 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:39.036 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:39.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:37.623881+0000 mgr.smithi063.cwyfis (mgr.14164) 72 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:40.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:39.033653+0000 mon.smithi063 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.146:0/524226015' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:40.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:40.420 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:41.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:39.624156+0000 mgr.smithi063.cwyfis (mgr.14164) 73 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:41.755 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:41.756 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:41.757 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:41.624615+0000 mgr.smithi063.cwyfis (mgr.14164) 74 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:41.754484+0000 mon.smithi063 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.146:0/2460893703' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:43.147 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:43.147 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:44.605 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:44.606 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:44.607 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:45.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:43.625023+0000 mgr.smithi063.cwyfis (mgr.14164) 75 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:45.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:44.604612+0000 mon.smithi063 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.146:0/4054377579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:45.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:45.984 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:47.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:45.625467+0000 mgr.smithi063.cwyfis (mgr.14164) 76 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:47.388 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:47.388 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:47.389 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:48.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:47.386930+0000 mon.smithi063 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.146:0/1837139089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:48.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:48.783 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:49.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:47.625887+0000 mgr.smithi063.cwyfis (mgr.14164) 77 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:50.090 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:50.090 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:50.091 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:50.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:49.626244+0000 mgr.smithi063.cwyfis (mgr.14164) 78 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:50.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:50.088658+0000 mon.smithi063 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.146:0/1868897659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:51.479 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:51.480 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:52.817 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:52.818 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:52.819 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:51.626569+0000 mgr.smithi063.cwyfis (mgr.14164) 79 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:52.816106+0000 mon.smithi063 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.146:0/2380073418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:54.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:54.213 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:55.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:53.626847+0000 mgr.smithi063.cwyfis (mgr.14164) 80 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:55.576 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:55.577 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:55.578 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:56.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:55.575403+0000 mon.smithi063 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.146:0/3395766274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:56.941 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:56.941 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:13:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:55.627113+0000 mgr.smithi063.cwyfis (mgr.14164) 81 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:58.309 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:13:58.309 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:13:58.310 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:13:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:57.627440+0000 mgr.smithi063.cwyfis (mgr.14164) 82 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:13:59.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:13:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:13:58.307122+0000 mon.smithi063 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.146:0/1992453267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:13:59.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:13:59.699 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:00.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:13:59.627771+0000 mgr.smithi063.cwyfis (mgr.14164) 83 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:01.087 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:01.087 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:01.088 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:01.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:01.085952+0000 mon.smithi063 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.146:0/1890487033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:02.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:02.477 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:02.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:01.627993+0000 mgr.smithi063.cwyfis (mgr.14164) 84 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:03.890 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:03.890 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:03.892 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:04.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:03.628277+0000 mgr.smithi063.cwyfis (mgr.14164) 85 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:04.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:03.888997+0000 mon.smithi063 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.146:0/1581188797' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:05.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:05.270 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:06.642 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:06.642 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:06.644 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:07.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:05.628626+0000 mgr.smithi063.cwyfis (mgr.14164) 86 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:08.024 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:08.025 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:08.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:06.640786+0000 mon.smithi063 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.146:0/401214700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:07.628980+0000 mgr.smithi063.cwyfis (mgr.14164) 87 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:09.349 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:09.349 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:09.351 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:09.348165+0000 mon.smithi063 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.146:0/2622826079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:10.722 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:10.722 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:11.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:09.629325+0000 mgr.smithi063.cwyfis (mgr.14164) 88 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:12.091 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:12.091 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:12.093 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:11.629651+0000 mgr.smithi063.cwyfis (mgr.14164) 89 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:13.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:12.090397+0000 mon.smithi063 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.146:0/12393345' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:13.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:13.477 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:14.838 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:14.838 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:14.839 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:15.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:13.629950+0000 mgr.smithi063.cwyfis (mgr.14164) 90 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:14.836895+0000 mon.smithi063 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.146:0/4014043147' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:16.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:16.217 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:15.630269+0000 mgr.smithi063.cwyfis (mgr.14164) 91 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:15.755367+0000 mon.smithi063 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:14:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:15.757849+0000 mon.smithi063 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:14:17.550 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:17.550 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:17.550 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:18.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:17.547101+0000 mon.smithi063 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.146:0/888776601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:18.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:18.925 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:19.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:17.630615+0000 mgr.smithi063.cwyfis (mgr.14164) 92 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:20.258 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:20.258 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:20.260 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:20.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:19.630973+0000 mgr.smithi063.cwyfis (mgr.14164) 93 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:20.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:20.257508+0000 mon.smithi063 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.146:0/571695564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:21.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:21.635 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:22.985 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:22.985 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:22.987 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:21.631352+0000 mgr.smithi063.cwyfis (mgr.14164) 94 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:24.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:22.983960+0000 mon.smithi063 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.146:0/2853123685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:24.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:24.354 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:23.631690+0000 mgr.smithi063.cwyfis (mgr.14164) 95 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:25.702 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:25.703 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:25.704 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:27.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:27.075 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:27.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:25.632010+0000 mgr.smithi063.cwyfis (mgr.14164) 96 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:27.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:25.701294+0000 mon.smithi063 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.146:0/1407482497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:28.413 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:28.413 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:28.414 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:29.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:27.632354+0000 mgr.smithi063.cwyfis (mgr.14164) 97 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:29.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:28.411888+0000 mon.smithi063 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.146:0/624247694' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:29.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:29.812 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:30.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:29.632744+0000 mgr.smithi063.cwyfis (mgr.14164) 98 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:31.119 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:31.119 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:31.121 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:31.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:31.117869+0000 mon.smithi063 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.146:0/3245201805' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:32.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:32.541 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:32.889 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:31.632990+0000 mgr.smithi063.cwyfis (mgr.14164) 99 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:33.853 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:33.854 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:33.856 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:35.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:33.633262+0000 mgr.smithi063.cwyfis (mgr.14164) 100 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:35.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:33.852435+0000 mon.smithi063 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.146:0/692243394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:35.234 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:35.234 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:36.655 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:36.655 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:36.656 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:37.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:35.633581+0000 mgr.smithi063.cwyfis (mgr.14164) 101 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:37.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:36.653787+0000 mon.smithi063 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.146:0/2199776297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:38.018 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:38.018 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:39.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:37.633856+0000 mgr.smithi063.cwyfis (mgr.14164) 102 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:39.389 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:39.389 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:39.392 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:40.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:39.388074+0000 mon.smithi063 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.146:0/3249347052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:40.763 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:40.764 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:39.634112+0000 mgr.smithi063.cwyfis (mgr.14164) 103 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:42.087 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:42.087 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:42.089 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:41.634433+0000 mgr.smithi063.cwyfis (mgr.14164) 104 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:42.085976+0000 mon.smithi063 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.146:0/2783875858' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:43.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:43.450 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:44.866 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:44.866 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:44.867 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:45.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:43.634710+0000 mgr.smithi063.cwyfis (mgr.14164) 105 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:46.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:44.864738+0000 mon.smithi063 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.146:0/1033797511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:46.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:46.250 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:47.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:45.635071+0000 mgr.smithi063.cwyfis (mgr.14164) 106 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:47.617 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:47.617 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:47.619 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:48.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:47.616170+0000 mon.smithi063 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.146:0/162998521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:48.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:48.997 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:47.635459+0000 mgr.smithi063.cwyfis (mgr.14164) 107 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:50.382 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:50.382 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:50.384 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:50.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:49.635688+0000 mgr.smithi063.cwyfis (mgr.14164) 108 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:50.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:50.381158+0000 mon.smithi063 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.146:0/2415868898' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:51.725 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:51.725 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:53.035 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:53.035 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:53.036 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:51.636012+0000 mgr.smithi063.cwyfis (mgr.14164) 109 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:53.033687+0000 mon.smithi063 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.146:0/680372956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:54.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:54.440 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:53.636289+0000 mgr.smithi063.cwyfis (mgr.14164) 110 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:55.743 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:55.744 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:55.745 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:57.123 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:57.123 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:14:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:55.636644+0000 mgr.smithi063.cwyfis (mgr.14164) 111 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:55.742554+0000 mon.smithi063 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.146:0/564548204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:58.466 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:14:58.467 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:14:58.468 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:14:59.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:57.636980+0000 mgr.smithi063.cwyfis (mgr.14164) 112 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:14:59.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:14:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:14:58.465541+0000 mon.smithi063 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.146:0/3197064827' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:14:59.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:14:59.841 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:00.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:14:59.637258+0000 mgr.smithi063.cwyfis (mgr.14164) 113 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:01.332 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:01.332 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:01.333 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:01.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:01.330063+0000 mon.smithi063 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.146:0/3560088704' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:02.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:02.702 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:02.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:01.637579+0000 mgr.smithi063.cwyfis (mgr.14164) 114 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:04.090 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:04.090 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:04.093 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:03.637849+0000 mgr.smithi063.cwyfis (mgr.14164) 115 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:05.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:04.089099+0000 mon.smithi063 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.146:0/3003017683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:05.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:05.468 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:06.782 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:06.783 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:06.785 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:07.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:05.638112+0000 mgr.smithi063.cwyfis (mgr.14164) 116 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:08.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:06.781853+0000 mon.smithi063 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.146:0/811326479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:08.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:08.161 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:07.638489+0000 mgr.smithi063.cwyfis (mgr.14164) 117 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:09.505 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:09.505 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:09.506 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:10.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:09.503816+0000 mon.smithi063 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.146:0/2988073601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:10.873 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:10.874 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:09.638778+0000 mgr.smithi063.cwyfis (mgr.14164) 118 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:12.206 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:12.207 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:12.208 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:11.639124+0000 mgr.smithi063.cwyfis (mgr.14164) 119 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:12.205781+0000 mon.smithi063 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.146:0/757615584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:13.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:13.642 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:14.994 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:14.994 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:14.995 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:15.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:13.639507+0000 mgr.smithi063.cwyfis (mgr.14164) 120 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:14.990687+0000 mon.smithi063 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.146:0/1568742813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:16.362 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:16.362 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:15.639866+0000 mgr.smithi063.cwyfis (mgr.14164) 121 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:15.756466+0000 mon.smithi063 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:15:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:15.758899+0000 mon.smithi063 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:15:17.680 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:17.680 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:17.682 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:18.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:17.679218+0000 mon.smithi063 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.146:0/2692003185' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:18.998 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:18.998 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:19.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:17.640194+0000 mgr.smithi063.cwyfis (mgr.14164) 122 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:20.332 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:20.332 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:20.333 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:20.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:19.640557+0000 mgr.smithi063.cwyfis (mgr.14164) 123 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:20.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:20.330968+0000 mon.smithi063 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.146:0/3946278828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:21.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:21.700 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:23.036 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:23.036 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:23.038 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:23.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:21.640912+0000 mgr.smithi063.cwyfis (mgr.14164) 124 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:24.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:23.034768+0000 mon.smithi063 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.146:0/1988853841' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:24.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:24.415 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:23.641168+0000 mgr.smithi063.cwyfis (mgr.14164) 125 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:25.713 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:25.713 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:25.714 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:27.079 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:27.080 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:27.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:25.641526+0000 mgr.smithi063.cwyfis (mgr.14164) 126 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:27.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:25.711883+0000 mon.smithi063 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.146:0/3645438811' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:28.453 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:28.453 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:28.455 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:29.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:27.641914+0000 mgr.smithi063.cwyfis (mgr.14164) 127 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:29.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:28.452268+0000 mon.smithi063 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.146:0/3455104591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:29.837 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:29.837 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:30.894 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:29.642223+0000 mgr.smithi063.cwyfis (mgr.14164) 128 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:31.207 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:31.207 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:31.209 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:31.888 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:31.206374+0000 mon.smithi063 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.146:0/2243713124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:32.592 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:32.592 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:33.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:31.642469+0000 mgr.smithi063.cwyfis (mgr.14164) 129 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:33.952 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:33.952 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:33.954 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:35.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:33.642793+0000 mgr.smithi063.cwyfis (mgr.14164) 130 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:35.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:33.950610+0000 mon.smithi063 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.146:0/2749622761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:35.339 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:35.339 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:36.602 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:36.602 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:36.605 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:37.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:35.643037+0000 mgr.smithi063.cwyfis (mgr.14164) 131 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:37.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:36.600561+0000 mon.smithi063 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.146:0/1569852795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:37.969 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:37.969 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:39.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:37.643371+0000 mgr.smithi063.cwyfis (mgr.14164) 132 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:39.300 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:39.300 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:39.302 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:40.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:39.299189+0000 mon.smithi063 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.146:0/3680097884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:50.266 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:50.267 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:50.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:39.643663+0000 mgr.smithi063.cwyfis (mgr.14164) 133 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:50.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:41.643921+0000 mgr.smithi063.cwyfis (mgr.14164) 134 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:50.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:43.644231+0000 mgr.smithi063.cwyfis (mgr.14164) 135 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:50.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:45.644574+0000 mgr.smithi063.cwyfis (mgr.14164) 136 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:50.268 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:47.644951+0000 mgr.smithi063.cwyfis (mgr.14164) 137 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:51.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:49.645286+0000 mgr.smithi063.cwyfis (mgr.14164) 138 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:51.569 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:51.569 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:51.570 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:52.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:51.567527+0000 mon.smithi063 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.146:0/2210088548' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:52.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:52.932 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:51.645626+0000 mgr.smithi063.cwyfis (mgr.14164) 139 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:54.237 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:54.239 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:54.241 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:53.645949+0000 mgr.smithi063.cwyfis (mgr.14164) 140 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:55.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:54.232872+0000 mon.smithi063 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.146:0/3155654045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:55.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:55.605 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:56.930 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:15:56.931 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:15:56.932 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:15:57.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:55.646313+0000 mgr.smithi063.cwyfis (mgr.14164) 141 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:15:58.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:56.929331+0000 mon.smithi063 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.146:0/1773597615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:15:58.298 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:15:58.298 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:15:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:57.646591+0000 mgr.smithi063.cwyfis (mgr.14164) 142 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.138 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:16:48.138 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:16:48.155 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:16:48.157 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:15:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:15:59.630143+0000 mon.smithi063 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.146:0/1076114608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:16:48.157 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:15:59.646791+0000 mgr.smithi063.cwyfis (mgr.14164) 143 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.157 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:01.647120+0000 mgr.smithi063.cwyfis (mgr.14164) 144 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.157 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:03.647520+0000 mgr.smithi063.cwyfis (mgr.14164) 145 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:05.647864+0000 mgr.smithi063.cwyfis (mgr.14164) 146 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:07.648228+0000 mgr.smithi063.cwyfis (mgr.14164) 147 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:09.648594+0000 mgr.smithi063.cwyfis (mgr.14164) 148 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:11.648951+0000 mgr.smithi063.cwyfis (mgr.14164) 149 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:13.649328+0000 mgr.smithi063.cwyfis (mgr.14164) 150 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:15.649661+0000 mgr.smithi063.cwyfis (mgr.14164) 151 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:15.757662+0000 mon.smithi063 (mon.0) 193 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:15.759800+0000 mon.smithi063 (mon.0) 194 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:17.649991+0000 mgr.smithi063.cwyfis (mgr.14164) 152 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:19.650361+0000 mgr.smithi063.cwyfis (mgr.14164) 153 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:21.650708+0000 mgr.smithi063.cwyfis (mgr.14164) 154 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:23.518979+0000 mon.smithi063 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T04:16:48.158 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:23.521377+0000 mon.smithi063 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi063", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:23.522225+0000 mon.smithi063 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:16:23.517683+0000 mgr.smithi063.cwyfis (mgr.14164) 155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi063 ... 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:12:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:12:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:13:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:14:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:15:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.159 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:15:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:16:48.160 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('uid/gid not found') 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: uid/gid not found 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: yield (conn, connr) 2023-11-17T04:16:48.196 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: code, '\n'.join(err))) 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon alertmanager.smithi063 ... 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:12:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:12:40Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:13:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:14:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:15:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.197 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:15:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:16:48.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:16:48.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:16:48.224 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-17T04:16:48.225 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4191, in extract_uid_gid_monitoring 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('uid/gid not found') 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: uid/gid not found 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:16:23.522992+0000 mgr.smithi063.cwyfis (mgr.14164) 156 : cephadm [INF] Deploying daemon crash.smithi063 on smithi063 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:23.650943+0000 mgr.smithi063.cwyfis (mgr.14164) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.020873+0000 mon.smithi063 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.098347+0000 mon.smithi063 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.100934+0000 mon.smithi063 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.101337+0000 mon.smithi063 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T04:16:48.226 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.101803+0000 mgr.smithi063.cwyfis (mgr.14164) 158 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:25.104198+0000 mon.smithi063 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:16:25.107402+0000 mgr.smithi063.cwyfis (mgr.14164) 159 : cephadm [INF] Deploying daemon grafana.smithi063 on smithi063 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:25.651190+0000 mgr.smithi063.cwyfis (mgr.14164) 160 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:27.651566+0000 mgr.smithi063.cwyfis (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:29.651799+0000 mgr.smithi063.cwyfis (mgr.14164) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:31.652032+0000 mgr.smithi063.cwyfis (mgr.14164) 163 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:33.652241+0000 mgr.smithi063.cwyfis (mgr.14164) 164 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:35.652464+0000 mgr.smithi063.cwyfis (mgr.14164) 165 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.227 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:37.652689+0000 mgr.smithi063.cwyfis (mgr.14164) 166 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:39.652902+0000 mgr.smithi063.cwyfis (mgr.14164) 167 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:41.279266+0000 mon.smithi063 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:16:41.280695+0000 mgr.smithi063.cwyfis (mgr.14164) 168 : cephadm [INF] Deploying daemon node-exporter.smithi063 on smithi063 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:41.653169+0000 mgr.smithi063.cwyfis (mgr.14164) 169 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:43.653474+0000 mgr.smithi063.cwyfis (mgr.14164) 170 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:48.228 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:45.653798+0000 mgr.smithi063.cwyfis (mgr.14164) 171 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:47.654121+0000 mgr.smithi063.cwyfis (mgr.14164) 172 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:52.034 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:16:52.034 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:16:52.035 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:49.654367+0000 mgr.smithi063.cwyfis (mgr.14164) 173 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:51.654606+0000 mgr.smithi063.cwyfis (mgr.14164) 174 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:53.408 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:16:53.408 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:16:53.409 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:16:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:53.406317+0000 mon.smithi063 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.146:0/1040411896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:16:54.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:16:54.821 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:16:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:53.654955+0000 mgr.smithi063.cwyfis (mgr.14164) 175 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:56.152 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:16:56.152 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:16:56.154 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:16:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:55.655336+0000 mgr.smithi063.cwyfis (mgr.14164) 176 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:16:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:56.151210+0000 mon.smithi063 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.146:0/1934503683' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:16:57.535 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:16:57.535 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:16:58.897 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:16:58.897 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:16:58.899 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:16:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:57.655701+0000 mgr.smithi063.cwyfis (mgr.14164) 177 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:00.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:16:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:16:58.896402+0000 mon.smithi063 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.146:0/2654956951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:00.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:00.264 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:01.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:16:59.656065+0000 mgr.smithi063.cwyfis (mgr.14164) 178 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:03.286 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:03.286 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:03.289 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:01.650346+0000 mon.smithi063 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.146:0/4040329405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:03.289 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:01.656493+0000 mgr.smithi063.cwyfis (mgr.14164) 179 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:03.290 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:04.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:04.297 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:03.656769+0000 mgr.smithi063.cwyfis (mgr.14164) 180 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:05.666 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:05.666 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:05.668 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:06.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:05.665346+0000 mon.smithi063 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.146:0/1735766270' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:07.049 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:07.050 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:07.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:05.657174+0000 mgr.smithi063.cwyfis (mgr.14164) 181 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:08.441 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:08.441 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:08.443 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:09.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:07.657508+0000 mgr.smithi063.cwyfis (mgr.14164) 182 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:09.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:08.440343+0000 mon.smithi063 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.146:0/3100244534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:09.803 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:09.803 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:11.078 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:11.078 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:11.080 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:09.657825+0000 mgr.smithi063.cwyfis (mgr.14164) 183 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:12.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:11.076925+0000 mon.smithi063 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.146:0/2529062415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:12.452 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:12.453 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:11.658242+0000 mgr.smithi063.cwyfis (mgr.14164) 184 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:13.770 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:13.771 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:13.772 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:15.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:13.658483+0000 mgr.smithi063.cwyfis (mgr.14164) 185 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:15.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:13.769739+0000 mon.smithi063 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.146:0/3523537749' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:15.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:15.157 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:16.516 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:16.516 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:16.517 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:15.658700+0000 mgr.smithi063.cwyfis (mgr.14164) 186 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:15.758768+0000 mon.smithi063 (mon.0) 212 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:17:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:15.760733+0000 mon.smithi063 (mon.0) 213 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:17:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:16.514941+0000 mon.smithi063 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.146:0/3638954428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:17.892 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:17.892 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:19.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:17.658917+0000 mgr.smithi063.cwyfis (mgr.14164) 187 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:19.193 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:19.193 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:19.194 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:20.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:19.191625+0000 mon.smithi063 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.146:0/3672377282' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:20.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:20.563 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:21.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:19.659259+0000 mgr.smithi063.cwyfis (mgr.14164) 188 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:21.898 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:21.898 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:21.900 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:21.659727+0000 mgr.smithi063.cwyfis (mgr.14164) 189 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:21.897113+0000 mon.smithi063 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.146:0/2218467561' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:23.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:23.262 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:24.625 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:24.625 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:24.626 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:23.660099+0000 mgr.smithi063.cwyfis (mgr.14164) 190 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:24.624225+0000 mon.smithi063 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.146:0/742857607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:26.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:26.020 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:27.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:25.660494+0000 mgr.smithi063.cwyfis (mgr.14164) 191 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:27.370 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:37.374 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:37.376 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:27.368307+0000 mon.smithi063 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.146:0/3029207519' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:37.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:27.660936+0000 mgr.smithi063.cwyfis (mgr.14164) 192 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:37.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:29.661262+0000 mgr.smithi063.cwyfis (mgr.14164) 193 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:37.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:31.661600+0000 mgr.smithi063.cwyfis (mgr.14164) 194 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:37.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:33.661949+0000 mgr.smithi063.cwyfis (mgr.14164) 195 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:37.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:35.662308+0000 mgr.smithi063.cwyfis (mgr.14164) 196 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:37.377 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:38.378 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:38.379 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:39.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:37.662601+0000 mgr.smithi063.cwyfis (mgr.14164) 197 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:39.729 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:39.729 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:39.731 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:41.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:41.117 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:39.662913+0000 mgr.smithi063.cwyfis (mgr.14164) 198 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:39.728824+0000 mon.smithi063 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.146:0/1199931578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:42.489 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:42.490 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:42.491 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:41.663216+0000 mgr.smithi063.cwyfis (mgr.14164) 199 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:43.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:42.488493+0000 mon.smithi063 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.146:0/925358867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:43.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:43.858 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:45.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:43.663561+0000 mgr.smithi063.cwyfis (mgr.14164) 200 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:45.231 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:45.231 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:45.232 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:46.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:45.229758+0000 mon.smithi063 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.146:0/278336204' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:46.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:46.607 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:47.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:45.663940+0000 mgr.smithi063.cwyfis (mgr.14164) 201 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:47.948 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:47.948 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:47.949 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:47.664240+0000 mgr.smithi063.cwyfis (mgr.14164) 202 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:49.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:47.947206+0000 mon.smithi063 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.146:0/3951401452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:49.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:49.316 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:50.683 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:50.683 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:50.684 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:51.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:49.664594+0000 mgr.smithi063.cwyfis (mgr.14164) 203 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:52.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:52.057 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:52.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:50.681702+0000 mon.smithi063 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.146:0/3009476828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:51.664862+0000 mgr.smithi063.cwyfis (mgr.14164) 204 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:53.406 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:53.407 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:53.408 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:53.405459+0000 mon.smithi063 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.146:0/4034827119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:54.737 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:54.737 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:53.665107+0000 mgr.smithi063.cwyfis (mgr.14164) 205 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:56.028 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:56.029 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:56.031 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:57.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:55.665396+0000 mgr.smithi063.cwyfis (mgr.14164) 206 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:17:57.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:56.026110+0000 mon.smithi063 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.146:0/1094244392' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:17:57.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:17:57.439 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:17:58.752 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:17:58.752 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:17:58.754 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:17:59.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:57.665661+0000 mgr.smithi063.cwyfis (mgr.14164) 207 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:00.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:00.132 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:00.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:17:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:17:58.751263+0000 mon.smithi063 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.146:0/508776482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:01.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:17:59.665972+0000 mgr.smithi063.cwyfis (mgr.14164) 208 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:01.489 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:01.490 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:01.491 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:02.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:01.488158+0000 mon.smithi063 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.146:0/3057518855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:02.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:02.870 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:03.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:01.666280+0000 mgr.smithi063.cwyfis (mgr.14164) 209 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:04.247 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:04.247 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:04.249 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:03.666620+0000 mgr.smithi063.cwyfis (mgr.14164) 210 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:04.246137+0000 mon.smithi063 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.146:0/653000679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:05.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:05.621 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:06.953 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:06.953 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:06.955 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:07.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:05.666951+0000 mgr.smithi063.cwyfis (mgr.14164) 211 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:08.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:06.952559+0000 mon.smithi063 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.146:0/1715100116' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:08.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:08.344 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:07.667331+0000 mgr.smithi063.cwyfis (mgr.14164) 212 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:09.694 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:09.695 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:09.697 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:11.053 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:11.054 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:09.667601+0000 mgr.smithi063.cwyfis (mgr.14164) 213 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:09.694057+0000 mon.smithi063 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.146:0/2386210760' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:12.352 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:18.392 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:18.395 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:11.667928+0000 mgr.smithi063.cwyfis (mgr.14164) 214 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:18.395 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:12.351080+0000 mon.smithi063 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.146:0/1310586714' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:18.395 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:13.668256+0000 mgr.smithi063.cwyfis (mgr.14164) 215 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:18.395 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:15.668621+0000 mgr.smithi063.cwyfis (mgr.14164) 216 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:18.395 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:15.760008+0000 mon.smithi063 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:18:18.396 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:15.761690+0000 mon.smithi063 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:18:18.396 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:19.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:17.669016+0000 mgr.smithi063.cwyfis (mgr.14164) 217 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:19.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:19.397 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:20.723 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:20.723 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:20.725 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:21.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:19.669443+0000 mgr.smithi063.cwyfis (mgr.14164) 218 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:22.126 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:22.127 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:22.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:20.722079+0000 mon.smithi063 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.146:0/1201805559' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:21.669777+0000 mgr.smithi063.cwyfis (mgr.14164) 219 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:23.445 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:23.446 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:23.447 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:24.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:23.444325+0000 mon.smithi063 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.146:0/723002479' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:24.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:24.820 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:25.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:23.669985+0000 mgr.smithi063.cwyfis (mgr.14164) 220 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:26.164 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:26.164 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:26.165 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:27.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:25.670328+0000 mgr.smithi063.cwyfis (mgr.14164) 221 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:27.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:26.162972+0000 mon.smithi063 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.146:0/4221948339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:27.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:27.523 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:28.818 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:28.820 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:28.822 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:29.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:27.670684+0000 mgr.smithi063.cwyfis (mgr.14164) 222 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:30.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:28.813455+0000 mon.smithi063 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.146:0/1253604305' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:30.198 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:30.198 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:31.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:29.670987+0000 mgr.smithi063.cwyfis (mgr.14164) 223 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:31.551 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:31.552 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:31.553 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:32.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:31.550640+0000 mon.smithi063 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.146:0/3305690154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:32.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:32.915 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:33.078 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:31.671200+0000 mgr.smithi063.cwyfis (mgr.14164) 224 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:34.248 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:34.248 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:34.250 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:35.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:33.671537+0000 mgr.smithi063.cwyfis (mgr.14164) 225 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:35.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:34.247328+0000 mon.smithi063 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.146:0/1485284549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:35.611 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:35.611 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:36.895 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:36.895 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:36.897 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:37.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:35.671782+0000 mgr.smithi063.cwyfis (mgr.14164) 226 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:38.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:36.894901+0000 mon.smithi063 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.146:0/1254434333' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:38.312 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:38.313 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:39.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:37.672084+0000 mgr.smithi063.cwyfis (mgr.14164) 227 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:39.589 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:39.589 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:39.591 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:40.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:39.587774+0000 mon.smithi063 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.146:0/2649363312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:40.960 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:40.960 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:39.672366+0000 mgr.smithi063.cwyfis (mgr.14164) 228 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:42.247 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:42.247 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:42.249 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:41.672697+0000 mgr.smithi063.cwyfis (mgr.14164) 229 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:42.245849+0000 mon.smithi063 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.146:0/3881784606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:43.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:43.630 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:18:41.927180+0000 mgr.smithi063.cwyfis (mgr.14164) 230 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi063 ... 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Verifying port 9100 ... 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Non-zero exit code 1 from systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: systemctl: stderr Job for ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063.service failed because a timeout was exceeded. 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: systemctl: stderr See "systemctl status ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063.service" and "journalctl -xe" for details. 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:18:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ports=daemon_ports) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-17T04:18:44.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: Failed command: systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: yield (conn, connr) 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: code, '\n'.join(err))) 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon node-exporter.smithi063 ... 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Verifying port 9100 ... 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Non-zero exit code 1 from systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: systemctl: stderr Job for ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063.service failed because a timeout was exceeded. 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: systemctl: stderr See "systemctl status ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063.service" and "journalctl -xe" for details. 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:18:44.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4267, in command_deploy 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: ports=daemon_ports) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2608, in deploy_daemon 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2806, in deploy_daemon_units 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1464, in call_throws 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: Failed command: systemctl start ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@node-exporter.smithi063 2023-11-17T04:18:44.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:18:41.934442+0000 mgr.smithi063.cwyfis (mgr.14164) 231 : cephadm [INF] Deploying daemon prometheus.smithi063 on smithi063 2023-11-17T04:18:44.933 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:44.934 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:44.935 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:45.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:43.673066+0000 mgr.smithi063.cwyfis (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:46.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:44.932614+0000 mon.smithi063 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.146:0/1601023787' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:46.309 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:46.310 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:47.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:45.673342+0000 mgr.smithi063.cwyfis (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:47.653 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:47.653 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:47.655 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:48.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:47.652250+0000 mon.smithi063 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.146:0/494431594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:49.015 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:49.016 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:47.673637+0000 mgr.smithi063.cwyfis (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:50.318 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:50.318 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:50.319 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:51.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:49.673926+0000 mgr.smithi063.cwyfis (mgr.14164) 235 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:51.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:50.316972+0000 mon.smithi063 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.146:0/4142919571' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:51.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:51.711 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:53.031 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:53.032 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:53.033 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:51.674186+0000 mgr.smithi063.cwyfis (mgr.14164) 236 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:53.030654+0000 mon.smithi063 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.146:0/717602122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:54.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:54.416 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:53.674495+0000 mgr.smithi063.cwyfis (mgr.14164) 237 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:55.736 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:55.737 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:55.738 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:57.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:57.105 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:18:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:55.674818+0000 mgr.smithi063.cwyfis (mgr.14164) 238 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:55.735545+0000 mon.smithi063 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.146:0/213329266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:58.437 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:18:58.437 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:18:58.438 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:18:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:57.675144+0000 mgr.smithi063.cwyfis (mgr.14164) 239 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:18:59.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:18:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:18:58.435671+0000 mon.smithi063 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.146:0/3630157799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:18:59.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:18:59.827 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:01.132 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:01.132 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:01.133 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:01.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:18:59.675476+0000 mgr.smithi063.cwyfis (mgr.14164) 240 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:02.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:01.130918+0000 mon.smithi063 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.146:0/220082120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:02.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:02.510 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:03.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:01.675684+0000 mgr.smithi063.cwyfis (mgr.14164) 241 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:03.895 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:03.895 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:03.897 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:03.675929+0000 mgr.smithi063.cwyfis (mgr.14164) 242 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:03.893745+0000 mon.smithi063 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.146:0/2160506378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:05.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:05.265 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:06.570 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:06.570 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:06.572 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:07.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:05.676263+0000 mgr.smithi063.cwyfis (mgr.14164) 243 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:07.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:06.569478+0000 mon.smithi063 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.146:0/4236053615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:07.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:07.950 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:07.676594+0000 mgr.smithi063.cwyfis (mgr.14164) 244 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:09.286 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:09.287 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:09.288 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:10.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:09.285529+0000 mon.smithi063 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.146:0/3311755456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:10.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:10.688 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:09.676904+0000 mgr.smithi063.cwyfis (mgr.14164) 245 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:12.016 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:12.016 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:12.018 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:11.677245+0000 mgr.smithi063.cwyfis (mgr.14164) 246 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:12.015223+0000 mon.smithi063 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.146:0/3917627049' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:13.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:13.401 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:14.751 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:14.752 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:14.752 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:15.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:13.677549+0000 mgr.smithi063.cwyfis (mgr.14164) 247 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:16.137 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:16.137 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:14.749512+0000 mon.smithi063 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.146:0/2657795275' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:15.677794+0000 mgr.smithi063.cwyfis (mgr.14164) 248 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:15.761077+0000 mon.smithi063 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:19:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:15.762507+0000 mon.smithi063 (mon.0) 256 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:19:17.498 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:17.498 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:17.500 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:18.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:17.497108+0000 mon.smithi063 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.146:0/2065752834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:18.869 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:18.870 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:19.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:17.678154+0000 mgr.smithi063.cwyfis (mgr.14164) 249 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:20.206 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:50.049 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:50.053 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:19.678477+0000 mgr.smithi063.cwyfis (mgr.14164) 250 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:20.205156+0000 mon.smithi063 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.146:0/3874163964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:21.678823+0000 mgr.smithi063.cwyfis (mgr.14164) 251 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:23.679240+0000 mgr.smithi063.cwyfis (mgr.14164) 252 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:25.679571+0000 mgr.smithi063.cwyfis (mgr.14164) 253 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:27.679877+0000 mgr.smithi063.cwyfis (mgr.14164) 254 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:29.680169+0000 mgr.smithi063.cwyfis (mgr.14164) 255 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:31.680515+0000 mgr.smithi063.cwyfis (mgr.14164) 256 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:33.680843+0000 mgr.smithi063.cwyfis (mgr.14164) 257 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:35.681208+0000 mgr.smithi063.cwyfis (mgr.14164) 258 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:37.681508+0000 mgr.smithi063.cwyfis (mgr.14164) 259 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:39.681841+0000 mgr.smithi063.cwyfis (mgr.14164) 260 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:41.682236+0000 mgr.smithi063.cwyfis (mgr.14164) 261 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:43.682636+0000 mgr.smithi063.cwyfis (mgr.14164) 262 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:45.682990+0000 mgr.smithi063.cwyfis (mgr.14164) 263 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:50.056 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:47.683324+0000 mgr.smithi063.cwyfis (mgr.14164) 264 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:51.055 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:51.055 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:51.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:49.683661+0000 mgr.smithi063.cwyfis (mgr.14164) 265 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:52.429 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:52.430 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:52.431 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:53.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:51.683998+0000 mgr.smithi063.cwyfis (mgr.14164) 266 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:53.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:52.428787+0000 mon.smithi063 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.146:0/3026516032' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:53.804 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:53.805 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:55.100 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:55.100 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:55.102 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:55.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:53.684342+0000 mgr.smithi063.cwyfis (mgr.14164) 267 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:56.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:55.098683+0000 mon.smithi063 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.146:0/2758059845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:56.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:56.472 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:19:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:55.684689+0000 mgr.smithi063.cwyfis (mgr.14164) 268 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:57.785 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:19:57.786 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:19:57.787 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:19:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:57.685029+0000 mgr.smithi063.cwyfis (mgr.14164) 269 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:19:59.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:19:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:19:57.784902+0000 mon.smithi063 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.146:0/971447767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:19:59.150 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:19:59.150 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:00.490 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:00.490 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:00.490 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:01.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:19:59.685374+0000 mgr.smithi063.cwyfis (mgr.14164) 270 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:01.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:00.486707+0000 mon.smithi063 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.146:0/4088809064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:01.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:01.876 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:01.685754+0000 mgr.smithi063.cwyfis (mgr.14164) 271 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:03.219 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:03.220 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:03.221 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:04.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:03.218391+0000 mon.smithi063 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.146:0/3119565689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:04.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:04.593 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:03.686099+0000 mgr.smithi063.cwyfis (mgr.14164) 272 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:05.911 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:05.911 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:05.912 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:07.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:05.686440+0000 mgr.smithi063.cwyfis (mgr.14164) 273 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:07.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:05.910033+0000 mon.smithi063 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.146:0/3460659685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:07.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:07.290 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:08.641 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:08.641 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:08.642 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:09.145 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:07.686722+0000 mgr.smithi063.cwyfis (mgr.14164) 274 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:09.146 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:08.640013+0000 mon.smithi063 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.146:0/1323071052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:10.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:10.003 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:09.687079+0000 mgr.smithi063.cwyfis (mgr.14164) 275 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:11.332 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:11.332 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:11.333 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:12.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:11.325059+0000 mon.smithi063 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.146:0/1847553943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:12.715 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:12.716 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:11.687358+0000 mgr.smithi063.cwyfis (mgr.14164) 276 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:14.021 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:14.021 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:14.022 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:15.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:13.687629+0000 mgr.smithi063.cwyfis (mgr.14164) 277 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:15.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:14 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:14.019815+0000 mon.smithi063 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.146:0/3737727512' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:15.439 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:15.440 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:16.771 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:16.772 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:16.773 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:15.687975+0000 mgr.smithi063.cwyfis (mgr.14164) 278 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:17.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:15.762207+0000 mon.smithi063 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:20:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:15.763387+0000 mon.smithi063 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:20:18.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:18.131 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:18.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:16.769961+0000 mon.smithi063 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.146:0/3279994580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:19.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:17.688365+0000 mgr.smithi063.cwyfis (mgr.14164) 279 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:19.452 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:19.452 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:19.453 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:20.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:19.450967+0000 mon.smithi063 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.146:0/1686020821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:20.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:20.831 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:21.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:19.688694+0000 mgr.smithi063.cwyfis (mgr.14164) 280 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:22.145 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:22.145 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:22.148 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:21.688962+0000 mgr.smithi063.cwyfis (mgr.14164) 281 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:23.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:22.144717+0000 mon.smithi063 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.146:0/1341113276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:23.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:23.515 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:24.869 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:24.869 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:24.870 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:25.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:23.689294+0000 mgr.smithi063.cwyfis (mgr.14164) 282 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:26.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:24.867714+0000 mon.smithi063 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.146:0/3425033028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:26.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:26.257 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:27.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:25.689606+0000 mgr.smithi063.cwyfis (mgr.14164) 283 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:27.557 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:27.557 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:27.559 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:28.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:27.556184+0000 mon.smithi063 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.146:0/276134198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:28.939 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:28.941 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:29.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:28 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:27.689910+0000 mgr.smithi063.cwyfis (mgr.14164) 284 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:30.272 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:30.273 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:30.274 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:31.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:29.690248+0000 mgr.smithi063.cwyfis (mgr.14164) 285 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:31.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:30 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:30.271597+0000 mon.smithi063 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.146:0/1881609209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:31.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:31.625 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:32.950 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:32.951 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:32.952 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:20:33.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:31.690654+0000 mgr.smithi063.cwyfis (mgr.14164) 286 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:33 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:32.949806+0000 mon.smithi063 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.146:0/2547475033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:20:57.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:33.690918+0000 mgr.smithi063.cwyfis (mgr.14164) 287 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:35.691140+0000 mgr.smithi063.cwyfis (mgr.14164) 288 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.094 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:38 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:37.691565+0000 mgr.smithi063.cwyfis (mgr.14164) 289 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:39.691981+0000 mgr.smithi063.cwyfis (mgr.14164) 290 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:41.692300+0000 mgr.smithi063.cwyfis (mgr.14164) 291 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:44 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:43.692735+0000 mgr.smithi063.cwyfis (mgr.14164) 292 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:45.693177+0000 mgr.smithi063.cwyfis (mgr.14164) 293 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:47.693668+0000 mgr.smithi063.cwyfis (mgr.14164) 294 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:50 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:49.694141+0000 mgr.smithi063.cwyfis (mgr.14164) 295 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:52 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:51.694455+0000 mgr.smithi063.cwyfis (mgr.14164) 296 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.095 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:54 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:53.694785+0000 mgr.smithi063.cwyfis (mgr.14164) 297 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:55.695139+0000 mgr.smithi063.cwyfis (mgr.14164) 298 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:58.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:20:58.094 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:20:59.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:58 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:57.695525+0000 mgr.smithi063.cwyfis (mgr.14164) 299 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:20:59.434 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:20:59.434 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:20:59.435 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:00.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:20:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:20:59.432649+0000 mon.smithi063 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.146:0/3680372719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:00.758 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:00.759 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:01.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:00 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:20:59.695907+0000 mgr.smithi063.cwyfis (mgr.14164) 300 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:02.126 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:02.127 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:02.128 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:03.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:01.696327+0000 mgr.smithi063.cwyfis (mgr.14164) 301 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:03.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:02.124843+0000 mon.smithi063 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.146:0/3595658875' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:03.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:03.499 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:04.813 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:04.814 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:04.815 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:05.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:03.696591+0000 mgr.smithi063.cwyfis (mgr.14164) 302 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:06.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:04.812710+0000 mon.smithi063 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.146:0/3739924266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:06.188 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:06.188 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:07.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:06 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:05.696955+0000 mgr.smithi063.cwyfis (mgr.14164) 303 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:07.555 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:07.556 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:07.557 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:08.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:07.554533+0000 mon.smithi063 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.146:0/713484860' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:08.965 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:08.965 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:07.697319+0000 mgr.smithi063.cwyfis (mgr.14164) 304 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:08.748794+0000 mon.smithi063 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T04:21:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:21:08.748170+0000 mgr.smithi063.cwyfis (mgr.14164) 305 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi063 ... 2023-11-17T04:21:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-11-17T04:21:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-11-17T04:21:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:19:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:19:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:20:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:21:10.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('uid/gid not found') 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: uid/gid not found 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1144, in _remote_connection 2023-11-17T04:21:10.140 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: yield (conn, connr) 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1059, in _run_cephadm 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: code, '\n'.join(err))) 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Deploy daemon prometheus.smithi063 ... 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi063 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:19:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:19:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr time="2023-11-17T04:20:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: Traceback (most recent call last): 2023-11-17T04:21:10.141 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8029, in 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: main() 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 8017, in main 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: r = ctx.func(ctx) 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 1760, in _default_image 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: return func(ctx) 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4263, in command_deploy 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 4185, in extract_uid_gid_monitoring 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2023-11-17T04:21:10.142 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: File "/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/cephadm.30cb78bdbbafb384af862e1c2292b944f15942b586128e91262b43e91e11ae90", line 2531, in extract_uid_gid 2023-11-17T04:21:10.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: raise RuntimeError('uid/gid not found') 2023-11-17T04:21:10.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: RuntimeError: uid/gid not found 2023-11-17T04:21:10.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:08.980262+0000 mon.smithi063 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:10.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:08.993588+0000 mon.smithi063 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:10.143 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:09.232858+0000 mon.smithi063 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:10.613 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:10.613 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:10.615 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:09.697536+0000 mgr.smithi063.cwyfis (mgr.14164) 306 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:10.394182+0000 mon.smithi063 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:11.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:10.612244+0000 mon.smithi063 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.146:0/1104092781' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:12.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:12.004 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:11.697851+0000 mgr.smithi063.cwyfis (mgr.14164) 307 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:11.839957+0000 mon.smithi063 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:12.131364+0000 mon.smithi063 (mon.0) 288 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:13.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:12.134975+0000 mon.smithi063 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' 2023-11-17T04:21:13.374 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:13.374 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:13.375 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:14.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:12.132195+0000 mgr.smithi063.cwyfis (mgr.14164) 308 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:14.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cephadm 2023-11-17T04:21:12.137114+0000 mgr.smithi063.cwyfis (mgr.14164) 309 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2023-11-17T04:21:14.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:13.130300+0000 mon.smithi063 (mon.0) 290 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-11-17T04:21:14.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:13.372666+0000 mon.smithi063 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.146:0/3058537102' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:14.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:14.738 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:16.059 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:16.059 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:16.061 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:16.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:14.132598+0000 mgr.smithi063.cwyfis (mgr.14164) 310 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:15.763363+0000 mon.smithi063 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:21:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:15.764222+0000 mon.smithi063 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:21:17.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:16.058184+0000 mon.smithi063 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.146:0/2256854248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:17.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:17.401 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:18.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:16.132950+0000 mgr.smithi063.cwyfis (mgr.14164) 311 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:18.749 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:18.749 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:18.751 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:19.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:18.133212+0000 mgr.smithi063.cwyfis (mgr.14164) 312 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:19.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:18.748170+0000 mon.smithi063 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.146:0/2471815982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:20.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:20.146 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:21.454 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:21.454 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:21.456 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:22.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:20.133562+0000 mgr.smithi063.cwyfis (mgr.14164) 313 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:22.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:21.453701+0000 mon.smithi063 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.146:0/2882495367' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:22.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:22.821 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:24.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:22.133918+0000 mgr.smithi063.cwyfis (mgr.14164) 314 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:24.184 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:24.184 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:24.186 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:24.183224+0000 mon.smithi063 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.146:0/3168502776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:25.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:25.542 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:26.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:24.134188+0000 mgr.smithi063.cwyfis (mgr.14164) 315 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:26.868 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:26.868 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:26.870 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:28.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:26.134615+0000 mgr.smithi063.cwyfis (mgr.14164) 316 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:28.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:26.867360+0000 mon.smithi063 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.146:0/3869843822' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:28.236 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:28.236 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:29.577 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:29.578 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:29.579 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:30.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:28.134885+0000 mgr.smithi063.cwyfis (mgr.14164) 317 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:30.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:29.576658+0000 mon.smithi063 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.146:0/2920994097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:30.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:30.958 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:32.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:30.135272+0000 mgr.smithi063.cwyfis (mgr.14164) 318 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:32.266 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:32.266 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:32.267 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:33.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:32.265007+0000 mon.smithi063 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.146:0/2332733616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:33.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:33.641 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:34.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:33 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:32.135658+0000 mgr.smithi063.cwyfis (mgr.14164) 319 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:34.924 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:34.924 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:34.925 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:36.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:35 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:34.136004+0000 mgr.smithi063.cwyfis (mgr.14164) 320 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:36.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:35 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:34.922337+0000 mon.smithi063 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.146:0/432224568' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:36.290 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:36.291 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:37.647 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:37.647 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:37.649 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:38.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:36.136322+0000 mgr.smithi063.cwyfis (mgr.14164) 321 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:38.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:37.645761+0000 mon.smithi063 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.146:0/1932299944' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:39.044 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:39.044 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:40.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:38.136567+0000 mgr.smithi063.cwyfis (mgr.14164) 322 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:40.444 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:40.444 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:40.446 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:40.443345+0000 mon.smithi063 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.146:0/3357290393' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:41.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:41.829 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:42.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:40.136790+0000 mgr.smithi063.cwyfis (mgr.14164) 323 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:43.203 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:43.203 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:43.205 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:44.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:42.137150+0000 mgr.smithi063.cwyfis (mgr.14164) 324 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:44.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:43.202165+0000 mon.smithi063 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.146:0/735395720' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:44.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:44.576 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:45.902 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:45.902 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:45.903 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:46.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:44.137609+0000 mgr.smithi063.cwyfis (mgr.14164) 325 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:47.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:46 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:45.900675+0000 mon.smithi063 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.146:0/3365334701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:47.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:47.290 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:48.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:46.137848+0000 mgr.smithi063.cwyfis (mgr.14164) 326 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:48.609 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:48.609 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:48.610 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:48.607367+0000 mon.smithi063 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.146:0/4058556428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:55.231 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:55.231 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:55.233 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:49 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:48.138096+0000 mgr.smithi063.cwyfis (mgr.14164) 327 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:55.233 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:50.138491+0000 mgr.smithi063.cwyfis (mgr.14164) 328 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:55.233 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:52.138861+0000 mgr.smithi063.cwyfis (mgr.14164) 329 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:56.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:54.139330+0000 mgr.smithi063.cwyfis (mgr.14164) 330 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:56.641 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:56.642 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:56.642 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:21:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:56.639707+0000 mon.smithi063 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.146:0/1974448682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:21:58.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:21:58.376 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:21:58.377 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:56.139674+0000 mgr.smithi063.cwyfis (mgr.14164) 331 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:21:59.675 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:21:59.675 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:21:59.680 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:00.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:21:58.140061+0000 mgr.smithi063.cwyfis (mgr.14164) 332 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:00.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:21:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:21:59.674032+0000 mon.smithi063 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.146:0/3013444515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:01.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:01.081 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:02.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:00.140447+0000 mgr.smithi063.cwyfis (mgr.14164) 333 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:02.491 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:02.491 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:02.493 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:03.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:02 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:02.490172+0000 mon.smithi063 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.146:0/3885036780' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:03.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:03.898 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:04.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:02.140701+0000 mgr.smithi063.cwyfis (mgr.14164) 334 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:05.181 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:05.181 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:05.183 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:06.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:04.140978+0000 mgr.smithi063.cwyfis (mgr.14164) 335 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:06.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:05.179884+0000 mon.smithi063 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.146:0/2107978706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:06.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:06.551 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:07.894 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:07.894 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:07.895 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:08.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:06.141280+0000 mgr.smithi063.cwyfis (mgr.14164) 336 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:09.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:08 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:07.892555+0000 mon.smithi063 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.146:0/2586261522' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:09.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:09.265 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:10.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:08.141580+0000 mgr.smithi063.cwyfis (mgr.14164) 337 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:10.588 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:10.588 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:10.590 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:11.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:10 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:10.587498+0000 mon.smithi063 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.146:0/1303301162' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:11.955 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:11.956 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:12.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:10.141912+0000 mgr.smithi063.cwyfis (mgr.14164) 338 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:13.274 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:13.274 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:13.275 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:14.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:12.142338+0000 mgr.smithi063.cwyfis (mgr.14164) 339 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:14.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:13.273185+0000 mon.smithi063 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.146:0/3901316449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:14.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:14.638 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:15.938 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:15.938 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:15.939 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:14.142742+0000 mgr.smithi063.cwyfis (mgr.14164) 340 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:15.764543+0000 mon.smithi063 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:22:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:15.765241+0000 mon.smithi063 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:22:16.887 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:15.936486+0000 mon.smithi063 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.146:0/2656654706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:17.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:17.296 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:18.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:16.143008+0000 mgr.smithi063.cwyfis (mgr.14164) 341 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:18.604 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:18.605 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:18.606 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:19.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:18 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:18.603665+0000 mon.smithi063 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.146:0/4199197090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:19.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:19.936 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:20.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:18.143356+0000 mgr.smithi063.cwyfis (mgr.14164) 342 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:21.221 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:21.222 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:21.223 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:22.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:20.143605+0000 mgr.smithi063.cwyfis (mgr.14164) 343 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:22.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:21.220227+0000 mon.smithi063 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.146:0/1082705064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:22.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:22.593 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:23.878 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:23.878 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:23.880 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:24.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:22.143833+0000 mgr.smithi063.cwyfis (mgr.14164) 344 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:25.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:24 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:23.877306+0000 mon.smithi063 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.146:0/2483794466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:25.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:22:25.248 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:22:26.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:24.144267+0000 mgr.smithi063.cwyfis (mgr.14164) 345 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:22:26.559 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:22:26.559 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:22:26.561 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:22:27.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:22:26.558677+0000 mon.smithi063 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.146:0/1471509134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:22:27.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:30.464 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:26.144707+0000 mgr.smithi063.cwyfis (mgr.14164) 346 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:28.145120+0000 mgr.smithi063.cwyfis (mgr.14164) 347 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:30.145537+0000 mgr.smithi063.cwyfis (mgr.14164) 348 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:33 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:32.145828+0000 mgr.smithi063.cwyfis (mgr.14164) 349 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:35 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:34.146176+0000 mgr.smithi063.cwyfis (mgr.14164) 350 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:36 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:36.146487+0000 mgr.smithi063.cwyfis (mgr.14164) 351 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:38.146760+0000 mgr.smithi063.cwyfis (mgr.14164) 352 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:40.147125+0000 mgr.smithi063.cwyfis (mgr.14164) 353 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.473 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:42.147411+0000 mgr.smithi063.cwyfis (mgr.14164) 354 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:44.147772+0000 mgr.smithi063.cwyfis (mgr.14164) 355 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:46.148177+0000 mgr.smithi063.cwyfis (mgr.14164) 356 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:49 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:48.148540+0000 mgr.smithi063.cwyfis (mgr.14164) 357 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:50.148913+0000 mgr.smithi063.cwyfis (mgr.14164) 358 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:52.149332+0000 mgr.smithi063.cwyfis (mgr.14164) 359 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:54.149680+0000 mgr.smithi063.cwyfis (mgr.14164) 360 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:56.150013+0000 mgr.smithi063.cwyfis (mgr.14164) 361 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:22:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:22:58.150309+0000 mgr.smithi063.cwyfis (mgr.14164) 362 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:00.150606+0000 mgr.smithi063.cwyfis (mgr.14164) 363 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:02.150956+0000 mgr.smithi063.cwyfis (mgr.14164) 364 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:04.151272+0000 mgr.smithi063.cwyfis (mgr.14164) 365 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.474 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:06.151578+0000 mgr.smithi063.cwyfis (mgr.14164) 366 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:08.151933+0000 mgr.smithi063.cwyfis (mgr.14164) 367 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:10.152292+0000 mgr.smithi063.cwyfis (mgr.14164) 368 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:12.152660+0000 mgr.smithi063.cwyfis (mgr.14164) 369 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:14.152917+0000 mgr.smithi063.cwyfis (mgr.14164) 370 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:15.765645+0000 mon.smithi063 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:16 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:15.766327+0000 mon.smithi063 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:16.153284+0000 mgr.smithi063.cwyfis (mgr.14164) 371 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:18.153655+0000 mgr.smithi063.cwyfis (mgr.14164) 372 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:20.154029+0000 mgr.smithi063.cwyfis (mgr.14164) 373 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:22.154326+0000 mgr.smithi063.cwyfis (mgr.14164) 374 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:24.154711+0000 mgr.smithi063.cwyfis (mgr.14164) 375 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:27 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:26.155002+0000 mgr.smithi063.cwyfis (mgr.14164) 376 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:30.475 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:29 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:28.155353+0000 mgr.smithi063.cwyfis (mgr.14164) 377 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:31.771 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:31.772 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:31.773 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:32.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:31 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:30.155648+0000 mgr.smithi063.cwyfis (mgr.14164) 378 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:33.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:32 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:31.769997+0000 mon.smithi063 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.146:0/499029914' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:33.148 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:33.148 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:34.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:33 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:32.156027+0000 mgr.smithi063.cwyfis (mgr.14164) 379 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:34.523 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:34.524 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:34.525 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:35.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:34 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:34.522360+0000 mon.smithi063 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.146:0/140908601' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:35.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:35.966 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:36.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:35 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:34.156439+0000 mgr.smithi063.cwyfis (mgr.14164) 380 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:37.329 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:37.330 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:37.331 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:38.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:36.156853+0000 mgr.smithi063.cwyfis (mgr.14164) 381 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:38.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:37 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:37.328457+0000 mon.smithi063 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.146:0/253572547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:38.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:38.685 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:40.061 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:40.061 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:40.063 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:40.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:39 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:38.157230+0000 mgr.smithi063.cwyfis (mgr.14164) 382 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:41.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:40 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:40.060170+0000 mon.smithi063 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.146:0/713002468' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:41.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:41.435 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:42.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:41 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:40.157540+0000 mgr.smithi063.cwyfis (mgr.14164) 383 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:42.725 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:42.725 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:42.726 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:43.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:42 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:42.721874+0000 mon.smithi063 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.146:0/2858956677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:44.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:44.101 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:44.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:43 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:42.157831+0000 mgr.smithi063.cwyfis (mgr.14164) 384 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:45.389 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:45.389 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:45.391 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:46.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:44.158082+0000 mgr.smithi063.cwyfis (mgr.14164) 385 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:46.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:45 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:45.387986+0000 mon.smithi063 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.146:0/2069869500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:46.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:46.754 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:48.093 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:48.094 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:48.096 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:48.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:47 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:46.158484+0000 mgr.smithi063.cwyfis (mgr.14164) 386 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:49.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:48 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:48.092854+0000 mon.smithi063 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.146:0/1353713104' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:49.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:49.490 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:50.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:49 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:48.158821+0000 mgr.smithi063.cwyfis (mgr.14164) 387 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:50.796 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:50.797 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:50.798 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:52.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:50.159193+0000 mgr.smithi063.cwyfis (mgr.14164) 388 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:52.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:51 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:50.794787+0000 mon.smithi063 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.146:0/3200216814' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:52.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:52.173 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:53.524 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:53.524 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:53.526 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:54.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:52.159568+0000 mgr.smithi063.cwyfis (mgr.14164) 389 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:54.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:53 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:53.523126+0000 mon.smithi063 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.146:0/1886622629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:54.912 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:54.913 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:56.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:55 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:54.159920+0000 mgr.smithi063.cwyfis (mgr.14164) 390 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:56.282 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:56.282 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:56.282 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:23:57.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:56 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:56.278771+0000 mon.smithi063 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.146:0/3407517120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:23:57.655 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:23:57.656 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:23:58.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:57 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:56.160313+0000 mgr.smithi063.cwyfis (mgr.14164) 391 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:23:58.956 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:23:58.957 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:23:58.960 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:00.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:23:58.160632+0000 mgr.smithi063.cwyfis (mgr.14164) 392 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:00.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:23:59 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:23:58.955822+0000 mon.smithi063 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.146:0/119602734' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:00.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:00.323 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:01.680 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:01.680 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:01.682 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:02.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:00.160929+0000 mgr.smithi063.cwyfis (mgr.14164) 393 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:02.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:01 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:01.678909+0000 mon.smithi063 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.146:0/3088886170' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:03.056 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:03.057 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:04.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:03 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:02.161222+0000 mgr.smithi063.cwyfis (mgr.14164) 394 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:04.375 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:04.375 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:04.376 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:05.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:04 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:04.374031+0000 mon.smithi063 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.146:0/3604641927' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:05.765 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:05.765 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:06.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:05 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:04.161503+0000 mgr.smithi063.cwyfis (mgr.14164) 395 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:07.090 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:07.090 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:07.091 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:08.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:06.161870+0000 mgr.smithi063.cwyfis (mgr.14164) 396 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:08.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:07 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:07.088906+0000 mon.smithi063 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.146:0/16727010' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:08.491 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:08.491 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:09.794 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:09.794 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:09.795 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:08.162233+0000 mgr.smithi063.cwyfis (mgr.14164) 397 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:10.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:09 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:09.792548+0000 mon.smithi063 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.146:0/1620675690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:11.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:11.171 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:12.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:11 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:10.162665+0000 mgr.smithi063.cwyfis (mgr.14164) 398 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:12.446 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:12.446 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:12.447 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:13.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:12 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:12.444904+0000 mon.smithi063 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.146:0/3385163597' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:13.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:13.809 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:14.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:13 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:12.163015+0000 mgr.smithi063.cwyfis (mgr.14164) 399 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:15.110 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:15.110 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:15.112 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:14.163271+0000 mgr.smithi063.cwyfis (mgr.14164) 400 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:15.108721+0000 mon.smithi063 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.146:0/1659936745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:15.766697+0000 mon.smithi063 (mon.0) 340 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/mirror_snapshot_schedule"}]: dispatch 2023-11-17T04:24:16.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:15 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:15.767372+0000 mon.smithi063 (mon.0) 341 : audit [INF] from='mgr.14164 172.21.15.63:0/2546268118' entity='mgr.smithi063.cwyfis' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi063.cwyfis/trash_purge_schedule"}]: dispatch 2023-11-17T04:24:16.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:16.488 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:17.802 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:17.802 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:17.804 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:18.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:16.163620+0000 mgr.smithi063.cwyfis (mgr.14164) 401 : cluster [DBG] pgmap v385: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:18.139 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:17 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:17.801029+0000 mon.smithi063 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.146:0/2125369037' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:19.185 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:19.185 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:20.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:19 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:18.163996+0000 mgr.smithi063.cwyfis (mgr.14164) 402 : cluster [DBG] pgmap v386: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:20.467 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:20.467 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:20.468 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:21.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:20 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:20.465752+0000 mon.smithi063 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.146:0/3194571109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:21.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:21.867 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:22.138 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:21 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:20.164332+0000 mgr.smithi063.cwyfis (mgr.14164) 403 : cluster [DBG] pgmap v387: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:23.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:22 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:22.164614+0000 mgr.smithi063.cwyfis (mgr.14164) 404 : cluster [DBG] pgmap v388: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:23.185 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:23.186 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:23.187 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:24.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:23 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: audit 2023-11-17T04:24:23.185104+0000 mon.smithi063 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.146:0/4192152795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T04:24:24.549 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T04:24:24.549 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T04:24:25.852 INFO:teuthology.orchestra.run.smithi146.stdout: 2023-11-17T04:24:25.852 INFO:teuthology.orchestra.run.smithi146.stdout:{"epoch":1,"fsid":"293e85a8-84ff-11ee-8dbe-212e2dc638e7","modified":"2023-11-17T04:10:19.420387Z","created":"2023-11-17T04:10:19.420387Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi063","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-17T04:24:25.852 INFO:teuthology.orchestra.run.smithi146.stderr:dumped monmap epoch 1 2023-11-17T04:24:26.137 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:25 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: cluster 2023-11-17T04:24:24.164929+0000 mgr.smithi063.cwyfis (mgr.14164) 405 : cluster [DBG] pgmap v389: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T04:24:26.232 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-17T04:24:26.233 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-17T04:24:26.233 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T04:24:26.258 DEBUG:teuthology.orchestra.run.smithi146:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T04:24:26.276 INFO:tasks.cephadm:Stopping all daemons... 2023-11-17T04:24:26.276 INFO:tasks.cephadm.mon.smithi063:Stopping mon.smithi063... 2023-11-17T04:24:26.276 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063 2023-11-17T04:24:26.637 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:26 smithi063 systemd[1]: Stopping Ceph mon.smithi063 for 293e85a8-84ff-11ee-8dbe-212e2dc638e7... 2023-11-17T04:24:26.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:24:26.409+0000 7ff8fb766700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi063 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T04:24:26.638 INFO:journalctl@ceph.mon.smithi063.smithi063.stdout:Nov 17 04:24:26 smithi063 ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7-mon.smithi063[107478]: debug 2023-11-17T04:24:26.409+0000 7ff8fb766700 -1 mon.smithi063@0(leader) e1 *** Got Signal Terminated *** 2023-11-17T04:24:26.833 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi063.service' 2023-11-17T04:24:26.913 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T04:24:26.913 INFO:tasks.cephadm.mon.smithi063:Stopped mon.smithi063 2023-11-17T04:24:26.913 INFO:tasks.cephadm.mon.smithi146:Stopping mon.smithi146... 2023-11-17T04:24:26.913 DEBUG:teuthology.orchestra.run.smithi146:> sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146 2023-11-17T04:24:26.949 INFO:teuthology.orchestra.run.smithi146.stderr:Failed to stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146.service: Unit ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146.service not loaded. 2023-11-17T04:24:26.950 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-17T04:24:26.951 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi146" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 5: 'sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146' 2023-11-17T04:24:26.952 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-17T04:24:26.954 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/ubuntu@smithi063.front.sepia.ceph.com/crash 2023-11-17T04:24:26.955 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T04:24:26.995 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/ubuntu@smithi146.front.sepia.ceph.com/crash 2023-11-17T04:24:26.996 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-17T04:24:27.038 INFO:teuthology.orchestra.run.smithi146.stderr:tar: /var/lib/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T04:24:27.038 INFO:teuthology.orchestra.run.smithi146.stderr:tar: Error is not recoverable: exiting now 2023-11-17T04:24:27.040 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-17T04:24:27.040 DEBUG:teuthology.orchestra.run.smithi063:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-17T04:24:27.072 INFO:teuthology.orchestra.run.smithi063.stderr:grep: /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-17T04:24:27.075 INFO:tasks.cephadm:Compressing logs... 2023-11-17T04:24:27.075 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T04:24:27.116 DEBUG:teuthology.orchestra.run.smithi146:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T04:24:27.143 INFO:teuthology.orchestra.run.smithi063.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T04:24:27.143 INFO:teuthology.orchestra.run.smithi063.stderr:: No such file or directory 2023-11-17T04:24:27.144 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mon.smithi063.log 2023-11-17T04:24:27.144 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T04:24:27.144 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi063.cwyfis.log 2023-11-17T04:24:27.145 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mon.smithi063.log: /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi063.cwyfis.log: 90.3% -- replaced with /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T04:24:27.146 INFO:teuthology.orchestra.run.smithi146.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-17T04:24:27.146 INFO:teuthology.orchestra.run.smithi146.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T04:24:27.146 INFO:teuthology.orchestra.run.smithi146.stderr:gzip -5 --verbose -- /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-17T04:24:27.146 INFO:teuthology.orchestra.run.smithi146.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-17T04:24:27.147 INFO:teuthology.orchestra.run.smithi063.stderr: 91.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T04:24:27.147 INFO:teuthology.orchestra.run.smithi146.stderr: 95.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T04:24:27.149 INFO:teuthology.orchestra.run.smithi146.stderr: 2023-11-17T04:24:27.149 INFO:teuthology.orchestra.run.smithi146.stderr:real 0m0.014s 2023-11-17T04:24:27.149 INFO:teuthology.orchestra.run.smithi146.stderr:user 0m0.010s 2023-11-17T04:24:27.149 INFO:teuthology.orchestra.run.smithi146.stderr:sys 0m0.014s 2023-11-17T04:24:27.252 INFO:teuthology.orchestra.run.smithi063.stderr: 92.9% -- replaced with /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi063.cwyfis.log.gz 2023-11-17T04:24:27.329 INFO:teuthology.orchestra.run.smithi063.stderr: 90.9% -- replaced with /var/log/ceph/293e85a8-84ff-11ee-8dbe-212e2dc638e7/ceph-mon.smithi063.log.gz 2023-11-17T04:24:27.330 INFO:teuthology.orchestra.run.smithi063.stderr: 2023-11-17T04:24:27.330 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.197s 2023-11-17T04:24:27.330 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.295s 2023-11-17T04:24:27.330 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.020s 2023-11-17T04:24:27.330 INFO:tasks.cephadm:Archiving logs... 2023-11-17T04:24:27.331 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/ubuntu@smithi063.front.sepia.ceph.com/log 2023-11-17T04:24:27.332 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T04:24:27.446 DEBUG:teuthology.misc:Transferring archived files from smithi146:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/ubuntu@smithi146.front.sepia.ceph.com/log 2023-11-17T04:24:27.447 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T04:24:27.479 INFO:tasks.cephadm:Removing cluster... 2023-11-17T04:24:27.479 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 --force 2023-11-17T04:26:21.279 DEBUG:teuthology.orchestra.run.smithi146:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 293e85a8-84ff-11ee-8dbe-212e2dc638e7 --force 2023-11-17T04:26:24.557 INFO:tasks.cephadm:Removing cephadm ... 2023-11-17T04:26:24.557 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T04:26:24.582 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T04:26:24.600 INFO:tasks.cephadm:Teardown complete 2023-11-17T04:26:24.600 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 5: 'sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146' 2023-11-17T04:26:24.683 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=95c9b430368747928f3c176863b0b5c8 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi146 with status 5: 'sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146' 2023-11-17T04:26:24.687 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-17T04:26:24.696 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-17T04:26:24.710 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-17T04:26:24.710 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T04:26:24.725 DEBUG:teuthology.orchestra.run.smithi146:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T04:26:24.736 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-11-17T04:26:24.742 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T04:26:24.742 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-11-17T04:26:24.742 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 7 +836us[ +837us] +/- 99ms 2023-11-17T04:26:24.742 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv02.front.sepia.ceph.com 3 6 377 5 -589us[ -589us] +/- 51ms 2023-11-17T04:26:24.742 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 3 +183us[ +183us] +/- 63ms 2023-11-17T04:26:24.743 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:26:24.747 INFO:teuthology.orchestra.run.smithi146.stderr:bash: ntpq: command not found 2023-11-17T04:26:24.752 INFO:teuthology.orchestra.run.smithi146.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T04:26:24.752 INFO:teuthology.orchestra.run.smithi146.stdout:=============================================================================== 2023-11-17T04:26:24.752 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 3 +859us[ +859us] +/- 99ms 2023-11-17T04:26:24.752 INFO:teuthology.orchestra.run.smithi146.stdout:^* hv02.front.sepia.ceph.com 3 6 377 4 -585us[ -583us] +/- 51ms 2023-11-17T04:26:24.753 INFO:teuthology.orchestra.run.smithi146.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +191us[ +194us] +/- 63ms 2023-11-17T04:26:24.753 INFO:teuthology.orchestra.run.smithi146.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T04:26:24.753 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-17T04:26:24.762 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-17T04:26:24.762 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-17T04:26:24.771 DEBUG:teuthology.orchestra.run.smithi063:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T04:26:24.884 DEBUG:teuthology.orchestra.run.smithi146:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T04:26:24.974 DEBUG:teuthology.orchestra.run.smithi063:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T04:26:25.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:26:25.009 DEBUG:teuthology.orchestra.run.smithi146:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T04:26:25.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:26:25.041 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-17T04:26:25.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-17T04:26:25.062 INFO:teuthology.task.internal:Duration was 1566.979122 seconds 2023-11-17T04:26:25.062 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-17T04:26:25.071 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-17T04:26:25.071 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T04:26:25.077 DEBUG:teuthology.orchestra.run.smithi146:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T04:26:25.123 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T04:26:25.127 INFO:teuthology.orchestra.run.smithi146.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T04:26:25.400 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-17T04:26:25.400 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2023-11-17T04:26:25.401 DEBUG:teuthology.orchestra.run.smithi063:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T04:26:25.428 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi146.front.sepia.ceph.com 2023-11-17T04:26:25.517 DEBUG:teuthology.orchestra.run.smithi146:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T04:26:25.541 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-17T04:26:25.541 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T04:26:25.544 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T04:26:25.632 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-17T04:26:25.633 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T04:26:25.635 DEBUG:teuthology.orchestra.run.smithi146:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T04:26:25.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-17T04:26:25.731 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-17T04:26:25.731 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T04:26:25.759 DEBUG:teuthology.orchestra.run.smithi146:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T04:26:25.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-17T04:26:25.804 DEBUG:teuthology.orchestra.run.smithi063:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T04:26:25.808 DEBUG:teuthology.orchestra.run.smithi146:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T04:26:25.832 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2023-11-17T04:26:25.855 INFO:teuthology.orchestra.run.smithi146.stdout:kernel.core_pattern = core 2023-11-17T04:26:25.882 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T04:26:25.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:26:25.912 DEBUG:teuthology.orchestra.run.smithi146:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T04:26:25.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T04:26:25.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-17T04:26:25.949 INFO:teuthology.task.internal:Transferring archived files... 2023-11-17T04:26:25.950 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/smithi063 2023-11-17T04:26:25.951 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T04:26:25.991 DEBUG:teuthology.misc:Transferring archived files from smithi146:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261/remote/smithi146 2023-11-17T04:26:25.992 DEBUG:teuthology.orchestra.run.smithi146:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T04:26:26.031 INFO:teuthology.task.internal:Removing archive directory... 2023-11-17T04:26:26.032 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T04:26:26.039 DEBUG:teuthology.orchestra.run.smithi146:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T04:26:26.083 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-17T04:26:26.095 INFO:teuthology.task.internal:Not uploading archives. 2023-11-17T04:26:26.095 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-17T04:26:26.107 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-17T04:26:26.107 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T04:26:26.110 DEBUG:teuthology.orchestra.run.smithi146:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T04:26:26.126 INFO:teuthology.orchestra.run.smithi063.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 04:26 /home/ubuntu/cephtest 2023-11-17T04:26:26.142 INFO:teuthology.orchestra.run.smithi146.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 04:26 /home/ubuntu/cephtest 2023-11-17T04:26:26.144 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-17T04:26:26.157 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-17T04:26:26.180 INFO:teuthology.nuke:Checking targets against current locks 2023-11-17T04:26:26.203 DEBUG:teuthology.nuke:shortname: smithi063 2023-11-17T04:26:26.203 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T04:26:26.227 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 03:50:55.860227', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNHEtD17s02UO1k7ki1DwKpXE7Y0h9kAmgKm0gkGOohxZrCUg/pCsf+ZCFQyZFl3JMGfpGMUXISw0eoarjsjLgs='} 2023-11-17T04:26:26.230 DEBUG:teuthology.nuke:shortname: smithi146 2023-11-17T04:26:26.231 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T04:26:26.251 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi146.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461261', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 03:50:55.858478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOihd06BtM+HSgLs3KlVv8llC5TJx8Myx/yLuVl55U/Wnxsu15t7JWKG0DeiCmL2W48EiWLI15EXs+HOWypMpHc='} 2023-11-17T04:26:26.286 INFO:teuthology.orchestra.console.smithi063:Power off 2023-11-17T04:26:26.287 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T04:26:26.318 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2023-11-17T04:26:26.318 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:26.351 INFO:teuthology.orchestra.console.smithi146:Power off 2023-11-17T04:26:26.352 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T04:26:26.373 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-11-17T04:26:26.395 DEBUG:teuthology.orchestra.console.smithi146:power off output: Chassis Power Control: Down/Off 2023-11-17T04:26:26.396 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:26.442 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-17T04:26:30.375 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:30.443 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:30.485 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-11-17T04:26:30.554 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-17T04:26:34.490 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:34.554 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:34.602 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2023-11-17T04:26:34.667 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is on 2023-11-17T04:26:34.703 INFO:teuthology.orchestra.console.smithi063:Power off completed 2023-11-17T04:26:38.670 DEBUG:teuthology.orchestra.console.smithi146:pexpect command: ipmitool -H smithi146.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T04:26:38.780 DEBUG:teuthology.orchestra.console.smithi146:check power output: Chassis Power is off 2023-11-17T04:26:38.881 INFO:teuthology.orchestra.console.smithi146:Power off completed 2023-11-17T04:26:38.985 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: 1566.9791221618652 failure_reason: 'Command failed on smithi146 with status 5: ''sudo systemctl stop ceph-293e85a8-84ff-11ee-8dbe-212e2dc638e7@mon.smithi146''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=95c9b430368747928f3c176863b0b5c8 status: fail success: false 2023-11-17T04:26:38.985 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T04:26:39.071 INFO:teuthology.run:FAIL