2024-09-17T11:45:17.647 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T11:45:17.666 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T11:45:17.752 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804 branch: main description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_ips} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907804' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: main 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 7498493279982dfe87f00616198a5967475f6169 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7498493279982dfe87f00616198a5967475f6169 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 2b698643d05f73e79c2d2888228947a84a4ac0bd owner: scheduled_teuthology@teuthology priority: 950 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 - - host.d - cephadm.exclude seed: 3649 sha1: 7498493279982dfe87f00616198a5967475f6169 sleep_before_teardown: 0 subset: 42/64 suite: orch suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 2b698643d05f73e79c2d2888228947a84a4ac0bd targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE7Ig0EzKKh+euI0NqILtFefADJ2IS+fV1sjWWzoVByVt6hceQr4nNRhU9oQSHQAcqBP4K+XJXe2RqOE8Z6JCOA= smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB37Znlspg8AbRiv2aB3AigElPpLWNbY4z0nRNIX9cfFyqt7LvSGZ6kJyIERDUXiVNggPCeRGkXms8neNfaFtiE= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLLYC1nWH8GVZAJJ05dhD1315AEWDQJ7K52aKA6AZOrfejDBvUrGpe6xaiv7MbtBEmz7bPV8McgH+u9VOFRosKc= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEto9F24uavKxguXywQSMKT+FWCirpeEiZTOecSIWS34rWvMK9X5xJjdyiQFRd74Bxx//VGHUBd21H2wbVFB9Jg= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm.deploy_samba_ad_dc: role: host.d - vip: count: 2 - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adipctdb\n auth_mode: active-directory\n domain_settings:\n realm:\ \ DOMAIN1.SINK.TEST\n join_sources:\n - source_type: resource\n \ \ ref: join1-admin\n custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n\ \ public_addrs:\n - address: {{VIP0}}/{{VIPPREFIXLEN}}\n - address:\ \ {{VIP1}}/{{VIPPREFIXLEN}}\n placement:\n count: 3\n- resource_type:\ \ ceph.smb.join.auth\n auth_id: join1-admin\n auth:\n username: Administrator\n\ \ password: Passw0rd\n- resource_type: ceph.smb.share\n cluster_id: adipctdb\n\ \ share_id: share1\n cephfs:\n volume: cephfs\n subvolumegroup: smb\n\ \ subvolume: sv1\n path: /\n- resource_type: ceph.smb.share\n cluster_id:\ \ adipctdb\n share_id: share2\n cephfs:\n volume: cephfs\n subvolumegroup:\ \ smb\n subvolume: sv2\n path: /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.adipctdb - cephadm.shell: host.a: - cmd: rados --pool=.smb -N adipctdb get cluster.meta.json /dev/stdout - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.exec: host.a: - '{{ctx.cephadm}} ls --no-detail | {{ctx.cephadm}} shell jq -r ''map(select(.name | startswith("smb.adipctdb")))[-1].name'' > /tmp/svcname' - '{{ctx.cephadm}} enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' - cat /tmp/ctdb_status - grep 'pnn:0 .*OK' /tmp/ctdb_status - grep 'pnn:1 .*OK' /tmp/ctdb_status - grep 'pnn:2 .*OK' /tmp/ctdb_status - grep 'Number of nodes:3' /tmp/ctdb_status - rm -rf /tmp/svcname /tmp/ctdb_status - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{VIP0}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{VIP1}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{VIP0}}/share2 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{VIP1}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adipctdb\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ adipctdb\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: adipctdb\n share_id: share2\n intent: removed\n# --- End\ \ Embedded YAML\n" - cephadm.wait_for_service_not_present: service: smb.adipctdb teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_20:08:15 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T11:45:17.753 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa; will attempt to use it 2024-09-17T11:45:17.753 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa/tasks 2024-09-17T11:45:17.753 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T11:45:17.755 INFO:teuthology.task.internal:Checking packages... 2024-09-17T11:45:17.776 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7498493279982dfe87f00616198a5967475f6169' 2024-09-17T11:45:17.776 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T11:45:17.776 INFO:teuthology.packaging:ref: None 2024-09-17T11:45:17.776 INFO:teuthology.packaging:tag: None 2024-09-17T11:45:17.776 INFO:teuthology.packaging:branch: main 2024-09-17T11:45:17.776 INFO:teuthology.packaging:sha1: 7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:45:17.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-09-17T11:45:18.036 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4959.g2b698643 2024-09-17T11:45:18.038 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T11:45:18.044 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T11:45:18.044 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T11:45:18.103 INFO:teuthology.task.internal:Saving configuration 2024-09-17T11:45:18.119 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T11:45:18.171 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T11:45:18.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 11:40:12.928013', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE7Ig0EzKKh+euI0NqILtFefADJ2IS+fV1sjWWzoVByVt6hceQr4nNRhU9oQSHQAcqBP4K+XJXe2RqOE8Z6JCOA='} 2024-09-17T11:45:18.222 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 11:40:12.926897', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB37Znlspg8AbRiv2aB3AigElPpLWNbY4z0nRNIX9cfFyqt7LvSGZ6kJyIERDUXiVNggPCeRGkXms8neNfaFtiE='} 2024-09-17T11:45:18.246 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 11:40:12.925527', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLLYC1nWH8GVZAJJ05dhD1315AEWDQJ7K52aKA6AZOrfejDBvUrGpe6xaiv7MbtBEmz7bPV8McgH+u9VOFRosKc='} 2024-09-17T11:45:18.265 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 11:40:12.929059', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEto9F24uavKxguXywQSMKT+FWCirpeEiZTOecSIWS34rWvMK9X5xJjdyiQFRd74Bxx//VGHUBd21H2wbVFB9Jg='} 2024-09-17T11:45:18.266 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T11:45:18.272 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-17T11:45:18.272 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-17T11:45:18.272 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-17T11:45:18.272 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-17T11:45:18.272 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T11:45:18.411 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6bb8febbe0>, signals=[15]) 2024-09-17T11:45:18.412 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T11:45:18.418 INFO:teuthology.task.internal:Opening connections... 2024-09-17T11:45:18.418 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T11:45:18.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:45:18.498 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T11:45:18.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:45:18.590 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-09-17T11:45:18.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:45:18.679 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T11:45:18.681 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:45:18.758 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T11:45:18.763 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-09-17T11:45:18.782 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-09-17T11:45:18.782 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-09-17T11:45:18.840 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T11:45:18.841 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-09-17T11:45:18.841 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T11:45:18.841 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T11:45:18.841 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T11:45:18.841 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-09-17T11:45:18.868 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-09-17T11:45:18.888 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-09-17T11:45:18.888 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="9" 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="9" 2024-09-17T11:45:18.947 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el9" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:LOGO="fedora-logo-icon" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T11:45:18.948 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T11:45:18.949 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-09-17T11:45:18.976 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-09-17T11:45:18.996 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-09-17T11:45:18.997 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-09-17T11:45:19.054 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-09-17T11:45:19.054 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="9" 2024-09-17T11:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-09-17T11:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-09-17T11:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="9" 2024-09-17T11:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el9" 2024-09-17T11:45:19.055 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:LOGO="fedora-logo-icon" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T11:45:19.056 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T11:45:19.057 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T11:45:19.057 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-09-17T11:45:19.076 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-09-17T11:45:19.095 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-09-17T11:45:19.095 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-09-17T11:45:19.153 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="9" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="9" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el9" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:LOGO="fedora-logo-icon" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-09-17T11:45:19.154 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T11:45:19.155 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T11:45:19.155 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T11:45:19.155 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-09-17T11:45:19.185 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T11:45:19.195 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T11:45:19.233 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T11:45:19.233 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:45:19.237 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:45:19.239 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:45:19.242 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-09-17T11:45:19.259 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T11:45:19.264 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T11:45:19.265 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:45:19.294 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:45:19.297 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:45:19.299 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-09-17T11:45:19.392 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T11:45:19.478 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T11:45:19.497 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T11:45:19.497 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}, 'host.d': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T11:45:19.497 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:45:19.498 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:45:19.498 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:45:19.498 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T11:45:19.515 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:45:19.516 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-17T11:45:19.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:45:19.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:45:19.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:45:19.518 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-09-17T11:45:19.520 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T11:45:19.520 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-09-17T11:45:19.573 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-503.el9.x86_64 2024-09-17T11:45:19.573 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.14.0-503.el9.x86_64 2024-09-17T11:45:19.574 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-09-17T11:45:19.576 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-503.el9.x86_64 2024-09-17T11:45:19.576 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.14.0-503.el9.x86_64 2024-09-17T11:45:19.576 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-09-17T11:45:19.578 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-503.el9.x86_64 2024-09-17T11:45:19.578 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-503.el9.x86_64 2024-09-17T11:45:19.578 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-503.el9.x86_64 2024-09-17T11:45:19.578 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-09-17T11:45:19.578 INFO:teuthology.task.kernel:Running kernel on smithi187: 5.14.0-503.el9.x86_64 2024-09-17T11:45:19.578 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-09-17T11:45:22.060 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T11:45:22.096 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T11:45:22.691 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 6.4 MB/s | 8.3 MB 00:01 2024-09-17T11:45:22.975 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.3 MB 00:01 2024-09-17T11:45:24.080 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-17T11:45:24.859 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-17T11:45:28.390 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-17T11:45:29.244 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-17T11:45:29.899 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 19 kB 00:00 2024-09-17T11:45:30.703 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-17T11:45:30.743 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - AppStream 2.7 MB/s | 20 MB 00:07 2024-09-17T11:45:31.136 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 28 kB/s | 19 kB 00:00 2024-09-17T11:45:32.024 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-17T11:45:36.108 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T11:45:36.261 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-17T11:45:37.455 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-17T11:45:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T11:45:38.032 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T11:45:38.113 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-09-17T11:45:38.122 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:45:38.122 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-09-17T11:45:38.122 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:45:38.122 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-09-17T11:45:38.122 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-09-17T11:45:38.123 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:45:38.124 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 79 M 2024-09-17T11:45:38.124 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 126 M 2024-09-17T11:45:38.124 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-09-17T11:45:38.161 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 19 kB 00:00 2024-09-17T11:45:38.785 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 59 kB/s | 36 kB 00:00 2024-09-17T11:45:38.924 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-17T11:45:39.140 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 20 MB 00:15 2024-09-17T11:45:39.361 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T11:45:39.361 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T11:45:39.454 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:45:39.464 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 79 M 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 126 M 2024-09-17T11:45:39.465 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T11:45:39.560 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-17T11:45:39.706 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 313 kB/s | 36 kB 00:00 2024-09-17T11:45:40.235 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-17T11:45:40.931 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-09-17T11:45:41.094 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-17T11:45:41.095 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:45:41.095 INFO:teuthology.orchestra.run.smithi177.stdout:Total 27 MB/s | 79 MB 00:02 2024-09-17T11:45:41.198 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 19 MB/s | 29 MB 00:01 2024-09-17T11:45:41.507 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 18 MB/s | 35 MB 00:01 2024-09-17T11:45:41.507 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:45:41.508 INFO:teuthology.orchestra.run.smithi077.stdout:Total 39 MB/s | 79 MB 00:02 2024-09-17T11:45:41.782 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-09-17T11:45:42.168 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-09-17T11:45:42.169 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-09-17T11:45:42.190 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T11:45:42.546 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T11:45:42.546 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T11:45:43.147 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-09-17T11:45:43.148 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-09-17T11:45:43.508 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T11:45:43.508 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T11:45:44.287 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-17T11:45:44.841 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-17T11:45:45.569 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-09-17T11:45:45.959 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T11:45:46.144 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T11:45:46.144 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T11:45:46.239 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T11:45:46.244 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:45:46.245 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T11:45:46.245 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:45:46.245 INFO:teuthology.orchestra.run.smithi187.stdout:Install 4 Packages 2024-09-17T11:45:46.245 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:45:46.245 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 79 M 2024-09-17T11:45:46.246 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 126 M 2024-09-17T11:45:46.246 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-09-17T11:45:46.249 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:45:46.328 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:46.469 INFO:teuthology.orchestra.run.smithi187.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 342 kB/s | 36 kB 00:00 2024-09-17T11:45:46.533 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-17T11:45:46.658 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:45:46.733 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:47.105 INFO:teuthology.orchestra.run.smithi187.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 21 MB/s | 16 MB 00:00 2024-09-17T11:45:47.438 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-17T11:45:47.814 INFO:teuthology.orchestra.run.smithi187.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-17T11:45:48.114 INFO:teuthology.orchestra.run.smithi187.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 17 MB/s | 29 MB 00:01 2024-09-17T11:45:48.115 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:45:48.115 INFO:teuthology.orchestra.run.smithi187.stdout:Total 42 MB/s | 79 MB 00:01 2024-09-17T11:45:48.801 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T11:45:49.108 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:49.149 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T11:45:49.149 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T11:45:49.247 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:45:49.522 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:49.646 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:45:50.127 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T11:45:50.128 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T11:45:52.580 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T11:45:52.743 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T11:45:53.199 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:45:53.281 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:54.096 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:45:54.139 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:45:54.468 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:45:54.555 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:45:54.649 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T11:45:54.650 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T11:45:54.743 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T11:45:54.752 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout:Install 4 Packages 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:45:54.753 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 79 M 2024-09-17T11:45:54.754 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 126 M 2024-09-17T11:45:54.754 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-09-17T11:45:55.311 INFO:teuthology.orchestra.run.smithi089.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 117 kB/s | 36 kB 00:00 2024-09-17T11:45:56.027 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:45:56.174 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:45:59.040 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:45:59.395 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:00.987 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:01.116 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:04.835 INFO:teuthology.orchestra.run.smithi089.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.5 MB/s | 35 MB 00:09 2024-09-17T11:46:06.023 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:11.668 INFO:teuthology.orchestra.run.smithi089.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 962 kB/s | 16 MB 00:16 2024-09-17T11:46:29.775 INFO:teuthology.orchestra.run.smithi089.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 849 kB/s | 29 MB 00:34 2024-09-17T11:46:29.775 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:46:29.775 INFO:teuthology.orchestra.run.smithi089.stdout:Total 2.3 MB/s | 79 MB 00:35 2024-09-17T11:46:30.456 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-09-17T11:46:30.812 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-09-17T11:46:30.812 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-09-17T11:46:31.803 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-09-17T11:46:31.803 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-09-17T11:46:34.226 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-09-17T11:46:34.918 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:46:35.008 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:46:36.878 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:36.918 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:37.308 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:37.309 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:46:37.309 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:46:37.309 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:37.740 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:37.780 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:37.804 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:46:37.954 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.146 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.147 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:46:38.147 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-09-17T11:46:38.150 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:38.151 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:46:38.151 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:46:38.151 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:38.495 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:38.590 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.590 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:38.591 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T11:46:38.591 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:46:38.591 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:46:38.591 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T11:46:38.591 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:46:38.591 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:38.650 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.650 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:38.650 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.06 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 82.el9 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Group : Unspecified 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 8274670 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-09-17T11:46:38.692 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : builder@centos.org 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T11:46:38.693 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-09-17T11:46:38.694 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:46:38.694 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T11:46:38.694 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T11:46:38.695 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 5.14.0-508.el9.x86_64 2024-09-17T11:46:38.695 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.966 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:38.967 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:46:38.967 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T11:46:39.306 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:39.316 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-09-17T11:46:39.422 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:39.423 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:39.423 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T11:46:39.423 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:46:39.423 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:46:39.423 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T11:46:39.423 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:46:39.423 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:39.482 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:39.483 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:39.483 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2024-09-17T11:46:39.518 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.06 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 82.el9 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Group : Unspecified 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 8274670 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T11:46:39.519 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : builder@centos.org 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:46:39.520 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T11:46:39.521 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T11:46:39.521 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 5.14.0-508.el9.x86_64 2024-09-17T11:46:39.521 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T11:46:40.159 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-09-17T11:46:40.643 INFO:teuthology.orchestra.run.smithi177.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T11:46:40.674 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-09-17T11:46:40.677 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-09-17T11:46:40.692 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.O2lEQYJzrS 2024-09-17T11:46:40.693 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.O2lEQYJzrS 2024-09-17T11:46:40.762 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.O2lEQYJzrS 2024-09-17T11:46:40.905 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.O2lEQYJzrS is 6KB 2024-09-17T11:46:40.955 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.O2lEQYJzrS 2024-09-17T11:46:40.969 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T11:46:41.032 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T11:46:41.033 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T11:46:41.033 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T11:46:41.033 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T11:46:41.034 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T11:46:41.198 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-09-17T11:46:41.511 INFO:teuthology.orchestra.run.smithi077.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T11:46:41.538 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-09-17T11:46:41.540 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-09-17T11:46:41.557 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.Kh1M9EKxjN 2024-09-17T11:46:41.557 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Kh1M9EKxjN 2024-09-17T11:46:41.624 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.Kh1M9EKxjN 2024-09-17T11:46:41.767 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.Kh1M9EKxjN is 6KB 2024-09-17T11:46:41.816 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.Kh1M9EKxjN 2024-09-17T11:46:41.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T11:46:41.894 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T11:46:41.895 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T11:46:41.895 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T11:46:41.895 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T11:46:41.896 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T11:46:42.080 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-09-17T11:46:42.777 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:42.871 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:44.387 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:44.432 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:44.815 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:44.816 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:46:44.816 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:46:44.816 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:46:45.657 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:46:45.658 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T11:46:45.996 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:46.088 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:46.089 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:46.089 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T11:46:46.089 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:46:46.089 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:46:46.089 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-17T11:46:46.089 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:46:46.089 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:46:46.148 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:46:46.148 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:46:46.149 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-09-17T11:46:46.180 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-09-17T11:46:46.180 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-09-17T11:46:46.180 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.06 2024-09-17T11:46:46.180 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 82.el9 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Group : Unspecified 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 8274670 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : builder@centos.org 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T11:46:46.181 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:46:46.182 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T11:46:46.183 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T11:46:46.183 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 5.14.0-508.el9.x86_64 2024-09-17T11:46:46.183 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T11:46:46.812 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-09-17T11:46:47.723 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:46:48.143 INFO:teuthology.orchestra.run.smithi187.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T11:46:48.172 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-09-17T11:46:48.175 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-09-17T11:46:48.191 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.lGZqITyTmW 2024-09-17T11:46:48.191 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lGZqITyTmW 2024-09-17T11:46:48.263 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.lGZqITyTmW 2024-09-17T11:46:48.407 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.lGZqITyTmW is 6KB 2024-09-17T11:46:48.455 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.lGZqITyTmW 2024-09-17T11:46:48.470 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T11:46:48.533 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T11:46:48.533 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T11:46:48.533 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T11:46:48.533 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T11:46:48.535 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T11:46:48.668 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-09-17T11:47:11.201 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T11:47:11.202 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-17T11:47:11.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:12.082 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T11:47:12.083 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:47:12.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:18.670 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-17T11:47:18.671 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:47:18.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:26.127 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:47:26.166 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:47:26.563 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:47:26.563 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T11:47:26.563 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T11:47:26.563 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T11:47:27.408 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:47:27.409 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-09-17T11:47:27.754 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:47:27.848 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.848 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:47:27.848 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T11:47:27.848 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T11:47:27.849 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T11:47:27.849 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T11:47:27.849 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T11:47:27.849 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T11:47:27.906 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T11:47:27.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T11:47:27.907 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-09-17T11:47:27.939 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-09-17T11:47:27.939 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-09-17T11:47:27.940 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.06 2024-09-17T11:47:27.940 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 82.el9 2024-09-17T11:47:27.940 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-09-17T11:47:27.940 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T11:47:27.940 INFO:teuthology.orchestra.run.smithi089.stdout:Group : Unspecified 2024-09-17T11:47:27.941 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 8274670 2024-09-17T11:47:27.941 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-09-17T11:47:27.941 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T11:47:27.941 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T11:47:27.941 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : builder@centos.org 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-09-17T11:47:27.942 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:47:27.943 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T11:47:27.943 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T11:47:27.943 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T11:47:27.944 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-09-17T11:47:27.944 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:47:27.944 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T11:47:27.945 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T11:47:27.946 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 5.14.0-508.el9.x86_64 2024-09-17T11:47:27.946 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T11:47:28.587 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-09-17T11:47:29.969 INFO:teuthology.orchestra.run.smithi089.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T11:47:29.987 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-09-17T11:47:29.989 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-09-17T11:47:30.005 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.q0qUYVQoZP 2024-09-17T11:47:30.005 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.q0qUYVQoZP 2024-09-17T11:47:30.072 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.q0qUYVQoZP 2024-09-17T11:47:30.208 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.q0qUYVQoZP is 6KB 2024-09-17T11:47:30.256 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.q0qUYVQoZP 2024-09-17T11:47:30.271 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T11:47:30.333 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T11:47:30.333 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T11:47:30.333 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T11:47:30.334 INFO:teuthology.orchestra.run.smithi089.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T11:47:30.335 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T11:47:30.488 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-09-17T11:47:37.149 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-09-17T11:47:46.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:47:46.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:47:46.621 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T11:47:49.217 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-09-17T11:47:55.628 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:47:55.629 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:00.495 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T11:48:00.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:48:00.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:01.218 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:48:01.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:11.215 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T11:48:14.017 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T11:48:18.877 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-09-17T11:48:19.645 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-09-17T11:48:20.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-17T11:48:20.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:21.660 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-17T11:48:22.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-17T11:48:22.208 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:48:22.208 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-17T11:48:22.223 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:48:22.224 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T11:48:22.224 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:48:22.224 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:48:23.224 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T11:48:23.225 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:48:23.330 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-09-17T11:48:23.357 DEBUG:teuthology.parallel:result is None 2024-09-17T11:48:26.017 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:48:26.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:26.624 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T11:48:26.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:48:26.990 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:48:26.990 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T11:48:27.005 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:48:27.005 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T11:48:27.006 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:48:27.006 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:48:27.877 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:48:27.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:28.007 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T11:48:28.007 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:48:28.072 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-09-17T11:48:28.110 DEBUG:teuthology.parallel:result is None 2024-09-17T11:48:30.941 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-09-17T11:48:34.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:48:34.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:48:35.047 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-09-17T11:48:35.408 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:48:35.409 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:48:35.409 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-09-17T11:48:35.424 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:48:35.424 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T11:48:35.424 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:48:35.424 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:48:36.425 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-17T11:48:36.425 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:48:36.577 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-09-17T11:48:36.599 DEBUG:teuthology.parallel:result is None 2024-09-17T11:48:42.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:48:42.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:49:01.373 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-09-17T11:49:16.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:49:16.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:49:16.725 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-09-17T11:49:17.133 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:49:17.133 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:49:17.134 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-09-17T11:49:17.148 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:49:17.149 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T11:49:17.149 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:49:17.149 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:49:18.150 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T11:49:18.151 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:49:18.238 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-09-17T11:49:18.265 DEBUG:teuthology.parallel:result is None 2024-09-17T11:49:18.265 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T11:49:18.276 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T11:49:18.276 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:49:18.280 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:49:18.283 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:49:18.287 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:49:18.306 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T11:49:18.434 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T11:49:18.479 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T11:49:18.480 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:49:18.482 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:49:18.484 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:49:18.487 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:49:18.526 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T11:49:18.571 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T11:49:18.572 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:49:18.574 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:49:18.577 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:49:18.579 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T11:49:18.599 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.607 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.609 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.609 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.619 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.619 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.621 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.631 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:49:18.633 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T11:49:18.644 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T11:49:18.645 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:49:18.664 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:49:18.667 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:49:18.670 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:49:18.701 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T11:49:18.710 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T11:49:18.711 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:49:18.732 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:49:18.734 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:49:18.738 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:49:18.759 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:18.830 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:18.882 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:18.966 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:19.008 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:49:19.008 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:49:19.074 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.117 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.161 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:19.238 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:19.282 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:49:19.282 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:49:19.347 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.389 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.454 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:19.498 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:19.541 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:49:19.541 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:49:19.608 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.651 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:49:19.994 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:20.033 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:49:20.084 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-09-17T11:49:20.084 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:49:20.153 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-09-17T11:49:20.156 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-09-17T11:49:20.162 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-09-17T11:49:20.165 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-09-17T11:49:20.212 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:49:20.225 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:49:20.243 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:49:20.245 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:49:20.680 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T11:49:20.688 INFO:teuthology.task.internal:Starting timer... 2024-09-17T11:49:20.688 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T11:49:20.711 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T11:49:20.719 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T11:49:20.719 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-09-17T11:49:20.799 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-09-17T11:49:20.801 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-09-17T11:49:20.916 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-09-17T11:49:20.921 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-09-17T11:49:20.996 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-09-17T11:49:20.998 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-09-17T11:49:21.059 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-09-17T11:49:21.061 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T11:49:21.061 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-09-17T11:49:21.083 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-09-17T11:49:21.083 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-09-17T11:49:21.112 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-09-17T11:49:21.112 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-09-17T11:49:21.140 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-09-17T11:49:21.140 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-09-17T11:49:21.160 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-09-17T11:49:21.161 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-09-17T11:49:21.161 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T11:49:21.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:49:21.191 DEBUG:teuthology.orchestra.run.smithi089:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T11:49:21.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:49:21.216 DEBUG:teuthology.orchestra.run.smithi177:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T11:49:21.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:49:21.246 DEBUG:teuthology.orchestra.run.smithi187:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T11:49:21.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:49:21.275 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T11:49:21.275 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:49:21.305 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:49:21.343 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:49:21.379 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:49:21.408 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T11:49:21.417 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-17T11:49:21.420 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-17T11:49:21.682 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T11:49:21.693 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T11:49:21.694 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi089.front.sepia.ceph.com,smithi177.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T11:53:15.686 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-09-17T11:53:15.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:53:15.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:53:15.767 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T11:53:15.848 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T11:53:15.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:53:15.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:53:15.923 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-09-17T11:53:16.008 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-09-17T11:53:16.008 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-17T11:53:16.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:53:16.092 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-17T11:53:16.174 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-17T11:53:16.174 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:53:16.175 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:53:16.256 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-09-17T11:53:16.340 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T11:53:16.341 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T11:53:16.351 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T11:53:16.351 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:53:16.352 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:53:16.355 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:53:16.355 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:53:16.357 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:53:16.357 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:53:16.359 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:53:16.360 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:53:16.386 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:53:16.387 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:53:16.391 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:53:16.402 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:53:16.402 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:53:16.407 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:53:16.413 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:53:16.428 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-09-17T11:53:16.428 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-09-17T11:53:16.429 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:53:16.433 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-09-17T11:53:16.439 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-09-17T11:53:16.440 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-09-17T11:53:16.445 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-09-17T11:53:16.454 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:53:16.455 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:53:16.455 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-09-17T11:53:16.460 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:53:16.467 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-09-17T11:53:16.468 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:53:16.469 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:53:16.474 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:53:16.482 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:53:16.496 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:53:16.525 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:53:16.526 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:53:16.528 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:53:16.529 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-09-17T11:53:16.529 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.529 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.529 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.529 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.531 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.532 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:53:16.535 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:53:16.535 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-09-17T11:53:16.535 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.535 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.536 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.536 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.555 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.559 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:53:16.560 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T11:53:16.569 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T11:53:16.569 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T11:53:16.570 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:53:16.570 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T11:53:16.570 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:53:16.570 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-09-17T11:53:16.571 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:53:16.571 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T11:53:16.571 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:53:16.919 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-09-17T11:53:16.922 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T11:53:16.926 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-09-17T11:53:16.931 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:Removing: 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:Removing unused dependencies: 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout:Remove 2 Packages 2024-09-17T11:53:16.932 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:16.933 INFO:teuthology.orchestra.run.smithi077.stdout:Freed space: 5.5 M 2024-09-17T11:53:16.933 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T11:53:16.936 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T11:53:16.936 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T11:53:16.948 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout:Removing: 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout:Removing unused dependencies: 2024-09-17T11:53:16.951 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout:Remove 2 Packages 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout:Freed space: 5.5 M 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi089.stdout:Removing: 2024-09-17T11:53:16.952 INFO:teuthology.orchestra.run.smithi089.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:Removing unused dependencies: 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:Remove 2 Packages 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:Freed space: 5.5 M 2024-09-17T11:53:16.953 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-09-17T11:53:16.955 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T11:53:16.955 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T11:53:16.956 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-09-17T11:53:16.956 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-09-17T11:53:16.956 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:Removing: 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:Removing unused dependencies: 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:Remove 2 Packages 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:16.957 INFO:teuthology.orchestra.run.smithi177.stdout:Freed space: 5.5 M 2024-09-17T11:53:16.958 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-09-17T11:53:16.961 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-09-17T11:53:16.961 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-09-17T11:53:16.998 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T11:53:16.998 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T11:53:17.014 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-09-17T11:53:17.015 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-09-17T11:53:17.022 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-09-17T11:53:17.023 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-09-17T11:53:17.023 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T11:53:17.024 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T11:53:17.140 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T11:53:17.162 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-09-17T11:53:17.162 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-09-17T11:53:17.164 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T11:53:17.213 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:53:17.224 INFO:teuthology.orchestra.run.smithi089.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:53:17.239 INFO:teuthology.orchestra.run.smithi177.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:53:17.247 INFO:teuthology.orchestra.run.smithi187.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:53:17.273 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.281 INFO:teuthology.orchestra.run.smithi089.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.297 INFO:teuthology.orchestra.run.smithi177.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.301 INFO:teuthology.orchestra.run.smithi187.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.778 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.778 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:53:17.788 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.788 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:53:17.795 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.795 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:53:17.810 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:53:17.810 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout:Removed: 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:18.009 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout:Removed: 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:18.049 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout:Removed: 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:18.050 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout:Removed: 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:18.053 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-09-17T11:53:18.819 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:49 ago on Tue 17 Sep 2024 11:52:29 AM UTC. 2024-09-17T11:53:18.837 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 11:52:22 AM UTC. 2024-09-17T11:53:18.869 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 11:52:22 AM UTC. 2024-09-17T11:53:18.935 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 11:52:22 AM UTC. 2024-09-17T11:53:18.954 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T11:53:18.954 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:18.954 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-09-17T11:53:18.954 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout:Install 7 Packages 2024-09-17T11:53:18.955 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:18.975 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 5.2 M 2024-09-17T11:53:18.975 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 19 M 2024-09-17T11:53:18.975 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T11:53:18.976 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout:Install 7 Packages 2024-09-17T11:53:18.977 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:18.993 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.2 M 2024-09-17T11:53:18.993 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 19 M 2024-09-17T11:53:18.993 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T11:53:19.012 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:53:19.013 INFO:teuthology.orchestra.run.smithi089.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-09-17T11:53:19.014 INFO:teuthology.orchestra.run.smithi089.stdout:Install 7 Packages 2024-09-17T11:53:19.015 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 5.2 M 2024-09-17T11:53:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 19 M 2024-09-17T11:53:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-09-17T11:53:19.078 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:53:19.079 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:19.080 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-09-17T11:53:19.080 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-17T11:53:19.080 INFO:teuthology.orchestra.run.smithi177.stdout:Install 7 Packages 2024-09-17T11:53:19.080 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:19.087 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 5.2 M 2024-09-17T11:53:19.087 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 19 M 2024-09-17T11:53:19.087 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-09-17T11:53:19.149 INFO:teuthology.orchestra.run.smithi187.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 551 kB/s | 44 kB 00:00 2024-09-17T11:53:19.174 INFO:teuthology.orchestra.run.smithi187.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 1.0 MB/s | 106 kB 00:00 2024-09-17T11:53:19.200 INFO:teuthology.orchestra.run.smithi187.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-17T11:53:19.225 INFO:teuthology.orchestra.run.smithi187.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T11:53:19.259 INFO:teuthology.orchestra.run.smithi187.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.6 MB/s | 906 kB 00:00 2024-09-17T11:53:19.367 INFO:teuthology.orchestra.run.smithi187.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-17T11:53:19.501 INFO:teuthology.orchestra.run.smithi187.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-17T11:53:19.501 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:53:19.501 INFO:teuthology.orchestra.run.smithi187.stdout:Total 9.8 MB/s | 5.2 MB 00:00 2024-09-17T11:53:19.521 INFO:teuthology.orchestra.run.smithi077.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 116 kB/s | 44 kB 00:00 2024-09-17T11:53:19.564 INFO:teuthology.orchestra.run.smithi089.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 352 kB/s | 44 kB 00:00 2024-09-17T11:53:19.588 INFO:teuthology.orchestra.run.smithi077.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 235 kB/s | 106 kB 00:00 2024-09-17T11:53:19.589 INFO:teuthology.orchestra.run.smithi089.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 699 kB/s | 106 kB 00:00 2024-09-17T11:53:19.611 INFO:teuthology.orchestra.run.smithi177.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 120 kB/s | 44 kB 00:00 2024-09-17T11:53:19.611 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T11:53:19.626 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T11:53:19.627 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T11:53:19.639 INFO:teuthology.orchestra.run.smithi089.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T11:53:19.665 INFO:teuthology.orchestra.run.smithi089.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 713 kB/s | 72 kB 00:00 2024-09-17T11:53:19.696 INFO:teuthology.orchestra.run.smithi077.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 777 kB/s | 84 kB 00:00 2024-09-17T11:53:19.702 INFO:teuthology.orchestra.run.smithi177.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 229 kB/s | 106 kB 00:00 2024-09-17T11:53:19.722 INFO:teuthology.orchestra.run.smithi077.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 357 kB/s | 72 kB 00:00 2024-09-17T11:53:19.815 INFO:teuthology.orchestra.run.smithi089.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.3 MB/s | 906 kB 00:00 2024-09-17T11:53:19.828 INFO:teuthology.orchestra.run.smithi177.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 330 kB/s | 72 kB 00:00 2024-09-17T11:53:19.853 INFO:teuthology.orchestra.run.smithi177.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 559 kB/s | 84 kB 00:00 2024-09-17T11:53:19.882 INFO:teuthology.orchestra.run.smithi089.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.4 MB/s | 837 kB 00:00 2024-09-17T11:53:19.917 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T11:53:19.918 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T11:53:19.972 INFO:teuthology.orchestra.run.smithi077.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.1 MB/s | 906 kB 00:00 2024-09-17T11:53:20.070 INFO:teuthology.orchestra.run.smithi177.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.1 MB/s | 906 kB 00:00 2024-09-17T11:53:20.080 INFO:teuthology.orchestra.run.smithi077.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.1 MB/s | 837 kB 00:00 2024-09-17T11:53:20.305 INFO:teuthology.orchestra.run.smithi077.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 5.4 MB/s | 3.2 MB 00:00 2024-09-17T11:53:20.306 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:53:20.306 INFO:teuthology.orchestra.run.smithi077.stdout:Total 3.9 MB/s | 5.2 MB 00:01 2024-09-17T11:53:20.387 INFO:teuthology.orchestra.run.smithi177.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.5 MB/s | 837 kB 00:00 2024-09-17T11:53:20.402 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T11:53:20.424 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T11:53:20.440 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T11:53:20.440 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T11:53:20.487 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:53:20.521 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:53:20.550 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:53:20.713 INFO:teuthology.orchestra.run.smithi177.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.7 MB/s | 3.2 MB 00:00 2024-09-17T11:53:20.713 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:53:20.713 INFO:teuthology.orchestra.run.smithi177.stdout:Total 3.2 MB/s | 5.2 MB 00:01 2024-09-17T11:53:20.754 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T11:53:20.755 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T11:53:20.756 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:53:20.792 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:20.830 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-09-17T11:53:20.845 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-09-17T11:53:20.846 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-09-17T11:53:20.866 INFO:teuthology.orchestra.run.smithi089.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.6 MB/s | 3.2 MB 00:01 2024-09-17T11:53:20.866 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:53:20.866 INFO:teuthology.orchestra.run.smithi089.stdout:Total 2.8 MB/s | 5.2 MB 00:01 2024-09-17T11:53:20.977 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-09-17T11:53:20.992 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-09-17T11:53:20.992 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-09-17T11:53:21.145 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-09-17T11:53:21.145 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-09-17T11:53:21.232 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T11:53:21.242 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:21.283 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:21.288 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-09-17T11:53:21.288 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-09-17T11:53:21.308 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:53:21.351 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:53:21.380 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:53:21.387 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:21.448 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:21.584 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:53:21.606 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-09-17T11:53:21.621 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:21.698 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:53:21.733 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:53:21.751 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-09-17T11:53:21.761 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:53:21.843 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:53:21.878 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:53:21.907 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:53:21.977 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:53:22.009 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:22.050 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:22.074 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.117 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:53:22.147 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:22.209 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.277 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:22.472 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:22.472 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:53:22.472 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:53:22.472 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:53:22.473 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:53:22.473 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:53:22.473 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:53:22.479 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:22.503 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.610 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:53:22.641 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.648 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.708 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:22.786 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:22.805 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T11:53:22.855 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:23.275 DEBUG:teuthology.parallel:result is None 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:53:23.288 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:53:23.659 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:53:23.691 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:53:23.692 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:53:23.692 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:53:23.692 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T11:53:23.820 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:23.820 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:53:23.821 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:53:23.821 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:53:23.821 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:53:23.821 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:53:23.821 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:53:24.009 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:24.009 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:53:24.010 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-09-17T11:53:24.090 DEBUG:teuthology.parallel:result is None 2024-09-17T11:53:24.179 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:53:24.180 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-09-17T11:53:24.432 DEBUG:teuthology.parallel:result is None 2024-09-17T11:53:24.560 DEBUG:teuthology.parallel:result is None 2024-09-17T11:53:24.647 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-17T11:53:24.762 INFO:tasks.cephadm:Testing if podman is available 2024-09-17T11:53:24.762 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman --help 2024-09-17T11:53:25.488 INFO:teuthology.orchestra.run.smithi187.stdout:Manage pods, containers and images 2024-09-17T11:53:25.488 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:25.490 INFO:teuthology.orchestra.run.smithi187.stdout:Usage: 2024-09-17T11:53:25.490 INFO:teuthology.orchestra.run.smithi187.stdout: podman [options] [command] 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout:Available Commands: 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: attach Attach to a running container 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: build Build an image using instructions from Containerfiles 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: commit Create new image based on the changed container 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: container Manage containers 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: create Create but do not start a container 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: diff Display the changes to the object's file system 2024-09-17T11:53:25.491 INFO:teuthology.orchestra.run.smithi187.stdout: events Show podman system events 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: exec Run a process in a running container 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: export Export container's filesystem contents as a tar archive 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: farm Farm out builds to remote machines 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: healthcheck Manage health checks on containers 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: help Help about any command 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: history Show history of a specified image 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: image Manage images 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: images List images in local storage 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: import Import a tarball to create a filesystem image 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: info Display podman system information 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: init Initialize one or more containers 2024-09-17T11:53:25.492 INFO:teuthology.orchestra.run.smithi187.stdout: inspect Display the configuration of object denoted by ID 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: kill Kill one or more running containers with a specific signal 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: kube Play containers, pods or volumes from a structured file 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: load Load image(s) from a tar archive 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: login Log in to a container registry 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: logout Log out of a container registry 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: logs Fetch the logs of one or more containers 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: machine Manage a virtual machine 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: manifest Manipulate manifest lists and image indexes 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: mount Mount a working container's root filesystem 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: network Manage networks 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: pause Pause all the processes in one or more containers 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: pod Manage pods 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: port List port mappings or a specific mapping for the container 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: ps List containers 2024-09-17T11:53:25.493 INFO:teuthology.orchestra.run.smithi187.stdout: pull Pull an image from a registry 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: push Push an image to a specified destination 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: rename Rename an existing container 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: restart Restart one or more containers 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: rm Remove one or more containers 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: rmi Remove one or more images from local storage 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: run Run a command in a new container 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: save Save image(s) to an archive 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: search Search registry for image 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: secret Manage secrets 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: start Start one or more containers 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: stats Display a live stream of container resource usage statistics 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: stop Stop one or more containers 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: system Manage podman 2024-09-17T11:53:25.494 INFO:teuthology.orchestra.run.smithi187.stdout: tag Add an additional name to a local image 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: top Display the running processes of a container 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: unmount Unmount working container's root filesystem 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: unpause Unpause the processes in one or more containers 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: unshare Run a command in a modified user namespace 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: untag Remove a name from a local image 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: update Update an existing container 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: version Display the Podman version information 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: volume Manage volumes 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: wait Block on one or more containers 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout:Options: 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: --config string Location of authentication config file 2024-09-17T11:53:25.495 INFO:teuthology.orchestra.run.smithi187.stdout: --conmon string Path of the conmon binary 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --help Help for podman 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --module stringArray Load the containers.conf(5) module 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-17T11:53:25.496 INFO:teuthology.orchestra.run.smithi187.stdout: --out string Send output (stdout) from podman to a file 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: -r, --remote Access remote Podman service 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --ssh string define the ssh mode (default "golang") 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: (default "/run/libpod") 2024-09-17T11:53:25.497 INFO:teuthology.orchestra.run.smithi187.stdout: --transient-store Enable transient container storage 2024-09-17T11:53:25.498 INFO:teuthology.orchestra.run.smithi187.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-17T11:53:25.498 INFO:teuthology.orchestra.run.smithi187.stdout: -v, --version version for podman 2024-09-17T11:53:25.498 INFO:teuthology.orchestra.run.smithi187.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-17T11:53:25.499 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-09-17T11:53:26.408 INFO:teuthology.orchestra.run.smithi187.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-09-17T11:53:26.868 INFO:teuthology.orchestra.run.smithi187.stderr:Getting image source signatures 2024-09-17T11:53:26.884 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:8e807a9c6bd1c4c98721b23697fd524dceed895c39494fe397d99e98280e645c 2024-09-17T11:53:26.884 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:d14099419997bd19fb8d901eca986997966f87653d2cd1db1fe78a7664875845 2024-09-17T11:53:26.884 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:01e4a81ed93fb6bb6f9f7df46e25b985da06bd19a8912e6c6ba7074be979a780 2024-09-17T11:53:26.884 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:2f49ae0c40adbbd102549254a794a80c9719d8107202a9a6bbe1baa7fe957e17 2024-09-17T11:53:26.884 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:76987b461ffc0ff8bed850e7b18ca13b69c44bd251cbf48eb231baee1feb1eeb 2024-09-17T11:53:26.885 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:ad4f51bac3ff672e4b43787b77c1d2fb5b94579a501017ea7e86aeb3ccccc90e 2024-09-17T11:53:32.750 INFO:teuthology.orchestra.run.smithi187.stderr:Copying config sha256:3425cdc1b4fa31b9410a0b9f7e6d848b244cc6eac2a4ae288724bdde1c942c44 2024-09-17T11:53:32.900 INFO:teuthology.orchestra.run.smithi187.stderr:Writing manifest to image destination 2024-09-17T11:53:33.124 INFO:teuthology.orchestra.run.smithi187.stdout:3425cdc1b4fa31b9410a0b9f7e6d848b244cc6eac2a4ae288724bdde1c942c44 2024-09-17T11:53:33.140 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-17T11:53:33.263 INFO:teuthology.orchestra.run.smithi187.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-17T11:53:33.657 INFO:teuthology.orchestra.run.smithi187.stderr:Getting image source signatures 2024-09-17T11:53:33.658 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:86329370b6879c742c8254d3258b86705e5a47e798f11d3c4dc0aa14035e5e2e 2024-09-17T11:53:33.658 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:76987b461ffc0ff8bed850e7b18ca13b69c44bd251cbf48eb231baee1feb1eeb 2024-09-17T11:53:35.421 INFO:teuthology.orchestra.run.smithi187.stderr:Copying config sha256:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T11:53:35.538 INFO:teuthology.orchestra.run.smithi187.stderr:Writing manifest to image destination 2024-09-17T11:53:35.680 INFO:teuthology.orchestra.run.smithi187.stdout:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T11:53:35.684 DEBUG:teuthology.orchestra.run.smithi187:> ss -lunH 2024-09-17T11:53:35.707 INFO:teuthology.orchestra.run.smithi187.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-17T11:53:35.707 INFO:teuthology.orchestra.run.smithi187.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-09-17T11:53:35.707 INFO:teuthology.orchestra.run.smithi187.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-17T11:53:35.707 INFO:teuthology.orchestra.run.smithi187.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-09-17T11:53:35.708 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-17T11:53:35.791 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /var/tmp/samba 2024-09-17T11:53:35.855 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-09-17T11:53:35.855 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/var/tmp/samba/container.json 2024-09-17T11:53:35.920 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-09-17T11:53:36.577 INFO:teuthology.orchestra.run.smithi187.stdout:141c740e39f8f3f9fb486d8128ece412956f161c8e40f3ec4276c41b377e105c 2024-09-17T11:53:36.833 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=0 2024-09-17T11:53:36.833 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:53:38.887 INFO:teuthology.orchestra.run.smithi187.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:53:41.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:53:41.953 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=1 2024-09-17T11:53:41.954 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:53:42.922 INFO:teuthology.orchestra.run.smithi187.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:53:43.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:53:44.886 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=2 2024-09-17T11:53:44.887 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:53:45.527 INFO:teuthology.orchestra.run.smithi187.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:53:47.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:53:49.415 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=3 2024-09-17T11:53:49.415 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:53:50.151 INFO:teuthology.orchestra.run.smithi187.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:53:51.135 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:53:55.137 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=4 2024-09-17T11:53:55.137 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:53:55.740 INFO:teuthology.orchestra.run.smithi187.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:53:56.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:54:04.415 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.187, idx=5 2024-09-17T11:54:04.415 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-17T11:54:06.540 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 11:53:48 2024 2024-09-17T11:54:06.540 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 11:53:48 2024 2024-09-17T11:54:06.541 INFO:teuthology.orchestra.run.smithi187.stdout: domain1.sink.test D 0 Tue Sep 17 11:53:47 2024 2024-09-17T11:54:06.541 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T11:54:06.541 INFO:teuthology.orchestra.run.smithi187.stdout: 960311424 blocks of size 1024. 907755616 blocks available 2024-09-17T11:54:07.482 INFO:tasks.cephadm:SMB status probe succeeded 2024-09-17T11:54:07.482 INFO:teuthology.run_tasks:Running task vip... 2024-09-17T11:54:07.494 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-17T11:54:07.494 INFO:tasks.vip:peername 172.21.15.77 2024-09-17T11:54:07.497 INFO:tasks.vip:172.21.15.77 in 172.21.0.0/20, pos 3916 2024-09-17T11:54:07.504 INFO:tasks.vip:smithi077.front.sepia.ceph.com static 10.0.15.77, vnet 10.0.0.0/16 2024-09-17T11:54:07.504 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.77'), IPv4Address('10.0.47.77')] 2024-09-17T11:54:07.505 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip route ls 2024-09-17T11:54:07.535 INFO:teuthology.orchestra.run.smithi077.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2024-09-17T11:54:07.535 INFO:teuthology.orchestra.run.smithi077.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2024-09-17T11:54:07.536 INFO:tasks.vip:Configuring 10.0.15.77 on smithi077.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T11:54:07.537 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr add 10.0.15.77/16 dev enp3s0f1 2024-09-17T11:54:07.606 INFO:tasks.vip:peername 172.21.15.89 2024-09-17T11:54:07.609 INFO:tasks.vip:172.21.15.89 in 172.21.0.0/20, pos 3928 2024-09-17T11:54:07.665 INFO:tasks.vip:smithi089.front.sepia.ceph.com static 10.0.15.89, vnet 10.0.0.0/16 2024-09-17T11:54:07.666 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip route ls 2024-09-17T11:54:07.695 INFO:teuthology.orchestra.run.smithi089.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-09-17T11:54:07.696 INFO:teuthology.orchestra.run.smithi089.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-09-17T11:54:07.697 INFO:tasks.vip:Configuring 10.0.15.89 on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T11:54:07.697 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr add 10.0.15.89/16 dev enp3s0f1 2024-09-17T11:54:07.765 INFO:tasks.vip:peername 172.21.15.177 2024-09-17T11:54:07.768 INFO:tasks.vip:172.21.15.177 in 172.21.0.0/20, pos 4016 2024-09-17T11:54:07.774 INFO:tasks.vip:smithi177.front.sepia.ceph.com static 10.0.15.177, vnet 10.0.0.0/16 2024-09-17T11:54:07.775 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip route ls 2024-09-17T11:54:07.805 INFO:teuthology.orchestra.run.smithi177.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.177 metric 100 2024-09-17T11:54:07.805 INFO:teuthology.orchestra.run.smithi177.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.177 metric 100 2024-09-17T11:54:07.807 INFO:tasks.vip:Configuring 10.0.15.177 on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T11:54:07.807 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr add 10.0.15.177/16 dev enp3s0f1 2024-09-17T11:54:07.877 INFO:tasks.vip:peername 172.21.15.187 2024-09-17T11:54:07.879 INFO:tasks.vip:172.21.15.187 in 172.21.0.0/20, pos 4026 2024-09-17T11:54:07.885 INFO:tasks.vip:smithi187.front.sepia.ceph.com static 10.0.15.187, vnet 10.0.0.0/16 2024-09-17T11:54:07.885 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip route ls 2024-09-17T11:54:07.915 INFO:teuthology.orchestra.run.smithi187.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.187 metric 100 2024-09-17T11:54:07.915 INFO:teuthology.orchestra.run.smithi187.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.187 metric 100 2024-09-17T11:54:07.917 INFO:tasks.vip:Configuring 10.0.15.187 on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T11:54:07.917 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr add 10.0.15.187/16 dev enp3s0f1 2024-09-17T11:54:07.985 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T11:54:07.993 INFO:tasks.cephadm:Config: {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '7498493279982dfe87f00616198a5967475f6169'} 2024-09-17T11:54:07.993 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:54:07.993 INFO:tasks.cephadm:Cluster fsid is 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:54:07.994 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T11:54:07.994 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.77', 'mon.b': '172.21.15.89', 'mon.c': '172.21.15.177'} 2024-09-17T11:54:07.994 INFO:tasks.cephadm:First mon is mon.a on smithi077 2024-09-17T11:54:07.994 INFO:tasks.cephadm:First mgr is x 2024-09-17T11:54:07.994 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T11:54:07.994 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-09-17T11:54:08.020 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-09-17T11:54:08.050 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-09-17T11:54:08.077 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-09-17T11:54:08.104 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T11:54:08.105 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:54:08.246 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '7498493279982dfe87f00616198a5967475f6169', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/56090/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4937-g74984932', 'node_name': '172.21.2.22+braggi22', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4937.g74984932'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-15 22:16:53.267223', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-17T11:54:08.386 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 7498493279982dfe87f00616198a5967475f6169 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:54:08.387 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm 2024-09-17T11:54:08.387 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm 2024-09-17T11:54:08.388 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:08.732 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:54 /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:08.732 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.093 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:54 /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.094 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.458 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:54 /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.458 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.892 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:54 /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.892 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.912 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.932 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.952 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T11:54:09.983 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 on all hosts... 2024-09-17T11:54:09.983 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:54:09.986 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:54:09.988 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:54:09.994 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:54:10.216 INFO:teuthology.orchestra.run.smithi187.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:54:11.508 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:54:11.592 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:54:11.602 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout:{ 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout: "repo_digests": [ 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:54:42.954 INFO:teuthology.orchestra.run.smithi187.stdout: ] 2024-09-17T11:54:42.955 INFO:teuthology.orchestra.run.smithi187.stdout:} 2024-09-17T11:55:04.774 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout: "repo_digests": [ 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout: ] 2024-09-17T11:55:04.775 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-09-17T11:55:46.336 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-17T11:55:46.336 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:55:46.336 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:55:46.337 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-09-17T11:55:46.337 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:55:46.337 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-17T11:55:46.337 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-17T11:55:55.685 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-09-17T11:55:55.685 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:55:55.685 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:55:55.686 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-09-17T11:55:55.686 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:55:55.686 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-09-17T11:55:55.686 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-09-17T11:55:55.710 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-09-17T11:55:55.744 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-09-17T11:55:55.771 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-09-17T11:55:55.804 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-09-17T11:55:55.838 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-09-17T11:55:55.867 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-09-17T11:55:55.892 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-09-17T11:55:55.920 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-09-17T11:55:55.949 INFO:tasks.cephadm:Writing seed config... 2024-09-17T11:55:55.950 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T11:55:55.950 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T11:55:55.951 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T11:55:55.951 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T11:55:55.951 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T11:55:55.951 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T11:55:55.951 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T11:55:55.952 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:55:55.952 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T11:55:55.970 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 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 = 8b987e84-74eb-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T11:55:55.971 DEBUG:teuthology.orchestra.run.smithi077:mon.a> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T11:55:56.013 DEBUG:teuthology.orchestra.run.smithi077:mgr.x> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x.service 2024-09-17T11:55:56.056 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T11:55:56.057 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 -v bootstrap --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.77 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:55:56.267 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:55:56.268 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169', '-v', 'bootstrap', '--fsid', '8b987e84-74eb-11ef-bceb-c7b262605968', '--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-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.77', '--skip-admin-label'] 2024-09-17T11:55:56.268 INFO:teuthology.orchestra.run.smithi077.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T11:55:56.268 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying podman|docker is present... 2024-09-17T11:55:56.292 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 5.2.2 2024-09-17T11:55:56.292 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying lvm2 is present... 2024-09-17T11:55:56.292 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying time synchronization is in place... 2024-09-17T11:55:56.299 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:55:56.299 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:55:56.305 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:55:56.306 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:55:56.312 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-09-17T11:55:56.318 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-09-17T11:55:56.318 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-09-17T11:55:56.318 INFO:teuthology.orchestra.run.smithi077.stdout:Repeating the final host check... 2024-09-17T11:55:56.340 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 5.2.2 2024-09-17T11:55:56.340 INFO:teuthology.orchestra.run.smithi077.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T11:55:56.341 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl is present 2024-09-17T11:55:56.341 INFO:teuthology.orchestra.run.smithi077.stdout:lvcreate is present 2024-09-17T11:55:56.347 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:55:56.347 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:55:56.353 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:55:56.354 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:55:56.360 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-09-17T11:55:56.366 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-09-17T11:55:56.366 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Host looks OK 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Cluster fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Acquiring lock 140480992712400 on /run/cephadm/8b987e84-74eb-11ef-bceb-c7b262605968.lock 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Lock 140480992712400 acquired on /run/cephadm/8b987e84-74eb-11ef-bceb-c7b262605968.lock 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 3300 ... 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 6789 ... 2024-09-17T11:55:56.367 INFO:teuthology.orchestra.run.smithi077.stdout:Base mon IP(s) is [172.21.15.77:3300, 172.21.15.77:6789], mon addrv is [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T11:55:56.371 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2024-09-17T11:55:56.371 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 10.0.0.0/16 dev enp3s0f1 proto kernel scope link src 10.0.15.77 2024-09-17T11:55:56.371 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2024-09-17T11:55:56.373 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T11:55:56.373 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-17T11:55:56.373 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-17T11:55:56.376 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T11:55:56.376 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T11:55:56.376 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3d3/64 scope link noprefixroute 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T11:55:56.377 INFO:teuthology.orchestra.run.smithi077.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T11:55:56.378 INFO:teuthology.orchestra.run.smithi077.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:55:56.878 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T11:55:56.878 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:55:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T11:55:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:89cd78ca29aaec9efd0f7c5ff71447705f964d133563bccc90c7979c6d4b526f 2024-09-17T11:55:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T11:55:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying config sha256:6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T11:55:56.879 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T11:55:57.874 INFO:teuthology.orchestra.run.smithi077.stdout:ceph: stdout ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:55:57.874 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph version: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:55:57.874 INFO:teuthology.orchestra.run.smithi077.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T11:56:05.559 INFO:teuthology.orchestra.run.smithi077.stdout:stat: stdout 167 167 2024-09-17T11:56:05.559 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial keys... 2024-09-17T11:56:09.624 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBYbulmka1wGBAAEieS+cpOoawSljKp2/YeIQ== 2024-09-17T11:56:10.654 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBZbulmx4iRORAAR2/aNJ0rZUv0uPORA8cDPw== 2024-09-17T11:56:11.859 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBbbulm0dZODRAAl0mLGnqQV9KxJ4UWrjQaCg== 2024-09-17T11:56:11.859 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial monmap... 2024-09-17T11:56:12.948 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool for a [v2:172.21.15.77:3300,v1:172.21.15.77:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:setting min_mon_release = quincy 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: set fsid to 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:56:12.949 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mon... 2024-09-17T11:56:13.895 INFO:teuthology.orchestra.run.smithi077.stdout:create mon.a on 2024-09-17T11:56:14.421 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T11:56:14.847 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target. 2024-09-17T11:56:14.847 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target. 2024-09-17T11:56:15.101 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a 2024-09-17T11:56:15.101 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T11:56:15.268 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target.wants/ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968@.service. 2024-09-17T11:56:15.668 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 podman[24924]: 2024-09-17 11:56:15.399367912 +0000 UTC m=+0.015347852 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:56:15.668 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 podman[24924]: 2024-09-17 11:56:15.666717464 +0000 UTC m=+0.282697403 container init 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , RELEASE=main-7498493, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:56:15.807 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:56:15.807 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T11:56:15.813 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:56:15.813 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:56:15.814 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T11:56:15.814 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:56:15.814 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon to start... 2024-09-17T11:56:15.814 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon... 2024-09-17T11:56:15.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 podman[24924]: 2024-09-17 11:56:15.670959606 +0000 UTC m=+0.286939540 container start 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=main-7498493, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T11:56:15.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 ceph-mon[24962]: mkfs 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:15.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 ceph-mon[24962]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:56:15.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 bash[24924]: 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 2024-09-17T11:56:15.927 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:15 smithi077 systemd[1]: Started Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:56:16.819 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout id: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout services: 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.598688s) 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout data: 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T11:56:16.820 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T11:56:16.821 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:16.821 INFO:teuthology.orchestra.run.smithi077.stdout:mon is available 2024-09-17T11:56:16.821 INFO:teuthology.orchestra.run.smithi077.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T11:56:16.932 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:56:16.932 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: monmap epoch 1 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: last_changed 2024-09-17T11:56:12.240491+0000 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: min_mon_release 19 (squid) 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: election_strategy: 1 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: fsmap 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: mgrmap e1: no daemons active 2024-09-17T11:56:16.933 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:16 smithi077 ceph-mon[24962]: from='client.? 172.21.15.77:0/1168426667' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T11:56:18.004 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:17 smithi077 ceph-mon[24962]: from='client.? 172.21.15.77:0/2483373932' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:56:18.005 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:17 smithi077 ceph-mon[24962]: from='client.? 172.21.15.77:0/2483373932' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:56:18.008 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:56:18.009 INFO:teuthology.orchestra.run.smithi077.stdout:Generating new minimal ceph.conf... 2024-09-17T11:56:19.060 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:18 smithi077 ceph-mon[24962]: from='client.? 172.21.15.77:0/1318709910' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:56:19.063 INFO:teuthology.orchestra.run.smithi077.stdout:Restarting the monitor... 2024-09-17T11:56:19.329 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 systemd[1]: Stopping Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T11:56:19.771 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a[24939]: 2024-09-17T11:56:19.330+0000 7efcb7b65640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T11:56:19.772 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a[24939]: 2024-09-17T11:56:19.330+0000 7efcb7b65640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T11:56:19.772 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 podman[25287]: 2024-09-17 11:56:19.494392443 +0000 UTC m=+0.264637376 container died 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T11:56:20.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 podman[25287]: 2024-09-17 11:56:19.861849268 +0000 UTC m=+0.632094193 container cleanup 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-17T11:56:20.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:19 smithi077 bash[25287]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a 2024-09-17T11:56:20.534 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 podman[25304]: 2024-09-17 11:56:20.17124672 +0000 UTC m=+0.680591454 container remove 472005f6bcfa1f99c074072e0a043d784652199dadc8bfdf968be7b60dab3f91 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2) 2024-09-17T11:56:20.534 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 systemd[1]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T11:56:20.534 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 systemd[1]: Stopped Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:56:20.534 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 systemd[1]: Starting Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 podman[25401]: 2024-09-17 11:56:20.435548903 +0000 UTC m=+0.015732750 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 podman[25401]: 2024-09-17 11:56:20.538778543 +0000 UTC m=+0.118962387 container create 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 podman[25401]: 2024-09-17 11:56:20.741076517 +0000 UTC m=+0.321260382 container init 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True) 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 podman[25401]: 2024-09-17 11:56:20.745405142 +0000 UTC m=+0.325588995 container start 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:56:20.826 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: pidfile_write: ignore empty --pid-file 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: load: jerasure load: lrc 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Git sha 0 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: DB SUMMARY 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: DB Session ID: 5N0DF347K31GL8VW4WXC 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:56:20.827 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88276 ; 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:56:20.828 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.env: 0x56049cf28120 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.info_log: 0x56049de37700 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.statistics: (nil) 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.use_fsync: 0 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:56:20.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.db_log_dir: 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.wal_dir: 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:56:20.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.write_buffer_manager: 0x56049de3bb80 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:56:20.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:56:20.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:56:20.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:56:20.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:56:20.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:56:20.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.unordered_write: 0 2024-09-17T11:56:20.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.row_cache: None 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.wal_filter: None 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.wal_compression: 0 2024-09-17T11:56:20.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:56:20.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:56:20.836 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_open_files: -1 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Compression algorithms supported: 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kZSTD supported: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:56:20.837 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.merge_operator: 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_filter: None 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:56:20.838 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56049de37320) 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_type: 0 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: data_block_index_type: 0 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_shortening: 1 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: checksum: 4 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: no_block_cache: 0 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache: 0x56049de2b610 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:56:20.839 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_options: 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: capacity : 536870912 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: num_shard_bits : 4 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: strict_capacity_limit : 0 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_cache_compressed: (nil) 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: persistent_cache: (nil) 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_size: 4096 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_size_deviation: 10 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_restart_interval: 16 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: index_block_restart_interval: 1 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: metadata_block_size: 4096 2024-09-17T11:56:20.840 INFO:journalctl@ceph.mon.a.smithi077.stdout: partition_filters: 0 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: use_delta_encoding: 1 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: filter_policy: bloomfilter 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: whole_key_filtering: 1 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: verify_compression: 0 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: format_version: 5 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: enable_index_compression: 1 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: block_align: 0 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: max_auto_readahead_size: 262144 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: prepopulate_block_cache: 0 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:56:20.841 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression: NoCompression 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.num_levels: 7 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:56:20.842 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:56:20.843 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:56:20.845 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:56:20.846 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:56:20.847 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.ttl: 2592000 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:56:20.848 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 766126de-bfff-4917-a76c-9ca0b876a2ea 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574180772222, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574180773078, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85052, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83192, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10002, "raw_average_key_size": 46, "raw_value_size": 77441, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726574180, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "766126de-bfff-4917-a76c-9ca0b876a2ea", "db_session_id": "5N0DF347K31GL8VW4WXC", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574180773171, "job": 1, "event": "recovery_finished"} 2024-09-17T11:56:20.849 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56049de5ae00 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: DB pointer 0x56049df5c000 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** DB Stats ** 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:56:20.850 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: L0 2/0 84.92 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: Sum 2/0 84.92 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 148.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:56:20.851 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: Cumulative compaction: 0.00 GB write, 27.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:56:20.852 INFO:journalctl@ceph.mon.a.smithi077.stdout: Interval compaction: 0.00 GB write, 27.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: Block cache BinnedLRUCache@0x56049de2b610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: starting mon.a rank 0 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???) e1 preinit fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).mds e1 new map 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).mds e1 print_map 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: e1 2024-09-17T11:56:20.853 INFO:journalctl@ceph.mon.a.smithi077.stdout: btime 2024-09-17T11:56:15:710909+0000 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout: default 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,11=minor log segments,12=quiesce subvolumes} 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout: legacy client fscid: -1 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout: 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout: No filesystems configured 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T11:56:20.854 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 bash[25401]: 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 2024-09-17T11:56:20.855 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 systemd[1]: Started Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:56:20.855 INFO:teuthology.orchestra.run.smithi077.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: monmap epoch 1 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: last_changed 2024-09-17T11:56:12.240491+0000 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: min_mon_release 19 (squid) 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: election_strategy: 1 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: fsmap 2024-09-17T11:56:21.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:56:21.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:20 smithi077 ceph-mon[25438]: mgrmap e1: no daemons active 2024-09-17T11:56:21.892 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T11:56:21.906 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:56:21.906 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mgr... 2024-09-17T11:56:21.906 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T11:56:21.907 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T11:56:22.157 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x 2024-09-17T11:56:22.157 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x.service: Unit ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x.service not loaded. 2024-09-17T11:56:22.303 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968.target.wants/ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-8b987e84-74eb-11ef-bceb-c7b262605968@.service. 2024-09-17T11:56:22.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:22 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/694474803' entity='client.admin' 2024-09-17T11:56:22.580 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:22 smithi077 podman[25677]: 2024-09-17 11:56:22.548827997 +0000 UTC m=+0.129966110 container create 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-17T11:56:22.899 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:56:22.899 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T11:56:22.906 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:56:22.906 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:56:22.907 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T11:56:22.907 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:56:22.916 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:56:22.916 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr to start... 2024-09-17T11:56:22.924 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr... 2024-09-17T11:56:23.055 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:22 smithi077 podman[25677]: 2024-09-17 11:56:22.779428159 +0000 UTC m=+0.360566282 container init 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493) 2024-09-17T11:56:23.055 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:22 smithi077 podman[25677]: 2024-09-17 11:56:22.784296118 +0000 UTC m=+0.365434232 container start 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_CLEAN=True) 2024-09-17T11:56:23.056 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:22 smithi077 bash[25677]: 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 2024-09-17T11:56:23.056 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:22 smithi077 systemd[1]: Started Ceph mgr.x for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:56:23.799 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:23 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1379242453' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:56:24.113 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:24.113 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:56:24.113 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "8b987e84-74eb-11ef-bceb-c7b262605968", 2024-09-17T11:56:24.113 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T11:56:24.114 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:56:24.115 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:56:24.119 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:56:15:710909+0000", 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:56:24.120 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:56:15.711556+0000", 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:56:24.121 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:56:24.122 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (1/15)... 2024-09-17T11:56:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:26 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1572362892' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:56:27.480 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:27.480 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:56:27.480 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "8b987e84-74eb-11ef-bceb-c7b262605968", 2024-09-17T11:56:27.480 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:56:27.480 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:56:27.481 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:56:27.482 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:56:15:710909+0000", 2024-09-17T11:56:27.483 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:27.484 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:56:15.711556+0000", 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:56:27.485 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (2/15)... 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: Activating manager daemon x 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: mgrmap e2: x(active, starting, since 0.00310086s) 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:56:28.273 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: Manager daemon x is now available 2024-09-17T11:56:28.274 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:56:28.274 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:56:28.274 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' 2024-09-17T11:56:28.274 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' 2024-09-17T11:56:28.274 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:27 smithi077 ceph-mon[25438]: from='mgr.14100 172.21.15.77:0/4279888917' entity='mgr.x' 2024-09-17T11:56:29.883 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:29 smithi077 ceph-mon[25438]: mgrmap e3: x(active, since 1.00662s) 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "8b987e84-74eb-11ef-bceb-c7b262605968", 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:56:30.824 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.825 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:56:30.826 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:56:30.829 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.829 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:56:30.829 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:56:30.829 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:56:15:710909+0000", 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.830 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:56:15.711556+0000", 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:56:30.831 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:56:30.832 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:56:30.832 INFO:teuthology.orchestra.run.smithi077.stdout:mgr is available 2024-09-17T11:56:31.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:30 smithi077 ceph-mon[25438]: mgrmap e4: x(active, since 2s) 2024-09-17T11:56:31.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:30 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/828618686' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:56:32.067 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:31 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/57033478' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:56:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:56:32.072 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling cephadm module... 2024-09-17T11:56:33.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:32 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1373691066' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T11:56:33.080 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:32 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setuser ceph since I am not root 2024-09-17T11:56:33.080 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:32 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setgroup ceph since I am not root 2024-09-17T11:56:34.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:33 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1373691066' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T11:56:34.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:33 smithi077 ceph-mon[25438]: mgrmap e5: x(active, since 5s) 2024-09-17T11:56:34.724 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:56:34.724 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T11:56:34.724 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:56:34.724 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:56:34.724 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:56:34.725 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:56:34.725 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-09-17T11:56:34.725 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 5... 2024-09-17T11:56:34.974 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:34 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1256909840' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: Active manager daemon x restarted 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: Activating manager daemon x 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: mgrmap e6: x(active, starting, since 0.00343765s) 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:56:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:56:38.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:56:38.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:37 smithi077 ceph-mon[25438]: Manager daemon x is now available 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: Found migration_current of "None". Setting to last migration. 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:56:39.443 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: mgrmap e7: x(active, since 1.00552s) 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-mon[25438]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T11:56:39.232+0000 7feff19c4640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:56:39] ENGINE Error in HTTPServer.serve 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Traceback (most recent call last): 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._connections.run(self.expiration_interval) 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:56:39.444 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._run(expiration_interval) 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s = self.context.wrap_socket( 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: return self.sslsocket_class._create( 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self.do_handshake() 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._sslobj.do_handshake() 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:56:39.445 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:39 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T11:56:39.446 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:56:39.446 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T11:56:39.446 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:56:39.447 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:56:39.447 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 5 is available 2024-09-17T11:56:39.447 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying orchestrator module is enabled... 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: [17/Sep/2024:11:56:39] ENGINE Bus STARTING 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: [17/Sep/2024:11:56:39] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: [17/Sep/2024:11:56:39] ENGINE Error in HTTPServer.serve 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout: Traceback (most recent call last): 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:56:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._run(expiration_interval) 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: self.do_handshake() 2024-09-17T11:56:40.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: [17/Sep/2024:11:56:39] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: [17/Sep/2024:11:56:39] ENGINE Bus STARTED 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:40.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:40 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2880952413' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T11:56:40.943 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-17T11:56:40.943 INFO:teuthology.orchestra.run.smithi077.stdout:Setting orchestrator backend to cephadm... 2024-09-17T11:56:41.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:41 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2880952413' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T11:56:41.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:41 smithi077 ceph-mon[25438]: mgrmap e8: x(active, since 2s) 2024-09-17T11:56:42.673 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:42 smithi077 ceph-mon[25438]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:42.674 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:42 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:42.674 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:42 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:43.420 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T11:56:43.421 INFO:teuthology.orchestra.run.smithi077.stdout:Generating ssh key... 2024-09-17T11:56:43.747 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:43 smithi077 ceph-mon[25438]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:44.665 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Generating public/private rsa key pair. 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Your identification has been saved in /tmp/tmpyv86zg22/key 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Your public key has been saved in /tmp/tmpyv86zg22/key.pub 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: The key fingerprint is: 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: SHA256:519CT2v2PH2IvrsIKSZOlbtg9Pwf+IDrTLFdhJcLXf0 ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: The key's randomart image is: 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: +---[RSA 3072]----+ 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | .. | 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | o o . | 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | o = . | 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | . + . E| 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | . + S + . . | 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | . + * * . o . | 2024-09-17T11:56:44.666 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | = X * o ..*..| 2024-09-17T11:56:44.667 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | + * = + +.=.+o| 2024-09-17T11:56:44.667 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: | ..= ..+.*+ =| 2024-09-17T11:56:44.667 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:44 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: +----[SHA256]-----+ 2024-09-17T11:56:45.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:45 smithi077 ceph-mon[25438]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:45.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:45 smithi077 ceph-mon[25438]: Generating ssh key... 2024-09-17T11:56:45.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:45 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:45.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:45 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:46.124 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:56:46.125 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:56:46.125 INFO:teuthology.orchestra.run.smithi077.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T11:56:46.131 INFO:teuthology.orchestra.run.smithi077.stdout:Adding host smithi077... 2024-09-17T11:56:46.387 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:46 smithi077 ceph-mon[25438]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:47.528 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:47 smithi077 ceph-mon[25438]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "addr": "172.21.15.77", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:48.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:48 smithi077 ceph-mon[25438]: Deploying cephadm binary to smithi077 2024-09-17T11:56:50.418 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Added host 'smithi077' with addr '172.21.15.77' 2024-09-17T11:56:50.418 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying unmanaged mon service... 2024-09-17T11:56:51.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:50 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:51.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:50 smithi077 ceph-mon[25438]: Added host smithi077 2024-09-17T11:56:51.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:50 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:56:51.940 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T11:56:51.940 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying unmanaged mgr service... 2024-09-17T11:56:52.189 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:52 smithi077 ceph-mon[25438]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:52.190 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:52 smithi077 ceph-mon[25438]: Saving service mon spec with placement count:5 2024-09-17T11:56:52.190 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:52 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:53.197 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T11:56:53.957 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:53 smithi077 ceph-mon[25438]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:56:53.957 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:53 smithi077 ceph-mon[25438]: Saving service mgr spec with placement count:2 2024-09-17T11:56:53.957 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:53 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:55.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:54 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:55.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:54 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:55.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:54 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2679919851' entity='client.admin' 2024-09-17T11:56:57.124 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling the dashboard module... 2024-09-17T11:56:57.380 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:57 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:57.380 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:57 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/645040785' entity='client.admin' 2024-09-17T11:56:58.312 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:58 smithi077 ceph-mon[25438]: from='mgr.14118 172.21.15.77:0/2611297328' entity='mgr.x' 2024-09-17T11:56:58.312 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:58 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1889870741' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T11:56:58.312 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:58 smithi077 ceph-mon[25438]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:56:58.312 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:58 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setuser ceph since I am not root 2024-09-17T11:56:58.312 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:56:58 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setgroup ceph since I am not root 2024-09-17T11:56:59.478 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:59 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1889870741' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T11:56:59.478 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:56:59 smithi077 ceph-mon[25438]: mgrmap e9: x(active, since 20s) 2024-09-17T11:57:00.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:00 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2811820542' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:57:00.362 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-09-17T11:57:00.363 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 9... 2024-09-17T11:57:03.551 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: Active manager daemon x restarted 2024-09-17T11:57:03.551 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: Activating manager daemon x 2024-09-17T11:57:03.551 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: mgrmap e10: x(active, starting, since 0.00412928s) 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:57:03.552 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:03 smithi077 ceph-mon[25438]: Manager daemon x is now available 2024-09-17T11:57:04.482 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:04.483 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:57:04.483 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:57:04.483 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-mon[25438]: mgrmap e11: x(active, since 1.00633s) 2024-09-17T11:57:04.783 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T11:57:04.691+0000 7fa3a5637640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:57:04] ENGINE Error in HTTPServer.serve 2024-09-17T11:57:04.783 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Traceback (most recent call last): 2024-09-17T11:57:04.783 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._connections.run(self.expiration_interval) 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._run(expiration_interval) 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s = self.context.wrap_socket( 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: return self.sslsocket_class._create( 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:57:04.784 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self.do_handshake() 2024-09-17T11:57:04.785 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:57:04.785 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._sslobj.do_handshake() 2024-09-17T11:57:04.785 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:57:04.785 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:04 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 9 is available 2024-09-17T11:57:04.786 INFO:teuthology.orchestra.run.smithi077.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-17T11:57:05.387 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:05 smithi077 ceph-mon[25438]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T11:57:05.387 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:05 smithi077 ceph-mon[25438]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: [17/Sep/2024:11:57:04] ENGINE Bus STARTING 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: [17/Sep/2024:11:57:04] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: [17/Sep/2024:11:57:04] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: [17/Sep/2024:11:57:04] ENGINE Bus STARTED 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: [17/Sep/2024:11:57:04] ENGINE Error in HTTPServer.serve 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout: Traceback (most recent call last): 2024-09-17T11:57:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._run(expiration_interval) 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:57:06.581 INFO:journalctl@ceph.mon.a.smithi077.stdout: self.do_handshake() 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: mgrmap e12: x(active, since 2s) 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:06.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:06.960 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUQsoBbpZ7SMyUzmGrtf2GmgSYakUwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNzExNTcwNloXDTM0\nMDkxODExNTcwNlowFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljc3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA3o6h13nLL4Krgkl13GFNo4eEIKHCCG8vafOJ\nzyF5X0+NeEkrzlBlhjuCKJs2+N+ltk3v/Uv6wGX1BP39NmPB8876ld9qARTpF2KW\nbn2qMZ0NjezKiL4huwzjQ6sy+ueExXHqbk0jD8X+hGmctBAI+vNMrkleX2fkcRAq\n2B6raYECvT89oN3X4EcZagB0eyRI0JoQO8MEYxuQ3ckXVntX4TrPF5kRXjjXlhXR\nMXwAqKmv7S3W61foGUoEgl9d7rtb2p2UyJAjN497xf914G5xi5dmklqxgepxAov6\nvFs9awleLWOPpUvM2syul9dQAwR69qpSvZVM/w7PzGMbNzuqYDJhNsl56xOY1b0F\nNIE1mRxqiGBvWVnitKnekovIPlytJLATyhtyBDUt9m5lCP3P7UeBanDYmm62NE5+\noKrLkz349M4Btl4pcvN8mTPix4lfs3UszmbWgcFnru7Wovfd9tTHae3EKS3t/Uy2\n5eojg6SZBQ2wzmNXokVe/Q1PYWQ/nJhiE9sJL1huMfh+bJaktqvmxJFnN+ivsaK4\n/wA+fT7RkgQ+4KWfXhuj2zkfoWouaR9+7yxZOHeIDNIuT4PMau4jsdPiEaXuXTmr\nFPQWa3svfEyYOtmxh6XO7pB2WaMTTaCiwjaverA8UTnzvZ4DvXeSyu7CwOUPkmrI\n5aBFBYsCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDc3ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPTTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAq\nqRTq/xemvjQ38uOvpjblQ+aHF4c+a1e6kDZrprLxfbGO7cbt35AfccIjmB0Q/RpX\nnXEVnRCEeNRZYFsey+r4uMaXVrE64q+P9/0yUfjiHCAEhzxFhE6cfLGKoN9/HJeL\n4N4Z5k0db8jmpsw8eAVLX/n5PwOKEc01ImOogNsRTvodGC4rGcZLdbuL2K15pc0Q\nr9Oy3ksimnJ6jZndteyrdynzqIC38zeeyVhgoYVdC0N0PVMOhmDl5y7Q74mvYK7p\n0byJtrJ+/lk4xfj7vCttzlNbheC6cPgw43Ja9eDu4RVpudBjw24nIZUEh5oZdd89\nF/QNt073VtuZj+WBvtM8z/03CB1tMJHnN9loAhu5bI5NT2Kir8wKMpwWp9OyTYM3\nQ8127VmPd3gX+yuwGjE+Amm1ZhUfTWF3exc7ZK6KMALyaDCrCXV3nSZQc429vmV0\n2KSKbDbUYhIfyUEeyBfb7RYyLan8Qt55Qi7dkCYBWkBepdZwqVC11P5Ah+CGOtbY\nyo3OAb/hJ9k9JswPTKb4z+NmS9GOY4cIv8XQBQtEZwC4CCiRFJZHaRGO4jNFYpeG\np4Tr8mI9N+gs0jBYk7LzwVyXdfy17HAJUArgBzV0VTc0ARtUA5mqLbGpwFUBGHM8\nUgMnr2CVMCsWfPHc0Y86/g3GqS5Ot0DK7qkO8aUMkA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEA3o6h13nLL4Krgkl13GFNo4eEIKHCCG8vafOJzyF5X0+NeEkr\nzlBlhjuCKJs2+N+ltk3v/Uv6wGX1BP39NmPB8876ld9qARTpF2KWbn2qMZ0NjezK\niL4huwzjQ6sy+ueExXHqbk0jD8X+hGmctBAI+vNMrkleX2fkcRAq2B6raYECvT89\noN3X4EcZagB0eyRI0JoQO8MEYxuQ3ckXVntX4TrPF5kRXjjXlhXRMXwAqKmv7S3W\n61foGUoEgl9d7rtb2p2UyJAjN497xf914G5xi5dmklqxgepxAov6vFs9awleLWOP\npUvM2syul9dQAwR69qpSvZVM/w7PzGMbNzuqYDJhNsl56xOY1b0FNIE1mRxqiGBv\nWVnitKnekovIPlytJLATyhtyBDUt9m5lCP3P7UeBanDYmm62NE5+oKrLkz349M4B\ntl4pcvN8mTPix4lfs3UszmbWgcFnru7Wovfd9tTHae3EKS3t/Uy25eojg6SZBQ2w\nzmNXokVe/Q1PYWQ/nJhiE9sJL1huMfh+bJaktqvmxJFnN+ivsaK4/wA+fT7RkgQ+\n4KWfXhuj2zkfoWouaR9+7yxZOHeIDNIuT4PMau4jsdPiEaXuXTmrFPQWa3svfEyY\nOtmxh6XO7pB2WaMTTaCiwjaverA8UTnzvZ4DvXeSyu7CwOUPkmrI5aBFBYsCAwEA\nAQKCAgAFHKmYVXKBU4hfpGhR+OTbo2U5iqhLoUzUK4U4KMCs8RrYGct+daz0pFvy\nVX5ca7wBWqZEidY8onA6U8sue07H1t09TAsXSJpXWysGvAQzbN6+1SLhzobf0QVM\nrJtYgAY2CCPRB3HiuYgwamybBjND8GAL23Y7eBtwgrqOiZsjqpRG3IkB2kFMeYBF\nRbVnOVzNeHx0TZ/FgatA147zAZTx1h6joB8crEQ8wkuHzh1bF8AJZqAlJQ5uZkYs\nPccz5ex6Mlxp2ZsKz6o8JgitxbD9+oBJ+aNSJJxr6TiH0wtaG2D6Z0Bev5r4+51B\nskRi4rDLBvvXjEe0eWv0eeJKJn4HT1Ji+hJFhivUJmyc6j6UK/bB4QpZXWMGl4rq\nbx5UMdUvswqTL7MJIZdNcr/L5fbrldRGpfpjJqe9SsRKM9nMFGQeL4UzxV1il6ri\n2H5cZ51ApLFU9Bo2OBkjbsmtlyCRFu4MVP/ebTFmLryxygAwa2P8XqzPwlKds4IE\nlcFZIOYXG3wHLUmM1UyUf5X/bZ6JKsDypZN3Tt2GJaUlY7gS+iuPijVfSlAr3ss+\nj76b8HE4WEqxSJjOIusncVKTnyQDvtgVy2AnaO/4S05njNKuJAnpdTrP+uUPcclM\nMjHt39Pfc4N4sF8zuaYPZnxMWcz2Ky0bq96Xhs/THXX1scrcIQKCAQEA+A4VRCPh\nSrvI9XS5t0r+qwBY0OWiXDJE+IA/2Q4cZAwk8Mo7Rl5leTTtTn+EmwmHoaf07N4v\nK4Xg/pWWTY0ZJffMHdv97UpLXk5+w2f8mQflivxLlelWxvvYx0+Pa5Uf/+3xR5VX\nfaDKNBBbn3fPCrgz7cUkf9W78zM7GGt9gmo4PoRGmVoQAhzdCxHsGibuhI1cFxEP\n3Cu6NL8LQtZpLN86yyHlDCOvR0dnMOY/tWy8Da+y+M1UawvpW5whRjq12mr/KKC8\nOVq/36wpr14iyhK5u4UOxjKqRSn71WNLf6tvhdOVZPCgptUyqH3SJYPPi3jkQask\nDZF3YS/WuwwNlQKCAQEA5a97AkoW3FxQpeAuV358iH+j6uEOybJ7DAnc5WOhmoUT\nNX2O5iiRBdG+oO6XIiAnKhFiieyfPM0+tIt0dYGbR9CmXmUao+uiEzpftBKP3/ZC\nIhZhsYzbrTV/GF+Owz6ZPcEbnfxaAt4y2KvkiHawIzgn+H303Ps03lmLk0k1z197\nNi/izQLiw5jn1TDOx6o0UhJslWn1xH6UQTNB0j7OE45HuuKuGtJiIzGYB8xed1ZK\nLS7h2WYDKRAH8ghiGc38PmEQaHx+u9FOyulYd1vySpzYewjDQR87cqh3PRgIK7me\nuCE5UTJ6NC56/TfC+qhLxedOImPnNB3c6pPCheS+nwKCAQB8jjXHfWzHJfwGpJIM\no6+1FfuDCYu5V9SiI2PsDdXbtu1lq2aQMx4o+paecBGZ9/MPDVNDDV4KMLOFon9S\neaNDGWZ5J9odqMynkiq83B5OiVSNsZoSsJROXm+/xQdzMfJbhJM/KpJAFtjxw7T+\nIh7odw48Ol3VgvFZcUQfQvpG3idX3PvGTR70sKGdyWYQy7PBA2pWes7H830Qt01k\nRl2RlpXjIiXtLo348LW0LCmZY/wZszvfCtt01QpcYc2jgh+GiWuObweUlSj7m2tj\nD5XQeg6hRnLgutgc2rQFtlJWzTK2tEOz59ADddJ2IJfBFqrEkfOrtc/osD6NooPk\ncGzxAoIBABTRVuDaPkAyzcx7CTg86qSkjQLY6zI0zxpEOpU/9oG+1gLfIniR7LMO\nU6zaczBQobwaX0gI/lXQdIKAsUmFOcHEk4+ysjtxO/tqKwpzND8kXtIgHTKuhaqp\nUp+u6Y2gutryCcLEAJSJ9ynUSp5jw4stp9HJ+MueqSgODayH0iy9hrlelbvnKw53\naWvVRKisMJnPua/BLtlkb6OJNcoMjzkOiEnUCdu8fdCayiDK0TUXyRlXSnkd2eN6\n5H13bQzRsq8ktQwDXKlBS1bw12faGZfRp31fSfM5FXZK9qO+7d6osE4YFM3bOWBJ\nZjRVPYLihhul31sWmvoKSt+oDNV96hkCggEAWet871HdSwPDMfANzf38wYVz8/D4\nnsgB6zmLkVPmLLDozpjDC7RkOHIq1QbUchFHIR9AwLgmO4bf+GgzbfsbF4BPTdH+\nb2FqyZJRzX11EV/nl9qB6GkNv4+ZBcZS5OaFlhWx31OKEueqJJhsnKFLeaagt15v\n4Ms+FGqI0Sd0SV/yHR6hZpIn6U+mjZPABG6dfoTu/cWkmRhizWwgvqLrhhNP+Q81\nYD94EZJqydVBFjX9Ad4p+4WqJ4T+DbYxhXL2GSa445af8YAPWHyzU96FVZTLRnth\nQe1PSkvQcifM3nZnlKKXeTL62qQ+sS9WbMqN/I74vagJKw8Lw1PMusOvHA==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-17T11:57:07.561 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:07 smithi077 ceph-mon[25438]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:08.193 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-17T11:57:08.793 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:08 smithi077 ceph-mon[25438]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:08.793 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:10.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-17T11:57:10.069 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial admin user... 2024-09-17T11:57:10.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:10 smithi077 ceph-mon[25438]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:10.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:10 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:11.526 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$maNoTjP2yrAEBaKPE.wPYuifbVOepWX7ntkwOjgfi1jRyKW0nqLue", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726574230, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T11:57:11.526 INFO:teuthology.orchestra.run.smithi077.stdout:Fetching dashboard port number... 2024-09-17T11:57:12.134 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:11 smithi077 ceph-mon[25438]: from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:12.134 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:12.772 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T11:57:12.781 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:57:12.781 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-09-17T11:57:12.788 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:57:12.788 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-09-17T11:57:12.788 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-09-17T11:57:12.788 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T11:57:12.790 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph Dashboard is now available at: 2024-09-17T11:57:12.790 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:12.790 INFO:teuthology.orchestra.run.smithi077.stdout: URL: https://smithi077.front.sepia.ceph.com:8443/ 2024-09-17T11:57:12.790 INFO:teuthology.orchestra.run.smithi077.stdout: User: admin 2024-09-17T11:57:12.791 INFO:teuthology.orchestra.run.smithi077.stdout: Password: mclz2ar566 2024-09-17T11:57:12.791 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:12.791 INFO:teuthology.orchestra.run.smithi077.stdout:Saving cluster configuration to /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config directory 2024-09-17T11:57:13.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:12 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1458482910' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T11:57:14.095 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T11:57:14.095 INFO:teuthology.orchestra.run.smithi077.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T11:57:14.096 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout: ceph telemetry on 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout:For more information see: 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:14.097 INFO:teuthology.orchestra.run.smithi077.stdout:Bootstrap complete. 2024-09-17T11:57:14.135 INFO:tasks.cephadm:Fetching config... 2024-09-17T11:57:14.135 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:14.135 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T11:57:14.151 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T11:57:14.151 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:14.151 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T11:57:14.207 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T11:57:14.207 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:14.207 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T11:57:14.277 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T11:57:14.278 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:14.278 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T11:57:14.333 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T11:57:14.333 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:57:14.408 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:14.419 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:57:14.538 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:14.552 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:57:14.669 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:14.685 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:57:14.735 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJiWhOljHokGWDVmq5w3Xv16vHwKZY5oghfub8iZ7UgE5zVJ1+BAKcknUfIDQrfK+wEFvvhiKOO/9OLsEdMmobV4f77S8jcwhlxrVMOeDDYV/UD2n2JEoauiegIepvtcXD75318OXdxRJwsINP0g4m/5E2zwTnKdt2oeWaOuNmyTRqH03LR7/sAtxJk1GrAJqEJYgB3nFHRhGWksyKkBsc23pqRlw07TQTiQ/cgCKvhm51vSTv1yi6Do1hP+xm9++IaBTKzUMWG1plgYyZ6lRDR3d2rOpV77WiBAb+9eBV0wI8t/FNZE/zWurodvKKymW2NI5s9YV5VGU0kyDNYSfaBWp2XDsgnUj/s+dWw7EgQoqtI/LecHk+T++qHC8xNEjrGOAkN0gCtn3mI9SYxIwBwZQ3pEjGDxi2fB+CnNM2Z5nE07bMt3LclVJCnw4HqTKujGohustUUNjVPz5u4J3LQWC5oOURmpZktbFW9sF6t4OFiuda3w4vYgTwvpl0/ns= ceph-8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:14.748 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T11:57:14.770 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:14 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1967710492' entity='client.admin' 2024-09-17T11:57:14.995 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:16.800 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: mgrmap e13: x(active, since 12s) 2024-09-17T11:57:16.800 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:16.800 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/174952528' entity='client.admin' 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:16.801 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:16.828 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T11:57:16.829 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T11:57:17.116 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:18.565 INFO:tasks.cephadm:Remote smithi187 excluded from cephadm cluster by role 2024-09-17T11:57:18.566 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi089 2024-09-17T11:57:18.566 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:57:18.566 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:57:18.586 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:57:18.587 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:18.644 INFO:tasks.cephadm:Adding host smithi089 to orchestrator... 2024-09-17T11:57:18.644 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch host add smithi089 2024-09-17T11:57:18.990 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:19.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:19.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:19.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:19.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:19.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:19.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T11:57:19.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:19.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:19.083 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:19.083 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:19.083 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:19.083 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:20.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:20 smithi077 ceph-mon[25438]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:21.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:21 smithi077 ceph-mon[25438]: Deploying cephadm binary to smithi089 2024-09-17T11:57:22.692 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi089' with addr '172.21.15.89' 2024-09-17T11:57:23.380 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:57:23.615 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: Added host smithi089 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:23.965 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:24.234 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:24.234 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}] 2024-09-17T11:57:24.845 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-09-17T11:57:24.845 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:57:24.845 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:57:24.864 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:57:24.864 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:24.922 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-09-17T11:57:24.922 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch host add smithi177 2024-09-17T11:57:25.079 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:25 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:25.158 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:26.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:26 smithi077 ceph-mon[25438]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:57:26.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:26 smithi077 ceph-mon[25438]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:27.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: Deploying cephadm binary to smithi177 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:28.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:28.875 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-09-17T11:57:29.547 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:57:29.814 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: Added host smithi177 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:30.227 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:30.497 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:57:30.497 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-09-17T11:57:31.106 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T11:57:31.107 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T11:57:31.344 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:31.455 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:32.188 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2024-09-17T11:57:32.560 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:32 smithi077 ceph-mon[25438]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:57:32.560 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:32 smithi077 ceph-mon[25438]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:32.560 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:32 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:57:32.871 INFO:tasks.cephadm:Adding mon.a on smithi077 2024-09-17T11:57:32.871 INFO:tasks.cephadm:Adding mon.b on smithi089 2024-09-17T11:57:32.871 INFO:tasks.cephadm:Adding mon.c on smithi177 2024-09-17T11:57:32.872 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c' 2024-09-17T11:57:33.135 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T11:57:33.179 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:33 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:33.866 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-09-17T11:57:34.405 DEBUG:teuthology.orchestra.run.smithi089:mon.b> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T11:57:34.408 DEBUG:teuthology.orchestra.run.smithi177:mon.c> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T11:57:34.410 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:57:34.411 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:34.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:35.107 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:35.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:35 smithi077 ceph-mon[25438]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:35.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:35 smithi077 ceph-mon[25438]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:35.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:35 smithi077 ceph-mon[25438]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:35.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:35 smithi077 ceph-mon[25438]: Saving service mon spec with placement smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c;count:3 2024-09-17T11:57:35.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:35 smithi077 ceph-mon[25438]: Deploying daemon mon.c on smithi177 2024-09-17T11:57:35.744 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:57:35.745 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","modified":"2024-09-17T11:56:12.240491Z","created":"2024-09-17T11:56:12.240491Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T11:57:35.745 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-09-17T11:57:36.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:36 smithi077 ceph-mon[25438]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:36.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:36 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/2068699461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:37.399 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:57:37.400 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:57:37.649 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:38.403 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:57:38.403 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","modified":"2024-09-17T11:56:12.240491Z","created":"2024-09-17T11:56:12.240491Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T11:57:38.403 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-09-17T11:57:38.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:38 smithi077 ceph-mon[25438]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.347 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 podman[28367]: 2024-09-17 11:57:39.08138268 +0000 UTC m=+0.015676388 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:57:39.347 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 podman[28367]: 2024-09-17 11:57:39.34563238 +0000 UTC m=+0.279926083 container init 6c96de636b47b18f98a5521a646c7906a43e5b137e13afe3660e46720ecb2095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=main-7498493, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T11:57:39.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:39 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/2969919737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:39.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 podman[28367]: 2024-09-17 11:57:39.350461662 +0000 UTC m=+0.284755353 container start 6c96de636b47b18f98a5521a646c7906a43e5b137e13afe3660e46720ecb2095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0) 2024-09-17T11:57:39.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:57:39.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pidfile_write: ignore empty --pid-file 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: load: jerasure load: lrc 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Git sha 0 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: DB SUMMARY 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: DB Session ID: YMPUX9MU4B09VIPVI2RJ 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-17T11:57:39.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.env: 0x55f49d7f4120 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:57:39.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.info_log: 0x55f49e819700 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.statistics: (nil) 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.use_fsync: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:57:39.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.db_log_dir: 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.wal_dir: 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:57:39.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.write_buffer_manager: 0x55f49e81db80 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.unordered_write: 0 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:57:39.652 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.row_cache: None 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.wal_filter: None 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.wal_compression: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:57:39.653 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:57:39.655 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_open_files: -1 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:57:39.656 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Compression algorithms supported: 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kZSTD supported: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:57:39.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:57:39.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:57:39.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:57:39.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-17T11:57:39.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:57:39.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.merge_operator: 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_filter: None 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f49e819320) 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: index_type: 0 2024-09-17T11:57:39.661 INFO:journalctl@ceph.mon.c.smithi177.stdout: data_block_index_type: 0 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: index_shortening: 1 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: checksum: 4 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: no_block_cache: 0 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_cache: 0x55f49e80d610 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_cache_options: 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: capacity : 536870912 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: num_shard_bits : 4 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: strict_capacity_limit : 0 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_cache_compressed: (nil) 2024-09-17T11:57:39.662 INFO:journalctl@ceph.mon.c.smithi177.stdout: persistent_cache: (nil) 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_size: 4096 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_size_deviation: 10 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_restart_interval: 16 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: index_block_restart_interval: 1 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: metadata_block_size: 4096 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: partition_filters: 0 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: use_delta_encoding: 1 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: filter_policy: bloomfilter 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: whole_key_filtering: 1 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: verify_compression: 0 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: format_version: 5 2024-09-17T11:57:39.663 INFO:journalctl@ceph.mon.c.smithi177.stdout: enable_index_compression: 1 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout: block_align: 0 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout: max_auto_readahead_size: 262144 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout: prepopulate_block_cache: 0 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression: NoCompression 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.num_levels: 7 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:57:39.664 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:57:39.665 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:57:39.666 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:57:39.667 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:57:39.668 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.ttl: 2592000 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:57:39.669 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5548dc59-df58-402e-8756-89bcc2406480 2024-09-17T11:57:39.670 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574259377705, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574259378132, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726574259, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5548dc59-df58-402e-8756-89bcc2406480", "db_session_id": "YMPUX9MU4B09VIPVI2RJ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574259378226, "job": 1, "event": "recovery_finished"} 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f49e83ce00 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: DB pointer 0x55f49e93e000 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout: ** DB Stats ** 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:39.671 INFO:journalctl@ceph.mon.c.smithi177.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: ** Compaction Stats [default] ** 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.672 INFO:journalctl@ceph.mon.c.smithi177.stdout: ** Compaction Stats [default] ** 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:57:39.673 INFO:journalctl@ceph.mon.c.smithi177.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: Block cache BinnedLRUCache@0x55f49e80d610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: using public_addr v2:172.21.15.177:0/0 -> [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: starting mon.c rank -1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(???) e0 preinit fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).mds e1 new map 2024-09-17T11:57:39.674 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: e1 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: btime 2024-09-17T11:56:15:710909+0000 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: default 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,11=minor log segments,12=quiesce subvolumes} 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: legacy client fscid: -1 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout: No filesystems configured 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T11:57:39.675 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Deploying cephadm binary to smithi177 2024-09-17T11:57:39.676 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Added host smithi177 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.677 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:39.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:39.679 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Saving service mon spec with placement smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c;count:3 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: Deploying daemon mon.c on smithi177 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/2068699461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/2969919737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 ceph-mon[28405]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 bash[28367]: 6c96de636b47b18f98a5521a646c7906a43e5b137e13afe3660e46720ecb2095 2024-09-17T11:57:39.680 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:39 smithi177 systemd[1]: Started Ceph mon.c for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:57:40.062 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:57:40.063 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:57:40.308 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:44.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:44.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: mon.a calling monitor election 2024-09-17T11:57:44.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: mon.c calling monitor election 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: monmap epoch 2 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: last_changed 2024-09-17T11:57:39.402595+0000 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:44.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: min_mon_release 19 (squid) 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: election_strategy: 1 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: fsmap 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: mgrmap e13: x(active, since 41s) 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: overall HEALTH_OK 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:44.753 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: mon.a calling monitor election 2024-09-17T11:57:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: mon.c calling monitor election 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: monmap epoch 2 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: last_changed 2024-09-17T11:57:39.402595+0000 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: min_mon_release 19 (squid) 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: election_strategy: 1 2024-09-17T11:57:44.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: fsmap 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: mgrmap e13: x(active, since 41s) 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: overall HEALTH_OK 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:44.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:45.404 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:57:45.404 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","modified":"2024-09-17T11:57:39.402595Z","created":"2024-09-17T11:56:12.240491Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T11:57:45.405 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-09-17T11:57:45.733 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:45 smithi077 ceph-mon[25438]: Deploying daemon mon.b on smithi089 2024-09-17T11:57:45.734 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:45 smithi077 ceph-mon[25438]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:45.734 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:45 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/223049452' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:45.734 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:45 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:45.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:45 smithi177 ceph-mon[28405]: Deploying daemon mon.b on smithi089 2024-09-17T11:57:45.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:45 smithi177 ceph-mon[28405]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:45.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:45 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/223049452' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:45.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:45 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:46.967 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:57:46.967 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:57:47.219 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:47.877 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:57:47.877 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","modified":"2024-09-17T11:57:39.402595Z","created":"2024-09-17T11:56:12.240491Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T11:57:47.877 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-09-17T11:57:47.972 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:47 smithi089 podman[28098]: 2024-09-17 11:57:47.759368053 +0000 UTC m=+0.015483566 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 podman[28098]: 2024-09-17 11:57:48.048067228 +0000 UTC m=+0.304182731 container init c2d080890045e53a92679f809b733450aa2a8842393c61deb8bd6277e89e5893 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=main-7498493, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 podman[28098]: 2024-09-17 11:57:48.052633305 +0000 UTC m=+0.308748799 container start c2d080890045e53a92679f809b733450aa2a8842393c61deb8bd6277e89e5893 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pidfile_write: ignore empty --pid-file 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: load: jerasure load: lrc 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Git sha 0 2024-09-17T11:57:48.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: DB SUMMARY 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: DB Session ID: SJ2RKB15B6V3NPIBQJTN 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:57:48.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.env: 0x55aa3f214120 2024-09-17T11:57:48.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:57:48.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.info_log: 0x55aa40691700 2024-09-17T11:57:48.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:57:48.493 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.statistics: (nil) 2024-09-17T11:57:48.493 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.use_fsync: 0 2024-09-17T11:57:48.493 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:57:48.493 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.db_log_dir: 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.wal_dir: 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:57:48.494 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.write_buffer_manager: 0x55aa40695b80 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:57:48.495 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.unordered_write: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.row_cache: None 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.wal_filter: None 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.wal_compression: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:57:48.496 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:57:48.497 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_open_files: -1 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Compression algorithms supported: 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kZSTD supported: 0 2024-09-17T11:57:48.498 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.merge_operator: 2024-09-17T11:57:48.499 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_filter: None 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa40691320) 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: index_type: 0 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: data_block_index_type: 0 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: index_shortening: 1 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:57:48.500 INFO:journalctl@ceph.mon.b.smithi089.stdout: checksum: 4 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: no_block_cache: 0 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_cache: 0x55aa40685610 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_cache_options: 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: capacity : 536870912 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: num_shard_bits : 4 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: strict_capacity_limit : 0 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_cache_compressed: (nil) 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: persistent_cache: (nil) 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_size: 4096 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_size_deviation: 10 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_restart_interval: 16 2024-09-17T11:57:48.501 INFO:journalctl@ceph.mon.b.smithi089.stdout: index_block_restart_interval: 1 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: metadata_block_size: 4096 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: partition_filters: 0 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: use_delta_encoding: 1 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: filter_policy: bloomfilter 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: whole_key_filtering: 1 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: verify_compression: 0 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: format_version: 5 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: enable_index_compression: 1 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: block_align: 0 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: max_auto_readahead_size: 262144 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: prepopulate_block_cache: 0 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:57:48.502 INFO:journalctl@ceph.mon.b.smithi089.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression: NoCompression 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.num_levels: 7 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:57:48.503 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:57:48.504 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:57:48.505 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:57:48.506 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:57:48.507 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.ttl: 2592000 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:57:48.508 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 219806c9-19ee-4f54-b708-e2d1e4f5efd1 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574268079821, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574268080229, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726574268, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "219806c9-19ee-4f54-b708-e2d1e4f5efd1", "db_session_id": "SJ2RKB15B6V3NPIBQJTN", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726574268080327, "job": 1, "event": "recovery_finished"} 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aa406b4e00 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: DB pointer 0x55aa407b6000 2024-09-17T11:57:48.509 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: ** DB Stats ** 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: ** Compaction Stats [default] ** 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:57:48.510 INFO:journalctl@ceph.mon.b.smithi089.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: ** Compaction Stats [default] ** 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: 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 Rblob(GB) Wblob(GB) 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:57:48.511 INFO:journalctl@ceph.mon.b.smithi089.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: Cumulative compaction: 0.00 GB write, 0.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: Interval compaction: 0.00 GB write, 0.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: Block cache BinnedLRUCache@0x55aa40685610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: using public_addr v2:172.21.15.89:0/0 -> [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: starting mon.b rank -1 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:48.512 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(???) e0 preinit fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).mds e1 new map 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: e1 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: btime 2024-09-17T11:56:15:710909+0000 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: default 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,11=minor log segments,12=quiesce subvolumes} 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: legacy client fscid: -1 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout: No filesystems configured 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T11:57:48.513 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:48.514 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Deploying cephadm binary to smithi177 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Added host smithi177 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.515 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1758991371' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"} : dispatch 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:48.516 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:48.517 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Saving service mon spec with placement smithi077:172.21.15.77=a;smithi089:172.21.15.89=b;smithi177:172.21.15.177=c;count:3 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Deploying daemon mon.c on smithi177 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/2068699461' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/2969919737' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.a calling monitor election 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.c calling monitor election 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.518 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: monmap epoch 2 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: last_changed 2024-09-17T11:57:39.402595+0000 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:48.519 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: min_mon_release 19 (squid) 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: election_strategy: 1 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: fsmap 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mgrmap e13: x(active, since 41s) 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: overall HEALTH_OK 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: Deploying daemon mon.b on smithi089 2024-09-17T11:57:48.520 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:48.521 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/223049452' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:48.521 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:48.521 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 ceph-mon[28137]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:57:48.521 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 bash[28098]: c2d080890045e53a92679f809b733450aa2a8842393c61deb8bd6277e89e5893 2024-09-17T11:57:48.521 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:48 smithi089 systemd[1]: Started Ceph mon.b for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T11:57:49.445 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:57:49.446 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:57:49.693 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:53.445 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:57:53.446 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":3,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","modified":"2024-09-17T11:57:48.104354Z","created":"2024-09-17T11:56:12.240491Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T11:57:53.446 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 3 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: mon.a calling monitor election 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: mon.c calling monitor election 2024-09-17T11:57:53.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: mon.b calling monitor election 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: monmap epoch 3 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: last_changed 2024-09-17T11:57:48.104354+0000 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:53.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: min_mon_release 19 (squid) 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: election_strategy: 1 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: fsmap 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: mgrmap e13: x(active, since 49s) 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: overall HEALTH_OK 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.448 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: mon.a calling monitor election 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: mon.c calling monitor election 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: mon.b calling monitor election 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: monmap epoch 3 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: last_changed 2024-09-17T11:57:48.104354+0000 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: min_mon_release 19 (squid) 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: election_strategy: 1 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:53.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: fsmap 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: mgrmap e13: x(active, since 49s) 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: overall HEALTH_OK 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:57:53.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: mon.a calling monitor election 2024-09-17T11:57:53.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: mon.c calling monitor election 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: mon.b calling monitor election 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: monmap epoch 3 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:53.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: last_changed 2024-09-17T11:57:48.104354+0000 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: created 2024-09-17T11:56:12.240491+0000 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: min_mon_release 19 (squid) 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: election_strategy: 1 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.a 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.c 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: 2: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.b 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: fsmap 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: mgrmap e13: x(active, since 49s) 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: overall HEALTH_OK 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:53.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:54.010 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T11:57:54.011 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T11:57:54.263 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:57:54.307 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:54 smithi177 ceph-mon[28405]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:54.307 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:54 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:54.307 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:54 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:54.307 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:54 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/2941153613' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:54.307 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:54 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:54.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:54 smithi077 ceph-mon[25438]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:54.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:54 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:54.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:54 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:54.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:54 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/2941153613' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:54.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:54 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:54.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:54 smithi089 ceph-mon[28137]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:54.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:54 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:57:54.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:54 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:54.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:54 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/2941153613' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:57:54.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:54 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:57:54.941 INFO:teuthology.orchestra.run.smithi077.stdout:# minimal ceph.conf for 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:54.941 INFO:teuthology.orchestra.run.smithi077.stdout:[global] 2024-09-17T11:57:54.941 INFO:teuthology.orchestra.run.smithi077.stdout: fsid = 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T11:57:54.941 INFO:teuthology.orchestra.run.smithi077.stdout: mon_host = [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/4275377016' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:55.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.575 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T11:57:55.103+0000 7fa3de877640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-17T11:57:55.575 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.575 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.575 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.575 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/4275377016' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:55.577 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.604 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T11:57:55.604 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:55.604 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:57:55.631 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:55.631 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/4275377016' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:55.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:55.696 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:57:55.696 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:57:55.725 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:57:55.726 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:55.791 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:57:55.791 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:57:55.819 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:57:55.819 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:57:55.885 INFO:tasks.cephadm:Adding mgr.x on smithi077 2024-09-17T11:57:55.885 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch apply mgr '1;smithi077=x' 2024-09-17T11:57:56.170 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.487 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.488 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:57:56.488 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: Reconfiguring daemon mon.a on smithi077 2024-09-17T11:57:56.488 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:56 smithi177 ceph-mon[28405]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:56.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:57:56.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: Reconfiguring daemon mon.a on smithi077 2024-09-17T11:57:56.492 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:56 smithi089 ceph-mon[28137]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: Reconfiguring daemon mon.a on smithi077 2024-09-17T11:57:56.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:56 smithi077 ceph-mon[25438]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:56.774 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mgr update... 2024-09-17T11:57:57.278 DEBUG:tasks.cephadm:set 0 configs 2024-09-17T11:57:57.278 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T11:57:57.278 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T11:57:57.278 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:57:57.297 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:57:57.297 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-09-17T11:57:57.355 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:57:57.355 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:57.355 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 11:57:17.332042297 +0000 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.356 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.356 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:57:57.423 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T11:57:57.423 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T11:57:57.423 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000217853 s, 2.4 MB/s 2024-09-17T11:57:57.424 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:57:57.482 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 11:57:17.363041632 +0000 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.539 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.540 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:57:57.604 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T11:57:57.604 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T11:57:57.604 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000253193 s, 2.0 MB/s 2024-09-17T11:57:57.605 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:57:57.662 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-09-17T11:57:57.718 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:57:57.718 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:57.718 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 11:57:17.400040837 +0000 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.719 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 11:53:22.159131457 +0000 2024-09-17T11:57:57.719 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: Reconfiguring daemon mon.b on smithi089 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:57.781 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: Saving service mgr spec with placement smithi077=x;count:1 2024-09-17T11:57:57.782 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.782 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:57 smithi077 ceph-mon[25438]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:57.783 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T11:57:57.783 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T11:57:57.783 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000189845 s, 2.7 MB/s 2024-09-17T11:57:57.784 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:57:57.841 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-09-17T11:57:57.897 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:57:57.897 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 11:57:17.433040128 +0000 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 11:53:22.162130871 +0000 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 11:53:22.162130871 +0000 2024-09-17T11:57:57.898 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 11:53:22.162130871 +0000 2024-09-17T11:57:57.898 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:57:57.910 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: Reconfiguring daemon mon.b on smithi089 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: Saving service mgr spec with placement smithi077=x;count:1 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:57.911 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:57 smithi089 ceph-mon[28137]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:57.963 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T11:57:57.963 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T11:57:57.963 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000174549 s, 2.9 MB/s 2024-09-17T11:57:57.965 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:57:58.021 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-09-17T11:57:58.021 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:57:58.038 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:57:58.039 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-09-17T11:57:58.096 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:57:58.097 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:58.097 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-17T11:57:58.097 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:58.097 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:58.097 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 11:57:47.567905143 +0000 2024-09-17T11:57:58.098 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 11:53:22.746310675 +0000 2024-09-17T11:57:58.098 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 11:53:22.746310675 +0000 2024-09-17T11:57:58.098 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 11:53:22.746310675 +0000 2024-09-17T11:57:58.098 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:57:58.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:58.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: Reconfiguring daemon mon.b on smithi089 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi077=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: Saving service mgr spec with placement smithi077=x;count:1 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:58.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:57 smithi177 ceph-mon[28405]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:57:58.163 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T11:57:58.163 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T11:57:58.163 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000215691 s, 2.4 MB/s 2024-09-17T11:57:58.164 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:57:58.221 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-09-17T11:57:58.277 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 11:57:47.567905143 +0000 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 11:53:22.747310652 +0000 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 11:53:22.747310652 +0000 2024-09-17T11:57:58.278 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 11:53:22.747310652 +0000 2024-09-17T11:57:58.278 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:57:58.342 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T11:57:58.342 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T11:57:58.342 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000223562 s, 2.3 MB/s 2024-09-17T11:57:58.343 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:57:58.400 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-09-17T11:57:58.456 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:57:58.456 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 11:57:47.568905119 +0000 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.457 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.457 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:57:58.520 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T11:57:58.520 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T11:57:58.520 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000191026 s, 2.7 MB/s 2024-09-17T11:57:58.521 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:57:58.578 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-09-17 11:57:47.568905119 +0000 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.633 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-09-17 11:53:22.745310700 +0000 2024-09-17T11:57:58.633 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:57:58.695 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-09-17T11:57:58.695 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-09-17T11:57:58.696 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000221085 s, 2.3 MB/s 2024-09-17T11:57:58.697 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:57:58.753 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-17T11:57:58.753 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:57:58.771 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T11:57:58.771 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-17 11:57:38.474847362 +0000 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:58.827 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:58.828 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:57:58.891 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-17T11:57:58.892 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-17T11:57:58.892 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000208248 s, 2.5 MB/s 2024-09-17T11:57:58.893 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:57:58.950 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-09-17T11:57:59.005 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-17 11:57:38.475847334 +0000 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.006 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.006 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:57:59.069 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-17T11:57:59.069 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-17T11:57:59.069 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000212505 s, 2.4 MB/s 2024-09-17T11:57:59.070 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:57:59.127 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-17 11:57:38.475847334 +0000 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-17 11:53:22.611985345 +0000 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-17 11:53:22.611985345 +0000 2024-09-17T11:57:59.183 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-17 11:53:22.611985345 +0000 2024-09-17T11:57:59.184 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:57:59.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:57:59.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:59.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:59.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:59.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:58 smithi089 ceph-mon[28137]: Reconfiguring daemon mon.c on smithi177 2024-09-17T11:57:59.246 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.246 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:57:59.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:59.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:59.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:59.247 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:58 smithi177 ceph-mon[28405]: Reconfiguring daemon mon.c on smithi177 2024-09-17T11:57:59.248 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-17T11:57:59.248 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-17T11:57:59.249 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000225642 s, 2.3 MB/s 2024-09-17T11:57:59.250 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:57:59.307 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:57:59.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:58 smithi077 ceph-mon[25438]: Reconfiguring daemon mon.c on smithi177 2024-09-17T11:57:59.362 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:57:59.362 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:57:59.362 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 964 Links: 1 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-17 11:57:38.475847334 +0000 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.363 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-17 11:53:22.610985373 +0000 2024-09-17T11:57:59.363 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:57:59.426 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-17T11:57:59.426 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-17T11:57:59.426 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000205003 s, 2.5 MB/s 2024-09-17T11:57:59.427 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:57:59.483 INFO:tasks.cephadm:Deploying osd.0 on smithi077 with /dev/vg_nvme/lv_4... 2024-09-17T11:57:59.484 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:58:00.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:00.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:00.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:58:00.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:57:59 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:58:00.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:58:00.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:57:59 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:58:00.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:57:59 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:00.611 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:01.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:00 smithi089 ceph-mon[28137]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:58:01.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:00 smithi089 ceph-mon[28137]: Reconfiguring daemon mgr.x on smithi077 2024-09-17T11:58:01.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.329 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:00 smithi077 ceph-mon[25438]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:58:01.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:00 smithi077 ceph-mon[25438]: Reconfiguring daemon mgr.x on smithi077 2024-09-17T11:58:01.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:00 smithi177 ceph-mon[28405]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:58:01.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:00 smithi177 ceph-mon[28405]: Reconfiguring daemon mgr.x on smithi077 2024-09-17T11:58:01.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:01.996 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:01 smithi077 ceph-mon[25438]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:02.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:01 smithi089 ceph-mon[28137]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:02.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:01 smithi177 ceph-mon[28405]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:03.068 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:58:03.094 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2024-09-17T11:58:03.336 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:04 smithi089 ceph-mon[28137]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:04.537 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:04 smithi077 ceph-mon[25438]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:04.537 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:04.537 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:04.537 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:04.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:04 smithi177 ceph-mon[28405]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:04.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:04.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:04.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:05.282 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:05 smithi077 ceph-mon[25438]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:05.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:05 smithi177 ceph-mon[28405]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:05.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:05 smithi089 ceph-mon[28137]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:06.493 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:06 smithi077 ceph-mon[25438]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:06 smithi177 ceph-mon[28405]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:06.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:06 smithi089 ceph-mon[28137]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"} : dispatch 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"}]': finished 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3828258843' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:07.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:07 smithi077 ceph-mon[25438]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:07.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"} : dispatch 2024-09-17T11:58:07.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"}]': finished 2024-09-17T11:58:07.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:58:07.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:07.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3828258843' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:07.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:07 smithi177 ceph-mon[28405]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"} : dispatch 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/2687013460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fe0c6f9-139a-40d3-9d41-5016e43f3313"}]': finished 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3828258843' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:07 smithi089 ceph-mon[28137]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:10.447 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:10 smithi077 ceph-mon[25438]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:10.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:10 smithi089 ceph-mon[28137]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:10.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:10 smithi177 ceph-mon[28405]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:12.471 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:12 smithi077 ceph-mon[25438]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:12.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:12 smithi089 ceph-mon[28137]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:12 smithi177 ceph-mon[28405]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:13.359 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:13 smithi077 ceph-mon[25438]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:13 smithi177 ceph-mon[28405]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:13.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:13 smithi089 ceph-mon[28137]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:14.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:14 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:58:14.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:14 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:14.548 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:14 smithi177 ceph-mon[28405]: Deploying daemon osd.0 on smithi077 2024-09-17T11:58:14.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:14 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:58:14.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:14 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:14.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:14 smithi077 ceph-mon[25438]: Deploying daemon osd.0 on smithi077 2024-09-17T11:58:14.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:14 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:58:14.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:14 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:14.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:14 smithi089 ceph-mon[28137]: Deploying daemon osd.0 on smithi077 2024-09-17T11:58:15.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:15 smithi077 ceph-mon[25438]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:15.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:15 smithi177 ceph-mon[28405]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:15.657 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:15 smithi089 ceph-mon[28137]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:18.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:18 smithi089 ceph-mon[28137]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:18.576 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:18 smithi077 ceph-mon[25438]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:18.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:18 smithi177 ceph-mon[28405]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:20.468 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:20 smithi077 ceph-mon[25438]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:20.468 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:20 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:20.468 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:20 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:20.468 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:20 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:20.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:20 smithi177 ceph-mon[28405]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:20.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:20 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:20.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:20 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:20.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:20 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:20.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:20 smithi089 ceph-mon[28137]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:20.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:20 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:20.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:20 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:20.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:20 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:21.432 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:21 smithi077 ceph-mon[25438]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:21 smithi177 ceph-mon[28405]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:21 smithi089 ceph-mon[28137]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:23.455 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.455 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.455 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:23.456 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:23.456 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.456 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:23 smithi077 ceph-mon[25438]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:23.498 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 0 on host 'smithi077' 2024-09-17T11:58:23.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:23 smithi177 ceph-mon[28405]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:23 smithi089 ceph-mon[28137]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:24.110 DEBUG:teuthology.orchestra.run.smithi077:osd.0> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T11:58:24.112 INFO:tasks.cephadm:Deploying osd.1 on smithi077 with /dev/vg_nvme/lv_3... 2024-09-17T11:58:24.113 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:58:24.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:24 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:24.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:24 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:24 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.621 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:58:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T11:58:24.570+0000 7f0a0020a640 -1 osd.0 0 log_to_monitors true 2024-09-17T11:58:24.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:24 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:24.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:24 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:24 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:24 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:24 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:24 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:24.817 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:25.568 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:25 smithi077 ceph-mon[25438]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:58:25.569 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:25 smithi077 ceph-mon[25438]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:25 smithi177 ceph-mon[28405]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:58:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:25 smithi177 ceph-mon[28405]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:25 smithi089 ceph-mon[28137]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:58:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:25 smithi089 ceph-mon[28137]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:26.355 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-mon[25438]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:58:26.355 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-mon[25438]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:58:26.355 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-mon[25438]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:26.355 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:26 smithi177 ceph-mon[28405]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:58:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:26 smithi177 ceph-mon[28405]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:58:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:26 smithi177 ceph-mon[28405]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:26 smithi089 ceph-mon[28137]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:58:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:26 smithi089 ceph-mon[28137]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:58:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:26 smithi089 ceph-mon[28137]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.051 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T11:58:26.705+0000 7f09fc18d640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T11:58:27.051 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:58:26 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T11:58:26.710+0000 7f09f3fac640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:58:27.330 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T11:58:27.359 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_3 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:58:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' 2024-09-17T11:58:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: from='osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091]' entity='osd.0' 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:58:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:27.871 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:58:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:28 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T11:58:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:28 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T11:58:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:28 smithi077 ceph-mon[25438]: osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091] boot 2024-09-17T11:58:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:28 smithi077 ceph-mon[25438]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:58:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:28 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T11:58:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:28 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T11:58:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:28 smithi177 ceph-mon[28405]: osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091] boot 2024-09-17T11:58:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:28 smithi177 ceph-mon[28405]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:58:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:28 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:28 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T11:58:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:28 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T11:58:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:28 smithi089 ceph-mon[28137]: osd.0 [v2:172.21.15.77:6802/4148370091,v1:172.21.15.77:6803/4148370091] boot 2024-09-17T11:58:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:28 smithi089 ceph-mon[28137]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:58:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:28 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi077 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:29.565 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T11:58:29.566 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.566 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.566 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:29.566 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.566 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:29 smithi177 ceph-mon[28405]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi077 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:29 smithi077 ceph-mon[25438]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:29.585 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:29.585 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:29.585 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:29.585 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.585 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi077 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi077 to 17088M 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:29.586 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:29 smithi089 ceph-mon[28137]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:30.544 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:30 smithi077 ceph-mon[25438]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:58:30.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:30 smithi177 ceph-mon[28405]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:58:30.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:30 smithi089 ceph-mon[28137]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:58:31.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:31 smithi077 ceph-mon[25438]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:31.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:31 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"} : dispatch 2024-09-17T11:58:31.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:31 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"}]': finished 2024-09-17T11:58:31.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:31 smithi077 ceph-mon[25438]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:58:31.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:31.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:31 smithi177 ceph-mon[28405]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:31.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:31 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"} : dispatch 2024-09-17T11:58:31.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:31 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"}]': finished 2024-09-17T11:58:31.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:31 smithi177 ceph-mon[28405]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:58:31.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:31.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:31 smithi089 ceph-mon[28137]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:31.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:31 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"} : dispatch 2024-09-17T11:58:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:31 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/4127502403' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f3ea9bb-15fa-4a31-a246-7832af234dee"}]': finished 2024-09-17T11:58:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:31 smithi089 ceph-mon[28137]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:58:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:32.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:32 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3760422764' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:32.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:32 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3760422764' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:32.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:32 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3760422764' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:33.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:33 smithi177 ceph-mon[28405]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:33.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:33 smithi089 ceph-mon[28137]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:33.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:33 smithi077 ceph-mon[25438]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:36 smithi089 ceph-mon[28137]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:36.529 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:36 smithi077 ceph-mon[25438]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:36.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:36 smithi177 ceph-mon[28405]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:38.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:38 smithi077 ceph-mon[25438]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:38.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:38 smithi177 ceph-mon[28405]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:38.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:38 smithi089 ceph-mon[28137]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:39.294 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:39 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:58:39.294 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:39 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:39.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:58:39.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:39 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:39.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:39 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:58:39.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:39 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:40.439 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:40 smithi077 ceph-mon[25438]: Deploying daemon osd.1 on smithi077 2024-09-17T11:58:40.439 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:40 smithi077 ceph-mon[25438]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:40.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:40 smithi177 ceph-mon[28405]: Deploying daemon osd.1 on smithi077 2024-09-17T11:58:40.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:40 smithi177 ceph-mon[28405]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:40.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:40 smithi089 ceph-mon[28137]: Deploying daemon osd.1 on smithi077 2024-09-17T11:58:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:40 smithi089 ceph-mon[28137]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:41 smithi077 ceph-mon[25438]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:41.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:41 smithi177 ceph-mon[28405]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:41.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:41 smithi089 ceph-mon[28137]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:44.452 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:44 smithi077 ceph-mon[25438]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:44 smithi177 ceph-mon[28405]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:44.688 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:44 smithi089 ceph-mon[28137]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:45.368 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:45 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:45.368 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:45 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:45.368 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:45 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:45.625 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:45 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:45.625 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:45 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:45.625 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:45 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:45.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:45 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:45.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:45 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:45.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:45 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:46.507 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:46 smithi077 ceph-mon[25438]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:46.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:46 smithi177 ceph-mon[28405]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:46.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:46 smithi089 ceph-mon[28137]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:47.570 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:47 smithi077 ceph-mon[25438]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:47.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:47 smithi177 ceph-mon[28405]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:47.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:47 smithi089 ceph-mon[28137]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:48.171 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 1 on host 'smithi077' 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:48.502 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:48 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:48 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:48 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:48.818 DEBUG:teuthology.orchestra.run.smithi077:osd.1> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T11:58:48.820 INFO:tasks.cephadm:Deploying osd.2 on smithi089 with /dev/vg_nvme/lv_4... 2024-09-17T11:58:48.821 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:58:49.071 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:58:49.442 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:49 smithi089 ceph-mon[28137]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:49.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:49 smithi077 ceph-mon[25438]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:49.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:49 smithi177 ceph-mon[28405]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:49.910 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:58:49 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T11:58:49.704+0000 7f2d8d707640 -1 osd.1 0 log_to_monitors true 2024-09-17T11:58:50.411 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:50 smithi089 ceph-mon[28137]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:58:50.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:50 smithi077 ceph-mon[25438]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:58:50.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:50 smithi177 ceph-mon[28405]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:58:51.364 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:58:51.389 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_4 2024-09-17T11:58:51.412 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:51 smithi089 ceph-mon[28137]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:58:51.412 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:51 smithi089 ceph-mon[28137]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:58:51.412 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:51 smithi089 ceph-mon[28137]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:51.412 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:51 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:51.412 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:51 smithi089 ceph-mon[28137]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:51.524 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-mon[25438]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:58:51.524 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-mon[25438]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:58:51.525 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-mon[25438]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:51.525 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:51.525 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-mon[25438]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:51.628 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:51 smithi177 ceph-mon[28405]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:51 smithi177 ceph-mon[28405]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:51 smithi177 ceph-mon[28405]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T11:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:51 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:51 smithi177 ceph-mon[28405]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:52.080 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T11:58:51.776+0000 7f2d8968a640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T11:58:52.080 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:58:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T11:58:51.778+0000 7f2d814a9640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:58:52.624 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:52.653 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:58:52.653 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.653 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.654 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi077 2024-09-17T11:58:52.654 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.654 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.654 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.654 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi077 to 8544M 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.655 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' 2024-09-17T11:58:52.656 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:52.656 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:52.656 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:52 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:52.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:52.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:58:52.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.657 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi077 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi077 to 8544M 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' 2024-09-17T11:58:52.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:52.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:52.660 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:52 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:52.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T11:58:52.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:58:52.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi077 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi077 to 8544M 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616]' entity='osd.1' 2024-09-17T11:58:52.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:58:52.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:58:52.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:52 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616] boot 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:58:53.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.639 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:53 smithi089 ceph-mon[28137]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T11:58:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T11:58:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616] boot 2024-09-17T11:58:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:58:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:53 smithi177 ceph-mon[28405]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: osd.1 [v2:172.21.15.77:6810/151462616,v1:172.21.15.77:6811/151462616] boot 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:58:53.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:53 smithi077 ceph-mon[25438]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: from='client.? 172.21.15.89:0/1406372429' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"}]': finished 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: from='client.? 172.21.15.89:0/579911724' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:55.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:55 smithi089 ceph-mon[28137]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:58:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:58:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: from='client.? 172.21.15.89:0/1406372429' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"}]': finished 2024-09-17T11:58:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:58:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:58:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: from='client.? 172.21.15.89:0/579911724' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:55 smithi177 ceph-mon[28405]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: from='client.? 172.21.15.89:0/1406372429' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"} : dispatch 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc346267-4116-41b3-b6dc-993d55b9c928"}]': finished 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:58:55.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: from='client.? 172.21.15.89:0/579911724' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:58:55.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:55 smithi077 ceph-mon[25438]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:58:58.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:58:58 smithi077 ceph-mon[25438]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:58:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:58:58 smithi177 ceph-mon[28405]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:58:58.679 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:58:58 smithi089 ceph-mon[28137]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:00.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:00 smithi077 ceph-mon[25438]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:00.611 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:00 smithi089 ceph-mon[28137]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:00.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:00 smithi177 ceph-mon[28405]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:01.535 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:01 smithi089 ceph-mon[28137]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:01.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:01 smithi077 ceph-mon[25438]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:01.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:01 smithi177 ceph-mon[28405]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:02.446 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:02 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:59:02.446 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:02 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:02.446 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:02 smithi089 ceph-mon[28137]: Deploying daemon osd.2 on smithi089 2024-09-17T11:59:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:02 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:59:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:02 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:02 smithi077 ceph-mon[25438]: Deploying daemon osd.2 on smithi089 2024-09-17T11:59:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:02 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:59:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:02 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:02 smithi177 ceph-mon[28405]: Deploying daemon osd.2 on smithi089 2024-09-17T11:59:03.386 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:03 smithi089 ceph-mon[28137]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:03.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:03 smithi077 ceph-mon[25438]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:03.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:03 smithi177 ceph-mon[28405]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:06.531 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:06 smithi089 ceph-mon[28137]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:06.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:06 smithi077 ceph-mon[25438]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:06 smithi177 ceph-mon[28405]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:08.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:08 smithi077 ceph-mon[25438]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:08.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:08.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:08.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:08.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:08 smithi177 ceph-mon[28405]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:08.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:08.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:08.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:08.730 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:08 smithi089 ceph-mon[28137]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:08.730 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:08.731 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:08.731 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:09.534 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:09 smithi089 ceph-mon[28137]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:09.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:09 smithi077 ceph-mon[25438]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:09.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:09 smithi177 ceph-mon[28405]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:11.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.703 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.703 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:11.703 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:11.703 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.703 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:11 smithi089 ceph-mon[28137]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:11.739 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 2 on host 'smithi089' 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:11 smithi077 ceph-mon[25438]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:11.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:11.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:11.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:11.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:11 smithi177 ceph-mon[28405]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:12.311 DEBUG:teuthology.orchestra.run.smithi089:osd.2> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T11:59:12.354 INFO:tasks.cephadm:Deploying osd.3 on smithi089 with /dev/vg_nvme/lv_3... 2024-09-17T11:59:12.354 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:59:12.587 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:12.587 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.587 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.587 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-mon[28137]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:12.587 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-mon[28137]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:12.587 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:12 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T11:59:12.460+0000 7f0cc594c640 -1 osd.2 0 log_to_monitors true 2024-09-17T11:59:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:12 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:12 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:12 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:12 smithi077 ceph-mon[25438]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:12 smithi077 ceph-mon[25438]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:12.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:12 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:12.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:12 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:12 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:12.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:12 smithi177 ceph-mon[28405]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:12.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:12 smithi177 ceph-mon[28405]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:59:13.006 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:13.952 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:13 smithi089 ceph-mon[28137]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:14.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:13 smithi077 ceph-mon[25438]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:14.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:59:14.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: from='osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:14.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:59:14.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:14.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:14.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:13 smithi177 ceph-mon[28405]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:14.240 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T11:59:14.169+0000 7f0cc18cf640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T11:59:14.240 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T11:59:14.172+0000 7f0cb96ee640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:59:14.989 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-mon[28137]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:14.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-mon[28137]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:59:14.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:14.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:14 smithi089 ceph-mon[28137]: from='osd.2 ' entity='osd.2' 2024-09-17T11:59:15.047 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:14 smithi177 ceph-mon[28405]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:15.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:14 smithi177 ceph-mon[28405]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:59:15.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:14 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:15.048 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:14 smithi177 ceph-mon[28405]: from='osd.2 ' entity='osd.2' 2024-09-17T11:59:15.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:14 smithi077 ceph-mon[25438]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:15.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:14 smithi077 ceph-mon[25438]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:59:15.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:14 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:15.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:14 smithi077 ceph-mon[25438]: from='osd.2 ' entity='osd.2' 2024-09-17T11:59:15.974 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T11:59:15.974 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263] boot 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:15.975 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:15 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:16.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T11:59:16.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T11:59:16.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:16.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263] boot 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:16.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:16.082 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:15 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:16.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: osd.2 [v2:172.21.15.89:6800/3268535263,v1:172.21.15.89:6801/3268535263] boot 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:16.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:16.148 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:15 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi089 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi089 to 21183M 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:59:17.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:16 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi089 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi089 to 21183M 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:59:17.121 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:16 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:17.124 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-09-17T11:59:17.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi089 2024-09-17T11:59:17.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi089 to 21183M 2024-09-17T11:59:17.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:17.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:17.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:59:17.147 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:16 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:59:17.150 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi089:vg_nvme/lv_3 2024-09-17T11:59:17.401 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48587]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48587]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48587]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48587]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48590]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48590]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48590]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.481 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48590]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48593]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48593]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48593]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48593]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48596]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48596]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48596]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.482 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48596]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35015]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35015]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35015]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35015]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35025]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35025]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35025]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.701 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35025]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35028]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35028]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35028]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35028]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35031]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35031]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35031]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.702 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:17 smithi089 sudo[35031]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48599]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48599]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48599]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48599]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48602]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48602]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48602]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:17 smithi077 sudo[48602]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29985]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29985]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29985]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29985]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29988]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29988]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29988]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:59:17.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:17 smithi177 sudo[29988]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:59:18.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:18.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:59:18.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:18.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:18.242 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:18 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:59:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:18.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:18 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:18.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: pgmap v77: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:18.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:18 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:19.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:19 smithi089 ceph-mon[28137]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:19.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:19 smithi089 ceph-mon[28137]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:59:19.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:19 smithi077 ceph-mon[25438]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:19.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:19 smithi077 ceph-mon[25438]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:59:19.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:19 smithi177 ceph-mon[28405]: from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi089:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:19.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:19 smithi177 ceph-mon[28405]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:59:20.265 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:20 smithi089 ceph-mon[28137]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:20.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:20 smithi077 ceph-mon[25438]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:20.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:20 smithi177 ceph-mon[28405]: pgmap v79: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: mgrmap e14: x(active, since 2m) 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: from='client.? 172.21.15.89:0/1480775333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"}]': finished 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:21.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:21 smithi089 ceph-mon[28137]: from='client.? 172.21.15.89:0/3182341022' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: mgrmap e14: x(active, since 2m) 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: from='client.? 172.21.15.89:0/1480775333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"}]': finished 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:21 smithi077 ceph-mon[25438]: from='client.? 172.21.15.89:0/3182341022' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:21.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: mgrmap e14: x(active, since 2m) 2024-09-17T11:59:21.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: from='client.? 172.21.15.89:0/1480775333' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"} : dispatch 2024-09-17T11:59:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1deb9dce-eff7-4add-9039-7b7d1c426121"}]': finished 2024-09-17T11:59:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:59:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:21.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:21 smithi177 ceph-mon[28405]: from='client.? 172.21.15.89:0/3182341022' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:22.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:22 smithi089 ceph-mon[28137]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:22.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:22 smithi077 ceph-mon[25438]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:22.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:22 smithi177 ceph-mon[28405]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:24.464 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:24 smithi089 ceph-mon[28137]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:24.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:24 smithi077 ceph-mon[25438]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:24.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:24 smithi177 ceph-mon[28405]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:26.469 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:26 smithi089 ceph-mon[28137]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:26.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:26 smithi077 ceph-mon[25438]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:26.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:26 smithi177 ceph-mon[28405]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:28.362 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:28 smithi089 ceph-mon[28137]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:28.362 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:28 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:59:28.362 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:28 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:28 smithi077 ceph-mon[25438]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:59:28.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:28 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:28 smithi177 ceph-mon[28405]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:28 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:59:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:28 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:29.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:29 smithi089 ceph-mon[28137]: Deploying daemon osd.3 on smithi089 2024-09-17T11:59:29.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:29 smithi077 ceph-mon[25438]: Deploying daemon osd.3 on smithi089 2024-09-17T11:59:29.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:29 smithi177 ceph-mon[28405]: Deploying daemon osd.3 on smithi089 2024-09-17T11:59:30.441 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:30 smithi089 ceph-mon[28137]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:30.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:30 smithi077 ceph-mon[25438]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:30.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:30 smithi177 ceph-mon[28405]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:32.472 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:32 smithi089 ceph-mon[28137]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:32.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:32 smithi077 ceph-mon[25438]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:32.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:32 smithi177 ceph-mon[28405]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:34.485 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:34 smithi089 ceph-mon[28137]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:34.485 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:34 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:34.486 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:34 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:34.486 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:34 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:34 smithi077 ceph-mon[25438]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:34.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:34 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:34.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:34 smithi177 ceph-mon[28405]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:34.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:34 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:34.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:34 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:34.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:34 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:36.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:36 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.582 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:36.583 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.583 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.583 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:36.583 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:36.583 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:36 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:36.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:36.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:36.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:36.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:36 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:37.612 INFO:teuthology.orchestra.run.smithi089.stdout:Created osd(s) 3 on host 'smithi089' 2024-09-17T11:59:38.261 DEBUG:teuthology.orchestra.run.smithi089:osd.3> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T11:59:38.263 INFO:tasks.cephadm:Deploying osd.4 on smithi177 with /dev/vg_nvme/lv_4... 2024-09-17T11:59:38.263 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:59:38.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:38 smithi089 ceph-mon[28137]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:38.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:38 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:38.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:38 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:38.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:38 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:38.516 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:59:38.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:38 smithi077 ceph-mon[25438]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:38.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:38 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:38.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:38 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:38.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:38 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:38.627 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:38 smithi177 ceph-mon[28405]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:38.628 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:38 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:38.628 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:38 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:38.628 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:38 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:39.225 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 11:59:38 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T11:59:38.958+0000 7ff123fcd640 -1 osd.3 0 log_to_monitors true 2024-09-17T11:59:39.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:39 smithi089 ceph-mon[28137]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:39.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:39 smithi089 ceph-mon[28137]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:39.507 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:39 smithi177 ceph-mon[28405]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:39.507 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:39 smithi177 ceph-mon[28405]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:39.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:39 smithi077 ceph-mon[25438]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:39.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:39 smithi077 ceph-mon[25438]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:40.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:40 smithi177 ceph-mon[28405]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:59:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:59:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-mon[28137]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: from='osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:40.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:40 smithi077 ceph-mon[25438]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]} : dispatch 2024-09-17T11:59:40.825 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T11:59:40.850 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-09-17T11:59:40.922 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T11:59:40.666+0000 7ff11ff50640 -1 osd.3 0 waiting for initial osdmap 2024-09-17T11:59:40.922 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 11:59:40 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T11:59:40.669+0000 7ff117d6f640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:59:41.091 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='osd.3 ' entity='osd.3' 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750] boot 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:41 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='osd.3 ' entity='osd.3' 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750] boot 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.556 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.557 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:41 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='osd.3 ' entity='osd.3' 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: osd.3 [v2:172.21.15.89:6808/1293654750,v1:172.21.15.89:6809/1293654750] boot 2024-09-17T11:59:41.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:59:41.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:41 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi089 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi089 to 10591M 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:42 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:42.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T11:59:42.544 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi089 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi089 to 10591M 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:42.545 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:42 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi089 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi089 to 10591M 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:59:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:42 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:43.575 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:43 smithi177 ceph-mon[28405]: from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:43.575 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:43 smithi177 ceph-mon[28405]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:59:43.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:43 smithi077 ceph-mon[25438]: from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:43.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:43 smithi077 ceph-mon[25438]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:59:43.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:43 smithi089 ceph-mon[28137]: from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:59:43.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:43 smithi089 ceph-mon[28137]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/1137901543' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"}]': finished 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:59:44.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:44 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/1137901543' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"}]': finished 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:59:44.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:44 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/1137901543' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"} : dispatch 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1"}]': finished 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:59:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:44 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:59:45.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:45 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/2388476359' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:45.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:45 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/2388476359' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:45.592 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:45 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/2388476359' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:59:46.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:46 smithi077 ceph-mon[25438]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:46.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:46 smithi177 ceph-mon[28405]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:46.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:46 smithi089 ceph-mon[28137]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:48.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:48 smithi177 ceph-mon[28405]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:59:48.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:48 smithi077 ceph-mon[25438]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:59:48.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:48 smithi089 ceph-mon[28137]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T11:59:49.299 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:49 smithi177 ceph-mon[28405]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T11:59:49.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:49 smithi077 ceph-mon[25438]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T11:59:49.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:49 smithi089 ceph-mon[28137]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T11:59:51.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:51 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:59:51.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:51 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:51.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:51 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:59:51.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:51 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:51 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:59:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:51 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:59:52.380 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:52 smithi177 ceph-mon[28405]: Deploying daemon osd.4 on smithi177 2024-09-17T11:59:52.380 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:52 smithi177 ceph-mon[28405]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T11:59:52.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:52 smithi089 ceph-mon[28137]: Deploying daemon osd.4 on smithi177 2024-09-17T11:59:52.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:52 smithi089 ceph-mon[28137]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T11:59:52.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:52 smithi077 ceph-mon[25438]: Deploying daemon osd.4 on smithi177 2024-09-17T11:59:52.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:52 smithi077 ceph-mon[25438]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T11:59:54.507 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:54 smithi177 ceph-mon[28405]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:59:54.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:54 smithi077 ceph-mon[25438]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:59:54.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:54 smithi089 ceph-mon[28137]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:59:55.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:55 smithi077 ceph-mon[25438]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:59:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:55 smithi177 ceph-mon[28405]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:59:55.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:55 smithi089 ceph-mon[28137]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:59:58.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:58 smithi177 ceph-mon[28405]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:59:58.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:58.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:58.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:58 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:58.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:58 smithi077 ceph-mon[25438]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:59:58.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:58.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:58.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:58 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:58 smithi089 ceph-mon[28137]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:59:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:59:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:58 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T11:59:59.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 11:59:59 smithi177 ceph-mon[28405]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:59.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 11:59:59 smithi077 ceph-mon[25438]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T11:59:59.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 11:59:59 smithi089 ceph-mon[28137]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:00.969 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:00.970 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:00.970 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: overall HEALTH_OK 2024-09-17T12:00:00.970 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:00.970 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:00.970 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:00 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: overall HEALTH_OK 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:00.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:00 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.009 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 4 on host 'smithi177' 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: overall HEALTH_OK 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:01.081 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:00 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.727 DEBUG:teuthology.orchestra.run.smithi177:osd.4> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T12:00:01.729 INFO:tasks.cephadm:Deploying osd.5 on smithi177 with /dev/vg_nvme/lv_3... 2024-09-17T12:00:01.729 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T12:00:01.980 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:01 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:01.981 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:01 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.981 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:01 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.981 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:01 smithi177 ceph-mon[28405]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:01.989 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:01 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:01.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:01 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:01 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:01.990 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:01 smithi089 ceph-mon[28137]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:02.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:01 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:02.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:01 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:02.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:01 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:02.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:01 smithi077 ceph-mon[25438]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:02.745 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:00:02 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:00:02.607+0000 7f56533e2640 -1 osd.4 0 log_to_monitors true 2024-09-17T12:00:02.748 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:00:03.273 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:03 smithi177 ceph-mon[28405]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:03.274 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:03 smithi177 ceph-mon[28405]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:03.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:03 smithi077 ceph-mon[25438]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:03.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:03 smithi077 ceph-mon[25438]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:03.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:03 smithi089 ceph-mon[28137]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:03.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:03 smithi089 ceph-mon[28137]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:00:04.112 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:00:04.112 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:00:04.112 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:04.113 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.113 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.113 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-mon[28405]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:04.113 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:00:04.020+0000 7f564f365640 -1 osd.4 0 waiting for initial osdmap 2024-09-17T12:00:04.113 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:00:04 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:00:04.024+0000 7f564b18c640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:04 smithi077 ceph-mon[25438]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: from='osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:04.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:04 smithi089 ceph-mon[28137]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:05.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:05 smithi077 ceph-mon[25438]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:05.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:05 smithi077 ceph-mon[25438]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:00:05.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:05 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:05.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:05 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:05.366 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:05 smithi177 ceph-mon[28405]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:05.366 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:05 smithi177 ceph-mon[28405]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:00:05.366 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:05 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:05.366 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:05 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:05.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:05 smithi089 ceph-mon[28137]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:05.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:05 smithi089 ceph-mon[28137]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:00:05.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:05 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:05.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:05 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:06.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T12:00:06.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T12:00:06.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205] boot 2024-09-17T12:00:06.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:06 smithi077 ceph-mon[25438]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:00:06.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205] boot 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:06.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:06 smithi177 ceph-mon[28405]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: osd.4 [v2:172.21.15.177:6800/2631759205,v1:172.21.15.177:6801/2631759205] boot 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:06.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:06.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:06.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:06.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:06 smithi089 ceph-mon[28137]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:00:06.733 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-17T12:00:06.759 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_3 2024-09-17T12:00:07.000 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:00:07.280 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:07 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi177 2024-09-17T12:00:07.280 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:07 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi177 to 21183M 2024-09-17T12:00:07.280 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:07 smithi177 ceph-mon[28405]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:00:07.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:07 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi177 2024-09-17T12:00:07.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:07 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi177 to 21183M 2024-09-17T12:00:07.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:07 smithi077 ceph-mon[25438]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:00:07.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:07 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi177 2024-09-17T12:00:07.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:07 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi177 to 21183M 2024-09-17T12:00:07.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:07 smithi089 ceph-mon[28137]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:00:08.328 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:08 smithi177 ceph-mon[28405]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:08.328 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:00:08.328 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:00:08.328 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:08 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:08.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:08 smithi077 ceph-mon[25438]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:08.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:00:08.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:00:08.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:08 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:08.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:08 smithi089 ceph-mon[28137]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:08.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:00:08.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:00:08.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:08 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:09.216 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:09 smithi177 ceph-mon[28405]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:00:09.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:09 smithi077 ceph-mon[25438]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:00:09.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:09 smithi089 ceph-mon[28137]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/1604868915' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"}]': finished 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T12:00:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:10 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:10.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/1604868915' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"}]': finished 2024-09-17T12:00:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T12:00:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:10 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: pgmap v116: 1 pgs: 1 peering; 577 KiB data, 134 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/1604868915' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"} : dispatch 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e64d5aa5-7358-421c-ad91-4220af91c784"}]': finished 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T12:00:10.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:10 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:11.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:11 smithi077 ceph-mon[25438]: from='client.? 172.21.15.177:0/65080851' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:00:11.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:11 smithi177 ceph-mon[28405]: from='client.? 172.21.15.177:0/65080851' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:00:11.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:11 smithi089 ceph-mon[28137]: from='client.? 172.21.15.177:0/65080851' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:00:12.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:12 smithi077 ceph-mon[25438]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:12.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:12 smithi177 ceph-mon[28405]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:12.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:12 smithi089 ceph-mon[28137]: pgmap v118: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:13.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:13 smithi077 ceph-mon[25438]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:00:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:13 smithi177 ceph-mon[28405]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:00:13.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:13 smithi089 ceph-mon[28137]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:00:15.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:15 smithi077 ceph-mon[25438]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:15.644 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:15 smithi177 ceph-mon[28405]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:15.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:15 smithi089 ceph-mon[28137]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:17.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:17 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:00:17.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:17 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:17.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:17 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:00:17.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:17 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:17.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:17 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:00:17.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:17 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:18.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:18 smithi177 ceph-mon[28405]: Deploying daemon osd.5 on smithi177 2024-09-17T12:00:18.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:18 smithi177 ceph-mon[28405]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:18.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:18 smithi089 ceph-mon[28137]: Deploying daemon osd.5 on smithi177 2024-09-17T12:00:18.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:18 smithi089 ceph-mon[28137]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:18 smithi077 ceph-mon[25438]: Deploying daemon osd.5 on smithi177 2024-09-17T12:00:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:18 smithi077 ceph-mon[25438]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:19.562 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:19 smithi177 ceph-mon[28405]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:19.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:19 smithi077 ceph-mon[25438]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:19.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:19 smithi089 ceph-mon[28137]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:21.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:21 smithi077 ceph-mon[25438]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:21.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:21 smithi177 ceph-mon[28405]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:21.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:21 smithi089 ceph-mon[28137]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:23.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:23.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:23.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:23 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:23.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:23.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:23.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:23 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:23.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:23.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:23.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:23 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:24.445 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:24 smithi177 ceph-mon[28405]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:24.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:24 smithi089 ceph-mon[28137]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:24.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:24 smithi077 ceph-mon[25438]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:25.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:25 smithi077 ceph-mon[25438]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:25.617 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:25 smithi177 ceph-mon[28405]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:25.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:25 smithi089 ceph-mon[28137]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:26.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:26 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:26 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:26 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.001 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 5 on host 'smithi177' 2024-09-17T12:00:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:27 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:27 smithi177 ceph-mon[28405]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:27.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:27 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:27 smithi089 ceph-mon[28137]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:27.801 DEBUG:teuthology.orchestra.run.smithi177:osd.5> sudo journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T12:00:27.804 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-17T12:00:27.805 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T12:00:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:00:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:27 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:27 smithi077 ceph-mon[25438]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:28.043 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:00:27 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:00:27.869+0000 7fe3a7197640 -1 osd.5 0 log_to_monitors true 2024-09-17T12:00:28.060 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:28.525 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:28 smithi077 ceph-mon[25438]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.525 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:28 smithi077 ceph-mon[25438]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.645 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:28 smithi177 ceph-mon[28405]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.645 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:28 smithi177 ceph-mon[28405]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:28 smithi089 ceph-mon[28137]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:28 smithi089 ceph-mon[28137]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:00:28.789 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:29.472 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1726574405,"num_in_osds":6,"osd_in_since":1726574409,"num_remapped_pgs":0} 2024-09-17T12:00:29.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:00:29.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:00:29.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:29.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3271793405' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:29.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-mon[28405]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3271793405' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:29 smithi089 ceph-mon[28137]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: from='osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3271793405' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:29 smithi077 ceph-mon[25438]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:30.147 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:00:29.850+0000 7fe3a392e640 -1 osd.5 0 waiting for initial osdmap 2024-09-17T12:00:30.147 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:00:29 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:00:29.854+0000 7fe39af39640 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:00:30.473 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T12:00:30.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:30 smithi177 ceph-mon[28405]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:30.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:30 smithi177 ceph-mon[28405]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:00:30.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:30 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:30 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.678 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:30 smithi177 ceph-mon[28405]: from='osd.5 ' entity='osd.5' 2024-09-17T12:00:30.727 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:30 smithi089 ceph-mon[28137]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:30 smithi089 ceph-mon[28137]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:00:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:30 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:30 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:30 smithi089 ceph-mon[28137]: from='osd.5 ' entity='osd.5' 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:30 smithi077 ceph-mon[25438]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:30 smithi077 ceph-mon[25438]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:30 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:30 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:30.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:30 smithi077 ceph-mon[25438]: from='osd.5 ' entity='osd.5' 2024-09-17T12:00:31.374 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:31.675 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: purged_snaps scrub starts 2024-09-17T12:00:31.675 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: purged_snaps scrub ok 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531] boot 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: Detected new or changed devices on smithi177 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi177 to 10591M 2024-09-17T12:00:31.676 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:31.677 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:31 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3746706060' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: purged_snaps scrub starts 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: purged_snaps scrub ok 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531] boot 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: Detected new or changed devices on smithi177 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi177 to 10591M 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:31.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:31 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3746706060' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: purged_snaps scrub starts 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: purged_snaps scrub ok 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: osd.5 [v2:172.21.15.177:6808/3100300531,v1:172.21.15.177:6809/3100300531] boot 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: Detected new or changed devices on smithi177 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi177 to 10591M 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:00:31.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:31 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3746706060' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:00:32.003 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":38,"num_osds":6,"num_up_osds":6,"osd_up_since":1726574430,"num_in_osds":6,"osd_in_since":1726574409,"num_remapped_pgs":0} 2024-09-17T12:00:32.004 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:00:32.241 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:32.846 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:32.846 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":39,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","created":"2024-09-17T11:56:15.711107+0000","modified":"2024-09-17T12:00:31.807800+0000","last_up_change":"2024-09-17T12:00:30.414930+0000","last_in_change":"2024-09-17T12:00:09.893516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:59:15.472576+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9fe0c6f9-139a-40d3-9d41-5016e43f3313","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6803","nonce":4148370091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6805","nonce":4148370091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6809","nonce":4148370091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6807","nonce":4148370091}]},"public_addr":"172.21.15.77:6803/4148370091","cluster_addr":"172.21.15.77:6805/4148370091","heartbeat_back_addr":"172.21.15.77:6809/4148370091","heartbeat_front_addr":"172.21.15.77:6807/4148370091","state":["exists","up"]},{"osd":1,"uuid":"4f3ea9bb-15fa-4a31-a246-7832af234dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6811","nonce":151462616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6813","nonce":151462616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6817","nonce":151462616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6815","nonce":151462616}]},"public_addr":"172.21.15.77:6811/151462616","cluster_addr":"172.21.15.77:6813/151462616","heartbeat_back_addr":"172.21.15.77:6817/151462616","heartbeat_front_addr":"172.21.15.77:6815/151462616","state":["exists","up"]},{"osd":2,"uuid":"cc346267-4116-41b3-b6dc-993d55b9c928","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6801","nonce":3268535263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6803","nonce":3268535263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6807","nonce":3268535263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6805","nonce":3268535263}]},"public_addr":"172.21.15.89:6801/3268535263","cluster_addr":"172.21.15.89:6803/3268535263","heartbeat_back_addr":"172.21.15.89:6807/3268535263","heartbeat_front_addr":"172.21.15.89:6805/3268535263","state":["exists","up"]},{"osd":3,"uuid":"1deb9dce-eff7-4add-9039-7b7d1c426121","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6809","nonce":1293654750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6811","nonce":1293654750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6815","nonce":1293654750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6813","nonce":1293654750}]},"public_addr":"172.21.15.89:6809/1293654750","cluster_addr":"172.21.15.89:6811/1293654750","heartbeat_back_addr":"172.21.15.89:6815/1293654750","heartbeat_front_addr":"172.21.15.89:6813/1293654750","state":["exists","up"]},{"osd":4,"uuid":"ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6801","nonce":2631759205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6803","nonce":2631759205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6807","nonce":2631759205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6805","nonce":2631759205}]},"public_addr":"172.21.15.177:6801/2631759205","cluster_addr":"172.21.15.177:6803/2631759205","heartbeat_back_addr":"172.21.15.177:6807/2631759205","heartbeat_front_addr":"172.21.15.177:6805/2631759205","state":["exists","up"]},{"osd":5,"uuid":"e64d5aa5-7358-421c-ad91-4220af91c784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6809","nonce":3100300531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6811","nonce":3100300531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6815","nonce":3100300531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6813","nonce":3100300531}]},"public_addr":"172.21.15.177:6809/3100300531","cluster_addr":"172.21.15.177:6811/3100300531","heartbeat_back_addr":"172.21.15.177:6815/3100300531","heartbeat_front_addr":"172.21.15.177:6813/3100300531","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:25.532828+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:50.703182+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:13.444235+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:39.945094+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:03.596682+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:28.843440+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/2378219937":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/4293089504":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6801/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/2290460269":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6800/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/500161769":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/3494958941":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6801/1980830521":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/4283672":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6800/1980830521":"2024-09-18T11:56:37.835004+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:00:33.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:32 smithi077 ceph-mon[25438]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:00:33.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:32 smithi177 ceph-mon[28405]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:00:33.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:32 smithi089 ceph-mon[28137]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:00:33.552 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T11:59:15.472576+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T12:00:33.552 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T12:00:33.789 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:34.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:33 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1836593564' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:34.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:33 smithi077 ceph-mon[25438]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:34.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:33 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1836593564' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:34.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:33 smithi177 ceph-mon[28405]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:34.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:33 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1836593564' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:34.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:33 smithi089 ceph-mon[28137]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:34.435 INFO:teuthology.orchestra.run.smithi077.stdout:pg_num: 1 2024-09-17T12:00:35.007 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:34 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1742804981' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:00:35.035 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T12:00:35.036 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T12:00:35.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:34 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1742804981' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:00:35.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:34 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1742804981' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:00:35.272 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:35.973 INFO:teuthology.orchestra.run.smithi077.stdout:[client.0] 2024-09-17T12:00:35.973 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBjb+lmUafeORAA2KIrkDKMWr6YjHUn/tiw9w== 2024-09-17T12:00:35.973 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:35 smithi077 ceph-mon[25438]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:36.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:35 smithi177 ceph-mon[28405]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:36.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:35 smithi089 ceph-mon[28137]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:36.584 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:00:36.584 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T12:00:36.584 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T12:00:36.622 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-17T12:00:36.901 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:37.123 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:36 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:00:37.124 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:36 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:00:37.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:36 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:00:37.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:36 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:00:37.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:36 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:00:37.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:36 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/1380116802' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:00:37.509 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:38.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:37 smithi077 ceph-mon[25438]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:00:38.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:37 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/2650957507' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:00:38.099 INFO:teuthology.orchestra.run.smithi077.stdout:[{"version":20,"timestamp":"2024-09-17T12:00:30.716693+0000","name":"","changes":[{"name":"osd/host:smithi177/osd_memory_target","previous_value":"22212913971","new_value":"11106456985"}]}] 2024-09-17T12:00:38.099 INFO:tasks.ceph_manager:config epoch is 20 2024-09-17T12:00:38.100 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T12:00:38.100 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T12:00:38.100 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T12:00:38.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:37 smithi177 ceph-mon[28405]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:00:38.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:37 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/2650957507' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:00:38.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:37 smithi089 ceph-mon[28137]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:00:38.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:37 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/2650957507' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:00:38.343 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:38.975 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:39.292 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:39 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3771222088' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:00:39.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:39 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3771222088' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:00:39.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:39 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3771222088' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:00:39.581 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":260922602},{"type":"v1","addr":"172.21.15.77:6801","nonce":260922602}]},"active_addr":"172.21.15.77:6801/260922602","active_change":"2024-09-17T11:57:03.166595+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.77:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":1564640640}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":475651794}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":3702922889}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":2008466015}]}]} 2024-09-17T12:00:39.585 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T12:00:39.585 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T12:00:39.586 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:00:39.821 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:40.192 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:40 smithi077 ceph-mon[25438]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:40.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:40 smithi177 ceph-mon[28405]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:40.454 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:40.454 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":39,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","created":"2024-09-17T11:56:15.711107+0000","modified":"2024-09-17T12:00:31.807800+0000","last_up_change":"2024-09-17T12:00:30.414930+0000","last_in_change":"2024-09-17T12:00:09.893516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:59:15.472576+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9fe0c6f9-139a-40d3-9d41-5016e43f3313","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6803","nonce":4148370091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6805","nonce":4148370091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6809","nonce":4148370091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6807","nonce":4148370091}]},"public_addr":"172.21.15.77:6803/4148370091","cluster_addr":"172.21.15.77:6805/4148370091","heartbeat_back_addr":"172.21.15.77:6809/4148370091","heartbeat_front_addr":"172.21.15.77:6807/4148370091","state":["exists","up"]},{"osd":1,"uuid":"4f3ea9bb-15fa-4a31-a246-7832af234dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6811","nonce":151462616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6813","nonce":151462616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6817","nonce":151462616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6815","nonce":151462616}]},"public_addr":"172.21.15.77:6811/151462616","cluster_addr":"172.21.15.77:6813/151462616","heartbeat_back_addr":"172.21.15.77:6817/151462616","heartbeat_front_addr":"172.21.15.77:6815/151462616","state":["exists","up"]},{"osd":2,"uuid":"cc346267-4116-41b3-b6dc-993d55b9c928","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6801","nonce":3268535263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6803","nonce":3268535263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6807","nonce":3268535263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6805","nonce":3268535263}]},"public_addr":"172.21.15.89:6801/3268535263","cluster_addr":"172.21.15.89:6803/3268535263","heartbeat_back_addr":"172.21.15.89:6807/3268535263","heartbeat_front_addr":"172.21.15.89:6805/3268535263","state":["exists","up"]},{"osd":3,"uuid":"1deb9dce-eff7-4add-9039-7b7d1c426121","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6809","nonce":1293654750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6811","nonce":1293654750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6815","nonce":1293654750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6813","nonce":1293654750}]},"public_addr":"172.21.15.89:6809/1293654750","cluster_addr":"172.21.15.89:6811/1293654750","heartbeat_back_addr":"172.21.15.89:6815/1293654750","heartbeat_front_addr":"172.21.15.89:6813/1293654750","state":["exists","up"]},{"osd":4,"uuid":"ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6801","nonce":2631759205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6803","nonce":2631759205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6807","nonce":2631759205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6805","nonce":2631759205}]},"public_addr":"172.21.15.177:6801/2631759205","cluster_addr":"172.21.15.177:6803/2631759205","heartbeat_back_addr":"172.21.15.177:6807/2631759205","heartbeat_front_addr":"172.21.15.177:6805/2631759205","state":["exists","up"]},{"osd":5,"uuid":"e64d5aa5-7358-421c-ad91-4220af91c784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6809","nonce":3100300531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6811","nonce":3100300531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6815","nonce":3100300531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6813","nonce":3100300531}]},"public_addr":"172.21.15.177:6809/3100300531","cluster_addr":"172.21.15.177:6811/3100300531","heartbeat_back_addr":"172.21.15.177:6815/3100300531","heartbeat_front_addr":"172.21.15.177:6813/3100300531","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:25.532828+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:50.703182+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:13.444235+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:39.945094+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:03.596682+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:28.843440+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/2378219937":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/4293089504":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6801/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/2290460269":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6800/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/500161769":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/3494958941":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6801/1980830521":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/4283672":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6800/1980830521":"2024-09-18T11:56:37.835004+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:00:40.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:40 smithi089 ceph-mon[28137]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-17T12:00:41.037 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T12:00:41.037 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:00:41.273 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:41.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:41 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3264202810' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:41.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:41 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3264202810' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:41.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:41 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3264202810' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:41.942 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:41.942 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":39,"fsid":"8b987e84-74eb-11ef-bceb-c7b262605968","created":"2024-09-17T11:56:15.711107+0000","modified":"2024-09-17T12:00:31.807800+0000","last_up_change":"2024-09-17T12:00:30.414930+0000","last_in_change":"2024-09-17T12:00:09.893516+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T11:59:15.472576+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9fe0c6f9-139a-40d3-9d41-5016e43f3313","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6803","nonce":4148370091}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6805","nonce":4148370091}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6809","nonce":4148370091}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":4148370091},{"type":"v1","addr":"172.21.15.77:6807","nonce":4148370091}]},"public_addr":"172.21.15.77:6803/4148370091","cluster_addr":"172.21.15.77:6805/4148370091","heartbeat_back_addr":"172.21.15.77:6809/4148370091","heartbeat_front_addr":"172.21.15.77:6807/4148370091","state":["exists","up"]},{"osd":1,"uuid":"4f3ea9bb-15fa-4a31-a246-7832af234dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6811","nonce":151462616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6813","nonce":151462616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6817","nonce":151462616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":151462616},{"type":"v1","addr":"172.21.15.77:6815","nonce":151462616}]},"public_addr":"172.21.15.77:6811/151462616","cluster_addr":"172.21.15.77:6813/151462616","heartbeat_back_addr":"172.21.15.77:6817/151462616","heartbeat_front_addr":"172.21.15.77:6815/151462616","state":["exists","up"]},{"osd":2,"uuid":"cc346267-4116-41b3-b6dc-993d55b9c928","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6801","nonce":3268535263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6803","nonce":3268535263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6807","nonce":3268535263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3268535263},{"type":"v1","addr":"172.21.15.89:6805","nonce":3268535263}]},"public_addr":"172.21.15.89:6801/3268535263","cluster_addr":"172.21.15.89:6803/3268535263","heartbeat_back_addr":"172.21.15.89:6807/3268535263","heartbeat_front_addr":"172.21.15.89:6805/3268535263","state":["exists","up"]},{"osd":3,"uuid":"1deb9dce-eff7-4add-9039-7b7d1c426121","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6809","nonce":1293654750}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6811","nonce":1293654750}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6815","nonce":1293654750}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":1293654750},{"type":"v1","addr":"172.21.15.89:6813","nonce":1293654750}]},"public_addr":"172.21.15.89:6809/1293654750","cluster_addr":"172.21.15.89:6811/1293654750","heartbeat_back_addr":"172.21.15.89:6815/1293654750","heartbeat_front_addr":"172.21.15.89:6813/1293654750","state":["exists","up"]},{"osd":4,"uuid":"ef56c5d8-9e68-49b6-b6ee-e1bd0759e9e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6801","nonce":2631759205}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6803","nonce":2631759205}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6807","nonce":2631759205}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":2631759205},{"type":"v1","addr":"172.21.15.177:6805","nonce":2631759205}]},"public_addr":"172.21.15.177:6801/2631759205","cluster_addr":"172.21.15.177:6803/2631759205","heartbeat_back_addr":"172.21.15.177:6807/2631759205","heartbeat_front_addr":"172.21.15.177:6805/2631759205","state":["exists","up"]},{"osd":5,"uuid":"e64d5aa5-7358-421c-ad91-4220af91c784","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6809","nonce":3100300531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6811","nonce":3100300531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6815","nonce":3100300531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3100300531},{"type":"v1","addr":"172.21.15.177:6813","nonce":3100300531}]},"public_addr":"172.21.15.177:6809/3100300531","cluster_addr":"172.21.15.177:6811/3100300531","heartbeat_back_addr":"172.21.15.177:6815/3100300531","heartbeat_front_addr":"172.21.15.177:6813/3100300531","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:25.532828+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:58:50.703182+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:13.444235+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T11:59:39.945094+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:03.596682+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:00:28.843440+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/2378219937":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/4293089504":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6801/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/2290460269":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6800/3907693464":"2024-09-18T11:57:03.166492+0000","172.21.15.77:0/500161769":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/3494958941":"2024-09-18T11:56:37.835004+0000","172.21.15.77:6801/1980830521":"2024-09-18T11:56:37.835004+0000","172.21.15.77:0/4283672":"2024-09-18T11:57:03.166492+0000","172.21.15.77:6800/1980830521":"2024-09-18T11:56:37.835004+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:00:42.229 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:42 smithi077 ceph-mon[25438]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:42.230 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:42 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/918081245' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:42.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:42 smithi177 ceph-mon[28405]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:42.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:42 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/918081245' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:42 smithi089 ceph-mon[28137]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:00:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:42 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/918081245' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:00:42.517 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T12:00:42.518 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T12:00:42.518 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T12:00:42.519 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T12:00:42.519 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T12:00:42.519 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T12:00:42.798 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:42.799 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:43.536 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:43 smithi077 ceph-mon[25438]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:43.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:43 smithi177 ceph-mon[28405]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:43.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:43 smithi089 ceph-mon[28137]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:00:44.570 INFO:teuthology.orchestra.run.smithi077.stdout:55834574874 2024-09-17T12:00:44.571 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T12:00:44.636 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:44.639 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:44.649 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:45.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:45 smithi077 ceph-mon[25438]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:45.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:45 smithi089 ceph-mon[28137]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:45.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:45 smithi177 ceph-mon[28405]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:46.283 INFO:teuthology.orchestra.run.smithi077.stdout:133143986187 2024-09-17T12:00:46.284 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T12:00:47.474 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:47 smithi077 ceph-mon[25438]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:47.483 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:47.523 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:47.524 INFO:teuthology.orchestra.run.smithi077.stdout:107374182416 2024-09-17T12:00:47.524 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T12:00:47.525 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:47.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:47 smithi177 ceph-mon[28405]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:47.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:47 smithi089 ceph-mon[28137]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T12:00:48.176 INFO:teuthology.orchestra.run.smithi077.stdout:158913789958 2024-09-17T12:00:48.177 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T12:00:48.820 INFO:teuthology.orchestra.run.smithi077.stdout:34359738399 2024-09-17T12:00:48.821 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T12:00:49.433 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:49 smithi077 ceph-mon[25438]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:49.454 INFO:teuthology.orchestra.run.smithi077.stdout:55834574875 2024-09-17T12:00:49.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:49 smithi177 ceph-mon[28405]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:49.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:49 smithi089 ceph-mon[28137]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:50.139 INFO:teuthology.orchestra.run.smithi077.stdout:133143986188 2024-09-17T12:00:50.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:50 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/4059467798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:00:50.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:50 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3911629399' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:00:50.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:50 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/4059467798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:00:50.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:50 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3911629399' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:00:50.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:50 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/4059467798' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:00:50.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:50 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3911629399' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:00:50.809 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986187 got 133143986188 for osd.4 2024-09-17T12:00:50.809 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:51.122 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:51.123 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:51.163 INFO:teuthology.orchestra.run.smithi077.stdout:77309411350 2024-09-17T12:00:51.164 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T12:00:51.553 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:51 smithi077 ceph-mon[25438]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:51.579 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-09-17T12:00:51.579 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:51.593 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:51.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:51 smithi177 ceph-mon[28405]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:51.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:51 smithi089 ceph-mon[28137]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:52.236 INFO:teuthology.orchestra.run.smithi077.stdout:107374182416 2024-09-17T12:00:52.421 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:52 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3949779248' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:00:52.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:52 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3949779248' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:00:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:52 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3949779248' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:00:52.983 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182416 got 107374182416 for osd.3 2024-09-17T12:00:52.983 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:53.338 INFO:teuthology.orchestra.run.smithi077.stdout:34359738400 2024-09-17T12:00:53.355 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:53.521 INFO:teuthology.orchestra.run.smithi077.stdout:158913789960 2024-09-17T12:00:53.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:53 smithi077 ceph-mon[25438]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:53 smithi177 ceph-mon[28405]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:53.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:53 smithi089 ceph-mon[28137]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:54.151 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789958 got 158913789960 for osd.5 2024-09-17T12:00:54.151 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:54.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:54 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3905466839' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:00:54.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:54 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/979387713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:00:54.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:54 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3905466839' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:00:54.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:54 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/979387713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:00:54.654 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738399 got 34359738400 for osd.0 2024-09-17T12:00:54.654 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:54.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:54 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3905466839' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:00:54.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:54 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/979387713' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:00:55.290 INFO:teuthology.orchestra.run.smithi077.stdout:77309411351 2024-09-17T12:00:55.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:55 smithi077 ceph-mon[25438]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:55.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:55 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3293650426' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:00:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:55 smithi177 ceph-mon[28405]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:55.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:55 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3293650426' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:00:55.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:55 smithi089 ceph-mon[28137]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:55.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:55 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3293650426' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:00:55.888 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411351 for osd.2 2024-09-17T12:00:55.888 DEBUG:teuthology.parallel:result is None 2024-09-17T12:00:55.888 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T12:00:55.888 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T12:00:56.131 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:56.724 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:56.725 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-09-17T12:00:57.574 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:57 smithi077 ceph-mon[25438]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:57.574 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:57 smithi077 ceph-mon[25438]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:57.575 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2024-09-17T12:00:55.210769+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166016,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304896,"statfs":{"total":575970213888,"available":575800213504,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001775"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":64,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T12:00:31.866214+0000","last_change":"2024-09-17T12:00:31.866102+0000","last_active":"2024-09-17T12:00:31.866214+0000","last_peered":"2024-09-17T12:00:31.866214+0000","last_clean":"2024-09-17T12:00:31.866214+0000","last_became_active":"2024-09-17T12:00:31.860836+0000","last_became_peered":"2024-09-17T12:00:31.860836+0000","last_unstale":"2024-09-17T12:00:31.866214+0000","last_undegraded":"2024-09-17T12:00:31.866214+0000","last_fullsized":"2024-09-17T12:00:31.866214+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T11:59:16.176391+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:59:16.176391+0000","last_clean_scrub_stamp":"2024-09-17T11:59:16.176391+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:08:46.226429+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789960,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986189,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182417,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738401,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T12:00:57.576 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T12:00:57.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:57 smithi177 ceph-mon[28405]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:57.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:57 smithi177 ceph-mon[28405]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:57.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:57 smithi089 ceph-mon[28137]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:57.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:57 smithi089 ceph-mon[28137]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:57.817 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:58.400 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:00:58.400 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-09-17T12:00:59.070 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2024-09-17T12:00:57.211097+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":166016,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304896,"statfs":{"total":575970213888,"available":575800213504,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.001768"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":64,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T12:00:31.866214+0000","last_change":"2024-09-17T12:00:31.866102+0000","last_active":"2024-09-17T12:00:31.866214+0000","last_peered":"2024-09-17T12:00:31.866214+0000","last_clean":"2024-09-17T12:00:31.866214+0000","last_became_active":"2024-09-17T12:00:31.860836+0000","last_became_peered":"2024-09-17T12:00:31.860836+0000","last_unstale":"2024-09-17T12:00:31.866214+0000","last_undegraded":"2024-09-17T12:00:31.866214+0000","last_fullsized":"2024-09-17T12:00:31.866214+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T11:59:16.176391+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:59:16.176391+0000","last_clean_scrub_stamp":"2024-09-17T11:59:16.176391+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T17:08:46.226429+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789961,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27960,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717192,"statfs":{"total":95995035648,"available":95966404608,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986190,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182418,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411352,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738401,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27376,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717776,"statfs":{"total":95995035648,"available":95967002624,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T12:00:59.071 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T12:00:59.071 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T12:00:59.071 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T12:00:59.071 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T12:00:59.310 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:00:59.568 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:59 smithi077 ceph-mon[25438]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:59.569 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:00:59 smithi077 ceph-mon[25438]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:59.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:59 smithi177 ceph-mon[28405]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:59.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:00:59 smithi177 ceph-mon[28405]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:00:59.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:59 smithi089 ceph-mon[28137]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:00:59.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:00:59 smithi089 ceph-mon[28137]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:00.000 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:00.000 INFO:teuthology.orchestra.run.smithi077.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T12:01:00.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:00 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3009108461' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:01:00.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:00 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3009108461' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:01:00.667 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T12:01:00.668 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T12:01:00.668 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:01:00.678 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:01:00.678 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create cephfs' 2024-09-17T12:01:00.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:00 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3009108461' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:01:00.916 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:01.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:01 smithi077 ceph-mon[25438]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:01.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:01 smithi177 ceph-mon[28405]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:01.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:01 smithi089 ceph-mon[28137]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:02 smithi077 ceph-mon[25438]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:02 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:01:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:02 smithi177 ceph-mon[28405]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:02 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:01:02.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:02 smithi089 ceph-mon[28137]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:02.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:02 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:01:03.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:03 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:01:03.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:03 smithi177 ceph-mon[28405]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:01:03.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:03 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:03.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:03 smithi177 ceph-mon[28405]: pgmap v150: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:03.723 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:01:03.723 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:03 smithi077 ceph-mon[25438]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:01:03.723 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:03 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:03.723 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:03 smithi077 ceph-mon[25438]: pgmap v150: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:03.723 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:03 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a[25415]: 2024-09-17T12:01:03.339+0000 7f0b89f6e640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:01:03.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:03 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:01:03.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:03 smithi089 ceph-mon[28137]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:01:03.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:03 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:03.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:03 smithi089 ceph-mon[28137]: pgmap v150: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:04.007 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T12:01:04.017 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-17T12:01:04.018 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:04.256 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:04.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: fsmap cephfs:0 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:01:04.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.398 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:04 smithi177 ceph-mon[28405]: Deploying daemon mds.cephfs.smithi177.npblxz on smithi177 2024-09-17T12:01:04.601 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:04.601 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.601 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:01:04.601 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:04.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:01:04.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:01:04.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:01:04.602 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: fsmap cephfs:0 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:04.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:04.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:04.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:04 smithi077 ceph-mon[25438]: Deploying daemon mds.cephfs.smithi177.npblxz on smithi177 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:01:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: fsmap cephfs:0 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi177.npblxz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:04.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:04 smithi089 ceph-mon[28137]: Deploying daemon mds.cephfs.smithi177.npblxz on smithi177 2024-09-17T12:01:04.876 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:04.877 INFO:teuthology.orchestra.run.smithi077.stdout:[{"events": ["2024-09-17T12:01:03.357068Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T11:57:59.269614Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T11:58:47.325162Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:57:53.138316Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T11:58:47.325068Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T11:58:47.325266Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:01:05.462 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:05 smithi077 ceph-mon[25438]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:01:05.462 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:05 smithi077 ceph-mon[25438]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:05.462 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:05 smithi077 ceph-mon[25438]: pgmap v154: 65 pgs: 8 creating+peering, 50 unknown, 7 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:05.489 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T12:01:05.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:05 smithi177 ceph-mon[28405]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:01:05.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:05 smithi177 ceph-mon[28405]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:05.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:05 smithi177 ceph-mon[28405]: pgmap v154: 65 pgs: 8 creating+peering, 50 unknown, 7 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:05.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:05 smithi089 ceph-mon[28137]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:01:05.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:05 smithi089 ceph-mon[28137]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:05.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:05 smithi089 ceph-mon[28137]: pgmap v154: 65 pgs: 8 creating+peering, 50 unknown, 7 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:06.491 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:06.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:06.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:01:06.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:06.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:06 smithi077 ceph-mon[25438]: Deploying daemon mds.cephfs.smithi077.untnsu on smithi077 2024-09-17T12:01:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:01:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:06.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:06 smithi177 ceph-mon[28405]: Deploying daemon mds.cephfs.smithi077.untnsu on smithi077 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi077.untnsu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:01:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:06.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:06 smithi089 ceph-mon[28137]: Deploying daemon mds.cephfs.smithi077.untnsu on smithi077 2024-09-17T12:01:07.065 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:boot 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: daemon mds.cephfs.smithi177.npblxz assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: Cluster is now healthy 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: fsmap cephfs:0 1 up:standby 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:creating} 2024-09-17T12:01:07.503 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: daemon mds.cephfs.smithi177.npblxz is now active in filesystem cephfs as rank 0 2024-09-17T12:01:07.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:07 smithi077 ceph-mon[25438]: pgmap v156: 65 pgs: 8 creating+peering, 6 unknown, 51 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:01:07.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:boot 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: daemon mds.cephfs.smithi177.npblxz assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: Cluster is now healthy 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: fsmap cephfs:0 1 up:standby 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:creating} 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: daemon mds.cephfs.smithi177.npblxz is now active in filesystem cephfs as rank 0 2024-09-17T12:01:07.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:07 smithi177 ceph-mon[28405]: pgmap v156: 65 pgs: 8 creating+peering, 6 unknown, 51 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:01:07.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:boot 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: daemon mds.cephfs.smithi177.npblxz assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: Cluster is now healthy 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: fsmap cephfs:0 1 up:standby 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:creating} 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: daemon mds.cephfs.smithi177.npblxz is now active in filesystem cephfs as rank 0 2024-09-17T12:01:07.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:07 smithi089 ceph-mon[28137]: pgmap v156: 65 pgs: 8 creating+peering, 6 unknown, 51 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s wr, 1 op/s 2024-09-17T12:01:08.419 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:08.420 INFO:teuthology.orchestra.run.smithi077.stdout:[{"events": ["2024-09-17T12:01:06.060922Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T11:57:59.269614Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T11:58:47.325162Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:57:53.138316Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T11:58:47.325068Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T11:58:47.325266Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:01:08.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:08 smithi089 ceph-mon[28137]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:08 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 2024-09-17T12:01:08.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:08 smithi077 ceph-mon[25438]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:08.813 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:08 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 2024-09-17T12:01:08.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:08 smithi177 ceph-mon[28405]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:08.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:08 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 2024-09-17T12:01:09.510 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:10.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: pgmap v157: 65 pgs: 65 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-17T12:01:10.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:boot 2024-09-17T12:01:10.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:10.241 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:09 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: pgmap v157: 65 pgs: 65 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:boot 2024-09-17T12:01:10.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:10.331 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:09 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:10.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: pgmap v157: 65 pgs: 65 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:boot 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:10.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:09 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:10.511 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:10.751 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:11.388 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:11.388 INFO:teuthology.orchestra.run.smithi077.stdout:[{"events": ["2024-09-17T12:01:08.983728Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:10.280145Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T11:57:59.269614Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:10.404339Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:57:53.138316Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T11:59:36.055541Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T11:59:36.055652Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:11 smithi077 ceph-mon[25438]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T12:01:11.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:11 smithi177 ceph-mon[28405]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:11.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:11.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:11.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:11.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:11 smithi089 ceph-mon[28137]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-17T12:01:12.097 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-17T12:01:12.098 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:01:12.113 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:01:12.114 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-17T12:01:12.329 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-mon[25438]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:12.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:12.330 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-mon[25438]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:12.355 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:12 smithi177 ceph-mon[28405]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:12 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:12 smithi177 ceph-mon[28405]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:12.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:12 smithi089 ceph-mon[28137]: mds.? [v2:172.21.15.177:6816/1010324950,v1:172.21.15.177:6817/1010324950] up:active 2024-09-17T12:01:12.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:12 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:12.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:12 smithi089 ceph-mon[28137]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:13.080 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:12.964+0000 7fa3ab703640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:13.080 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:12.965+0000 7fa3ab703640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:13.080 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:12.965+0000 7fa3ab703640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:13.081 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:12.965+0000 7fa3ab703640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:13.081 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:12 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:12.965+0000 7fa3ab703640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:13.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:13 smithi077 ceph-mon[25438]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:13.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:13 smithi077 ceph-mon[25438]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-09-17T12:01:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:13 smithi177 ceph-mon[28405]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:13 smithi177 ceph-mon[28405]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-09-17T12:01:13.732 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-17T12:01:13.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:13 smithi089 ceph-mon[28137]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:13.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:13 smithi089 ceph-mon[28137]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s wr, 4 op/s 2024-09-17T12:01:13.974 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:14.370 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:14 smithi077 ceph-mon[25438]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:standby 2024-09-17T12:01:14.370 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:14 smithi077 ceph-mon[25438]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:14.370 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:14 smithi077 ceph-mon[25438]: mgrmap e15: x(active, since 4m) 2024-09-17T12:01:14.370 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:14 smithi077 ceph-mon[25438]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:14.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:14 smithi177 ceph-mon[28405]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:standby 2024-09-17T12:01:14.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:14 smithi177 ceph-mon[28405]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:14.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:14 smithi177 ceph-mon[28405]: mgrmap e15: x(active, since 4m) 2024-09-17T12:01:14.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:14 smithi177 ceph-mon[28405]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:14.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:14 smithi089 ceph-mon[28137]: mds.? [v2:172.21.15.77:6818/1100200155,v1:172.21.15.77:6819/1100200155] up:standby 2024-09-17T12:01:14.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:14 smithi089 ceph-mon[28137]: fsmap cephfs:1 {0=cephfs.smithi177.npblxz=up:active} 1 up:standby 2024-09-17T12:01:14.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:14 smithi089 ceph-mon[28137]: mgrmap e15: x(active, since 4m) 2024-09-17T12:01:14.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:14 smithi089 ceph-mon[28137]: from='mgr.14152 172.21.15.77:0/3349778837' entity='mgr.x' 2024-09-17T12:01:15.236 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-17T12:01:15.478 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:15.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:15 smithi177 ceph-mon[28405]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:15.569 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:15 smithi177 ceph-mon[28405]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T12:01:15.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:15 smithi077 ceph-mon[25438]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:15.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:15 smithi077 ceph-mon[25438]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T12:01:15.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:15 smithi089 ceph-mon[28137]: from='client.14535 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:15.641 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:15 smithi089 ceph-mon[28137]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T12:01:16.431 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:16 smithi077 ceph-mon[25438]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:16.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:16 smithi177 ceph-mon[28405]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:16.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:16 smithi089 ceph-mon[28137]: from='client.14541 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:16.835 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph mgr module enable smb' 2024-09-17T12:01:17.087 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:17.492 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:17 smithi077 ceph-mon[25438]: pgmap v161: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s wr, 4 op/s 2024-09-17T12:01:17.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:17 smithi177 ceph-mon[28405]: pgmap v161: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s wr, 4 op/s 2024-09-17T12:01:17.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:17 smithi089 ceph-mon[28137]: pgmap v161: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s wr, 4 op/s 2024-09-17T12:01:18.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:18 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:01:18.580 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:18 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setuser ceph since I am not root 2024-09-17T12:01:18.580 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:18 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ignoring --setgroup ceph since I am not root 2024-09-17T12:01:18.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:18 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:01:18.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:18 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:01:19.018 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'sleep 30' 2024-09-17T12:01:19.263 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:19.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:19 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:01:19.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:19 smithi077 ceph-mon[25438]: mgrmap e16: x(active, since 4m) 2024-09-17T12:01:19.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:19 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:01:19.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:19 smithi177 ceph-mon[28405]: mgrmap e16: x(active, since 4m) 2024-09-17T12:01:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:19 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/3575239249' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:01:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:19 smithi089 ceph-mon[28137]: mgrmap e16: x(active, since 4m) 2024-09-17T12:01:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: Active manager daemon x restarted 2024-09-17T12:01:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: Activating manager daemon x 2024-09-17T12:01:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:01:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: mgrmap e17: x(active, starting, since 0.0052844s) 2024-09-17T12:01:23.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:01:23.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:01:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:01:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:01:23.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:23 smithi177 ceph-mon[28405]: Manager daemon x is now available 2024-09-17T12:01:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: Active manager daemon x restarted 2024-09-17T12:01:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: Activating manager daemon x 2024-09-17T12:01:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:01:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: mgrmap e17: x(active, starting, since 0.0052844s) 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:01:23.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:01:23.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:01:23.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:01:23.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:01:23.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:23 smithi089 ceph-mon[28137]: Manager daemon x is now available 2024-09-17T12:01:23.786 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: Active manager daemon x restarted 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: Activating manager daemon x 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: mgrmap e17: x(active, starting, since 0.0052844s) 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi077.untnsu"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi177.npblxz"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:01:23.787 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:01:23.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:23 smithi077 ceph-mon[25438]: Manager daemon x is now available 2024-09-17T12:01:24.603 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-mon[25438]: mgrmap e18: x(active, since 1.01027s) 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:24.380+0000 7ff122184640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:12:01:24] ENGINE Error in HTTPServer.serve 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: Traceback (most recent call last): 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._connections.run(self.expiration_interval) 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:01:24.604 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._run(expiration_interval) 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: s = self.context.wrap_socket( 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: return self.sslsocket_class._create( 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self.do_handshake() 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:01:24.605 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: self._sslobj.do_handshake() 2024-09-17T12:01:24.606 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:01:24.606 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:24 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:24.622 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:24.622 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:01:24.623 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:01:24.623 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:01:24.623 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:24 smithi177 ceph-mon[28405]: mgrmap e18: x(active, since 1.01027s) 2024-09-17T12:01:24.629 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:24.629 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:01:24.630 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:01:24.630 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:01:24.630 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:24 smithi089 ceph-mon[28137]: mgrmap e18: x(active, since 1.01027s) 2024-09-17T12:01:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: [17/Sep/2024:12:01:24] ENGINE Bus STARTING 2024-09-17T12:01:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:25 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: [17/Sep/2024:12:01:24] ENGINE Bus STARTING 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:25 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: [17/Sep/2024:12:01:24] ENGINE Bus STARTING 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:01:25.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.419+0000 7ff1097d3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.419+0000 7ff1097d3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.419+0000 7ff1097d3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.419+0000 7ff1097d3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.831 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.419+0000 7ff1097d3640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.832 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.420+0000 7ff1077cf640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.832 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.420+0000 7ff1077cf640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.832 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.420+0000 7ff1077cf640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.832 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.420+0000 7ff1077cf640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:25.832 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:25 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:25.420+0000 7ff1077cf640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: [17/Sep/2024:12:01:24] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: [17/Sep/2024:12:01:24] ENGINE Error in HTTPServer.serve 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: Traceback (most recent call last): 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: self._run(expiration_interval) 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:01:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: s = self.context.wrap_socket( 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: return self.sslsocket_class._create( 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: self.do_handshake() 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: self._sslobj.do_handshake() 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:01:26.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: [17/Sep/2024:12:01:24] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: [17/Sep/2024:12:01:24] ENGINE Bus STARTED 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: pgmap v5: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.649 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: mgrmap e19: x(active, since 2s) 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.650 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.651 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:26 smithi177 ceph-mon[28405]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: [17/Sep/2024:12:01:24] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T12:01:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: [17/Sep/2024:12:01:24] ENGINE Error in HTTPServer.serve 2024-09-17T12:01:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout: Traceback (most recent call last): 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: self._run(expiration_interval) 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:01:26.741 INFO:journalctl@ceph.mon.b.smithi089.stdout: s = self.context.wrap_socket( 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: return self.sslsocket_class._create( 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: self.do_handshake() 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: self._sslobj.do_handshake() 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: [17/Sep/2024:12:01:24] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: [17/Sep/2024:12:01:24] ENGINE Bus STARTED 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: pgmap v5: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.742 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.743 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: mgrmap e19: x(active, since 2s) 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.744 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.745 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:26.745 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.745 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.745 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.745 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:26 smithi089 ceph-mon[28137]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:26.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: [17/Sep/2024:12:01:24] ENGINE Serving on https://172.21.15.77:7150 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: [17/Sep/2024:12:01:24] ENGINE Error in HTTPServer.serve 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: Traceback (most recent call last): 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._run(expiration_interval) 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:01:26.831 INFO:journalctl@ceph.mon.a.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: self.do_handshake() 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: [17/Sep/2024:12:01:24] ENGINE Serving on http://172.21.15.77:8765 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: [17/Sep/2024:12:01:24] ENGINE Bus STARTED 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: pgmap v5: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:26.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.833 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: mgrmap e19: x(active, since 2s) 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.834 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:26.835 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:26 smithi077 ceph-mon[25438]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:01:27.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Adjusting osd_memory_target on smithi077 to 6496M 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:27 smithi177 ceph-mon[28405]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Adjusting osd_memory_target on smithi077 to 6496M 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:27 smithi089 ceph-mon[28137]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:01:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-17T12:01:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Adjusting osd_memory_target on smithi077 to 6496M 2024-09-17T12:01:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:01:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi089:/etc/ceph/ceph.conf 2024-09-17T12:01:27.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: Updating smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:01:27.831 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:27 smithi077 ceph-mon[25438]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:01:28.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:28 smithi177 ceph-mon[28405]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:28 smithi177 ceph-mon[28405]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:28.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:28 smithi177 ceph-mon[28405]: Cluster is now healthy 2024-09-17T12:01:28.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:28 smithi177 ceph-mon[28405]: mgrmap e20: x(active, since 4s) 2024-09-17T12:01:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:28 smithi089 ceph-mon[28137]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:28 smithi089 ceph-mon[28137]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:28 smithi089 ceph-mon[28137]: Cluster is now healthy 2024-09-17T12:01:28.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:28 smithi089 ceph-mon[28137]: mgrmap e20: x(active, since 4s) 2024-09-17T12:01:28.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:28 smithi077 ceph-mon[25438]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:28.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:28 smithi077 ceph-mon[25438]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:01:28.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:28 smithi077 ceph-mon[25438]: Cluster is now healthy 2024-09-17T12:01:28.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:28 smithi077 ceph-mon[25438]: mgrmap e20: x(active, since 4s) 2024-09-17T12:01:29.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:29 smithi177 ceph-mon[28405]: pgmap v9: 97 pgs: 5 unknown, 92 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 35 KiB/s rd, 614 B/s wr, 15 op/s 2024-09-17T12:01:29.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:29 smithi089 ceph-mon[28137]: pgmap v9: 97 pgs: 5 unknown, 92 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 35 KiB/s rd, 614 B/s wr, 15 op/s 2024-09-17T12:01:29.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:29 smithi077 ceph-mon[25438]: pgmap v9: 97 pgs: 5 unknown, 92 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 35 KiB/s rd, 614 B/s wr, 15 op/s 2024-09-17T12:01:32.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:32 smithi177 ceph-mon[28405]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:01:32.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:32 smithi089 ceph-mon[28137]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:01:32.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:32 smithi077 ceph-mon[25438]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T12:01:34.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:34 smithi177 ceph-mon[28405]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:01:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:34 smithi089 ceph-mon[28137]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:01:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:34 smithi077 ceph-mon[25438]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:01:36.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:36 smithi177 ceph-mon[28405]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T12:01:36.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:36 smithi089 ceph-mon[28137]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T12:01:36.832 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:36 smithi077 ceph-mon[25438]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T12:01:38.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:38 smithi177 ceph-mon[28405]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:01:38.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:38 smithi089 ceph-mon[28137]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:01:38.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:38 smithi077 ceph-mon[25438]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:01:40.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:40 smithi177 ceph-mon[28405]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:01:40.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:40 smithi089 ceph-mon[28137]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:01:40.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:40 smithi077 ceph-mon[25438]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:01:41.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:41 smithi089 ceph-mon[28137]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:41.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:41 smithi077 ceph-mon[25438]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:41.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:41 smithi177 ceph-mon[28405]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:44 smithi177 ceph-mon[28405]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:44.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:44 smithi089 ceph-mon[28137]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:44.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:44 smithi077 ceph-mon[25438]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:46.632 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:46 smithi077 ceph-mon[25438]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:46.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:46 smithi177 ceph-mon[28405]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:46.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:46 smithi089 ceph-mon[28137]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:01:48.626 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:48 smithi177 ceph-mon[28405]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:48.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:48 smithi089 ceph-mon[28137]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:48.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:48 smithi077 ceph-mon[25438]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:50.300 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:01:50.552 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:50.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:50 smithi077 ceph-mon[25438]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:50.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:50 smithi177 ceph-mon[28405]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:50.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:50 smithi089 ceph-mon[28137]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:51.306 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-17T12:01:51.306 INFO:teuthology.orchestra.run.smithi077.stdout: "results": [ 2024-09-17T12:01:51.306 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "auth_id": "join1-admin", 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "present", 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "auth": { 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "username": "Administrator", 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "password": "Passw0rd" 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "created", 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.307 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "auth_mode": "active-directory", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "present", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "domain_settings": { 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "realm": "DOMAIN1.SINK.TEST", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "join_sources": [ 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "source_type": "resource", 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: "ref": "join1-admin" 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.308 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "custom_dns": [ 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "172.21.15.187" 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: ], 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "placement": { 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "count": 3 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "public_addrs": [ 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "address": "10.0.31.77/16" 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.309 INFO:teuthology.orchestra.run.smithi077.stdout: "address": "10.0.47.77/16" 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "created", 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "share_id": "share1", 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "present", 2024-09-17T12:01:51.310 INFO:teuthology.orchestra.run.smithi077.stdout: "name": "share1", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "readonly": false, 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "browseable": true, 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "cephfs": { 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "volume": "cephfs", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "path": "/", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "subvolumegroup": "smb", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "subvolume": "sv1", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "provider": "samba-vfs" 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "created", 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.311 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "share_id": "share2", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "present", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "name": "share2", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "readonly": false, 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "browseable": true, 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "cephfs": { 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "volume": "cephfs", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "path": "/", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "subvolumegroup": "smb", 2024-09-17T12:01:51.312 INFO:teuthology.orchestra.run.smithi077.stdout: "subvolume": "sv2", 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: "provider": "samba-vfs" 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "created", 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: ], 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:01:51.313 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-17T12:01:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:01:51.581 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.222+0000 7ff104f8a640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.222+0000 7ff104f8a640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.222+0000 7ff104f8a640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.222+0000 7ff104f8a640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.222+0000 7ff104f8a640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.234+0000 7ff112024640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.234+0000 7ff112024640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.234+0000 7ff112024640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.234+0000 7ff112024640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.582 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:01:51 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:01:51.234+0000 7ff112024640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:01:51.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:51.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:01:51.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:51 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adipctdb", "caps": ["/", "rw"]}]': finished 2024-09-17T12:01:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:01:51.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:51 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:01:52.041 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T12:01:52.052 INFO:tasks.cephadm:Waiting for ceph service smb.adipctdb to start (timeout 300)... 2024-09-17T12:01:52.052 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:52.296 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:52.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:52.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: Saving service smb.adipctdb spec with placement count:3 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: configuring smb/ctdb cluster metadata 2024-09-17T12:01:52.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:52 smithi177 ceph-mon[28405]: mgrmap e21: x(active, since 29s) 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: Saving service smb.adipctdb spec with placement count:3 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: configuring smb/ctdb cluster metadata 2024-09-17T12:01:52.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:52 smithi089 ceph-mon[28137]: mgrmap e21: x(active, since 29s) 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: from='client.14601 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: Saving service smb.adipctdb spec with placement count:3 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: configuring smb/ctdb cluster metadata 2024-09-17T12:01:52.744 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:52 smithi077 ceph-mon[25438]: mgrmap e21: x(active, since 29s) 2024-09-17T12:01:53.149 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:53.150 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:01:53.516 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:53 smithi077 ceph-mon[25438]: daemon not available: 'smb.adipctdb.1.0.smithi177.nryruu' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.516 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:53 smithi077 ceph-mon[25438]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.516 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:53 smithi077 ceph-mon[25438]: Deploying daemon smb.adipctdb.0.0.smithi077.ydxekl on smithi077 2024-09-17T12:01:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:53 smithi177 ceph-mon[28405]: daemon not available: 'smb.adipctdb.1.0.smithi177.nryruu' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:53 smithi177 ceph-mon[28405]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:53 smithi177 ceph-mon[28405]: Deploying daemon smb.adipctdb.0.0.smithi077.ydxekl on smithi077 2024-09-17T12:01:53.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:53 smithi089 ceph-mon[28137]: daemon not available: 'smb.adipctdb.1.0.smithi177.nryruu' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:53 smithi089 ceph-mon[28137]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}} 2024-09-17T12:01:53.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:53 smithi089 ceph-mon[28137]: Deploying daemon smb.adipctdb.0.0.smithi077.ydxekl on smithi077 2024-09-17T12:01:54.128 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:01:54.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:54 smithi177 ceph-mon[28405]: from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:54.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:54 smithi177 ceph-mon[28405]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:54.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:54 smithi177 ceph-mon[28405]: mgrmap e22: x(active, since 30s) 2024-09-17T12:01:54.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:54 smithi089 ceph-mon[28137]: from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:54.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:54 smithi089 ceph-mon[28137]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:54.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:54 smithi089 ceph-mon[28137]: mgrmap e22: x(active, since 30s) 2024-09-17T12:01:54.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:54 smithi077 ceph-mon[25438]: from='client.14625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:54.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:54 smithi077 ceph-mon[25438]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:01:54.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:54 smithi077 ceph-mon[25438]: mgrmap e22: x(active, since 30s) 2024-09-17T12:01:55.128 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:01:55.487 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:01:55.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:55 smithi077 ceph-mon[25438]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:55.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:55 smithi177 ceph-mon[28405]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:55.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:55 smithi089 ceph-mon[28137]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:56.474 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:01:56.474 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:01:58.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:58 smithi177 ceph-mon[28405]: from='client.14631 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:58.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:01:58 smithi177 ceph-mon[28405]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:58 smithi089 ceph-mon[28137]: from='client.14631 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:58.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:01:58 smithi089 ceph-mon[28137]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:58.829 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:58 smithi077 ceph-mon[25438]: from='client.14631 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:01:58.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:01:58 smithi077 ceph-mon[25438]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:01:59.359 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:00.360 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:00.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:00 smithi077 ceph-mon[25438]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:00.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:00 smithi177 ceph-mon[28405]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:00.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:00 smithi089 ceph-mon[28137]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:01.370 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:02.211 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:02.211 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:02.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:02 smithi077 ceph-mon[25438]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:02.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:02 smithi177 ceph-mon[28405]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:02.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:02 smithi089 ceph-mon[28137]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:03.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:03 smithi177 ceph-mon[28405]: from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:03.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:03 smithi089 ceph-mon[28137]: from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:03.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:03 smithi077 ceph-mon[25438]: from='client.14643 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:04.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:04 smithi177 ceph-mon[28405]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:04.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:04 smithi089 ceph-mon[28137]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:04.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:04 smithi077 ceph-mon[25438]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:05.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:05 smithi177 ceph-mon[28405]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:05.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:05 smithi089 ceph-mon[28137]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:05.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:05 smithi077 ceph-mon[25438]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:02:07.609 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:08.419 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:08 smithi077 ceph-mon[25438]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:08.419 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:08 smithi077 ceph-mon[25438]: from='client.? 172.21.15.77:0/256190766' entity='client.smb.config.adipctdb.0.0.smithi077.ydxekl' cmd={"prefix": "config-key get", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:02:08.611 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:08.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:08 smithi177 ceph-mon[28405]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:08.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:08 smithi177 ceph-mon[28405]: from='client.? 172.21.15.77:0/256190766' entity='client.smb.config.adipctdb.0.0.smithi077.ydxekl' cmd={"prefix": "config-key get", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:02:08.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:08 smithi089 ceph-mon[28137]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:08 smithi089 ceph-mon[28137]: from='client.? 172.21.15.77:0/256190766' entity='client.smb.config.adipctdb.0.0.smithi077.ydxekl' cmd={"prefix": "config-key get", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:02:08.855 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:09.523 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:09.523 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:10.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:10 smithi177 ceph-mon[28405]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:10.719 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:10 smithi077 ceph-mon[25438]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:10.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:10 smithi089 ceph-mon[28137]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:10.755 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:11.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:11 smithi177 ceph-mon[28405]: from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:11.651 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:11 smithi077 ceph-mon[25438]: from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:11.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:11 smithi089 ceph-mon[28137]: from='client.14655 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:11.755 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:12 smithi177 ceph-mon[28405]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:12.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:12 smithi089 ceph-mon[28137]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:12.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:12 smithi077 ceph-mon[25438]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:13.130 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:13.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:13 smithi177 ceph-mon[28405]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:13.688 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:13 smithi077 ceph-mon[25438]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:13.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:13 smithi089 ceph-mon[28137]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:13.853 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:13.853 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:14.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:14 smithi077 ceph-mon[25438]: from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:14.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:14 smithi177 ceph-mon[28405]: from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:14.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:14 smithi089 ceph-mon[28137]: from='client.14667 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:14.748 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:15.566 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:15 smithi077 ceph-mon[25438]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:02:15.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:15 smithi177 ceph-mon[28405]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:02:15.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:15 smithi089 ceph-mon[28137]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:02:15.748 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:16.392 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:17.079 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:17.079 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:01:51.314856Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:17.972 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:18.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:18.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:18 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:18.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:18.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:18.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:18 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='client.14685 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:18.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:18 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:18.973 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:19.619 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:19 smithi177 ceph-mon[28405]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:19.620 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:19 smithi177 ceph-mon[28405]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:19.620 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:19 smithi177 ceph-mon[28405]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}, 'smb.adipctdb.1.0.smithi177.nryruu': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.1.0.smithi177.nryruu', 'hostname': 'smithi177', 'host_ip': '172.21.15.177'}} 2024-09-17T12:02:19.620 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:19 smithi177 ceph-mon[28405]: Deploying daemon smb.adipctdb.1.0.smithi177.nryruu on smithi177 2024-09-17T12:02:19.639 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:19 smithi077 ceph-mon[25438]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:19.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:19 smithi077 ceph-mon[25438]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:19.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:19 smithi077 ceph-mon[25438]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}, 'smb.adipctdb.1.0.smithi177.nryruu': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.1.0.smithi177.nryruu', 'hostname': 'smithi177', 'host_ip': '172.21.15.177'}} 2024-09-17T12:02:19.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:19 smithi077 ceph-mon[25438]: Deploying daemon smb.adipctdb.1.0.smithi177.nryruu on smithi177 2024-09-17T12:02:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:19 smithi089 ceph-mon[28137]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:19 smithi089 ceph-mon[28137]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:19 smithi089 ceph-mon[28137]: daemon not available: 'smb.adipctdb.2.0.smithi089.ezjiuz' not in {'smb.adipctdb.0.0.smithi077.ydxekl': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.0.0.smithi077.ydxekl', 'hostname': 'smithi077', 'host_ip': '172.21.15.77'}, 'smb.adipctdb.1.0.smithi177.nryruu': {'daemon_type': 'smb', 'daemon_id': 'adipctdb.1.0.smithi177.nryruu', 'hostname': 'smithi177', 'host_ip': '172.21.15.177'}} 2024-09-17T12:02:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:19 smithi089 ceph-mon[28137]: Deploying daemon smb.adipctdb.1.0.smithi177.nryruu on smithi177 2024-09-17T12:02:20.449 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:20 smithi077 ceph-mon[25438]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:20.614 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:20.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:20 smithi177 ceph-mon[28405]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:20.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:20 smithi089 ceph-mon[28137]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:21.279 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:21.280 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:18.292743Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:22.257 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:22.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:22 smithi177 ceph-mon[28405]: from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:22.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:22 smithi177 ceph-mon[28405]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:22.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:22 smithi089 ceph-mon[28137]: from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:22.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:22 smithi089 ceph-mon[28137]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:22.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:22 smithi077 ceph-mon[25438]: from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:22.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:22 smithi077 ceph-mon[25438]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:23.257 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:23.519 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:23.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:23 smithi077 ceph-mon[25438]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:23.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]} : dispatch 2024-09-17T12:02:23.640 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:23 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]} : dispatch 2024-09-17T12:02:23.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:23 smithi177 ceph-mon[28405]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:23.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]} : dispatch 2024-09-17T12:02:23.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:23 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]} : dispatch 2024-09-17T12:02:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:23 smithi089 ceph-mon[28137]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 1.6 KiB/s rd, 85 B/s wr, 2 op/s 2024-09-17T12:02:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]} : dispatch 2024-09-17T12:02:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:23 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]} : dispatch 2024-09-17T12:02:24.642 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]}]': finished 2024-09-17T12:02:24.642 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:24 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]}]': finished 2024-09-17T12:02:24.642 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:24 smithi077 ceph-mon[25438]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:02:24.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]}]': finished 2024-09-17T12:02:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:24 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]}]': finished 2024-09-17T12:02:24.648 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:24 smithi177 ceph-mon[28405]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:02:24.695 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:24.695 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:18.292743Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.6", "id": [1, 2]}]': finished 2024-09-17T12:02:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:24 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [4, 0]}]': finished 2024-09-17T12:02:24.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:24 smithi089 ceph-mon[28137]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:02:25.643 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:25 smithi077 ceph-mon[25438]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:02:25.643 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:25 smithi077 ceph-mon[25438]: from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:25.643 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:25 smithi077 ceph-mon[25438]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 127 B/s wr, 7 op/s 2024-09-17T12:02:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:25 smithi177 ceph-mon[28405]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:02:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:25 smithi177 ceph-mon[28405]: from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:25.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:25 smithi177 ceph-mon[28405]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 127 B/s wr, 7 op/s 2024-09-17T12:02:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:25 smithi089 ceph-mon[28137]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:02:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:25 smithi089 ceph-mon[28137]: from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:25 smithi089 ceph-mon[28137]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 127 B/s wr, 7 op/s 2024-09-17T12:02:26.485 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:26 smithi077 ceph-mon[25438]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:02:26.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:26 smithi177 ceph-mon[28405]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:02:26.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:26 smithi089 ceph-mon[28137]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-17T12:02:26.902 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:27.581 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:27 smithi177 ceph-mon[28405]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.698 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:27 smithi077 ceph-mon[25438]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:27 smithi089 ceph-mon[28137]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:02:27.903 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:28.741 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:29.701 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:29 smithi077 ceph-mon[25438]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:29.701 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:29 smithi077 ceph-mon[25438]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T12:02:29.701 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:29 smithi077 ceph-mon[25438]: Cluster is now healthy 2024-09-17T12:02:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:29 smithi089 ceph-mon[28137]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:29 smithi089 ceph-mon[28137]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T12:02:29.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:29 smithi089 ceph-mon[28137]: Cluster is now healthy 2024-09-17T12:02:29.877 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:29.878 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:18.292743Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:29.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:29 smithi177 ceph-mon[28405]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:29.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:29 smithi177 ceph-mon[28405]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-17T12:02:29.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:29 smithi177 ceph-mon[28405]: Cluster is now healthy 2024-09-17T12:02:30.489 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:30 smithi077 ceph-mon[25438]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:30.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:30 smithi089 ceph-mon[28137]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:30.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:30 smithi177 ceph-mon[28405]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:31.502 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:31.619 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:31 smithi077 ceph-mon[25438]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:31.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:31 smithi089 ceph-mon[28137]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:31.771 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:31 smithi177 ceph-mon[28405]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:32.503 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:32.758 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:33.441 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:33.441 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:18.292743Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:34.104 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:34.397 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:34 smithi177 ceph-mon[28405]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:34.692 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:34 smithi077 ceph-mon[25438]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:34 smithi089 ceph-mon[28137]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:35.106 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:35.360 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:35.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:35 smithi177 ceph-mon[28405]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:35.477 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:35 smithi077 ceph-mon[25438]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:35.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:35 smithi089 ceph-mon[28137]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:36.014 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:36.014 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:18.292743Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:36.485 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:36 smithi177 ceph-mon[28405]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:36.675 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:36 smithi077 ceph-mon[25438]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:36.702 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:36.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:36 smithi089 ceph-mon[28137]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s; 2 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:37.446 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:37 smithi177 ceph-mon[28405]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:37.447 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:37 smithi177 ceph-mon[28405]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:37.703 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:37.708 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:37 smithi077 ceph-mon[25438]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:37.708 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:37 smithi077 ceph-mon[25438]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:37.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:37 smithi089 ceph-mon[28137]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:37.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:37 smithi089 ceph-mon[28137]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:37.961 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:38.577 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:38.577 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:39.209 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: Deploying daemon smb.adipctdb.2.0.smithi089.ezjiuz on smithi089 2024-09-17T12:02:39.346 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:39 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:39.455 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:39.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:39.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:39.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:39.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: Deploying daemon smb.adipctdb.2.0.smithi089.ezjiuz on smithi089 2024-09-17T12:02:39.456 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:39 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adipctdb/join.0.json' 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]} : dispatch 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adipctdb/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=adipctdb object_prefix cluster.meta."]}]': finished 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adipctdb"} : dispatch 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: Deploying daemon smb.adipctdb.2.0.smithi089.ezjiuz on smithi089 2024-09-17T12:02:39.497 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:39 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:40.210 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:40.470 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:40.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:40 smithi089 ceph-mon[28137]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:40.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:40 smithi089 ceph-mon[28137]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 85 B/s wr, 7 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:40.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:40 smithi077 ceph-mon[25438]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:40.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:40 smithi077 ceph-mon[25438]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 85 B/s wr, 7 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:40.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:40 smithi177 ceph-mon[28405]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:40.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:40 smithi177 ceph-mon[28405]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 85 B/s wr, 7 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-09-17T12:02:41.135 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:41.135 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:42.417 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:42.511 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:42 smithi177 ceph-mon[28405]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:42.511 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:42 smithi177 ceph-mon[28405]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:42.518 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:42 smithi077 ceph-mon[25438]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:42.518 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:42 smithi077 ceph-mon[25438]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:42.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:42 smithi089 ceph-mon[28137]: from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:42.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:42 smithi089 ceph-mon[28137]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:43.419 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:43.668 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:44.352 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:44.352 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:44.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:44 smithi177 ceph-mon[28405]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:44.710 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:44 smithi077 ceph-mon[25438]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:44.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:44 smithi089 ceph-mon[28137]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:02:45.040 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:45.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:45 smithi177 ceph-mon[28405]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:45.653 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:45 smithi077 ceph-mon[25438]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:45.734 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:45 smithi089 ceph-mon[28137]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:46.040 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:46.299 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:46.597 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:46 smithi077 ceph-mon[25438]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:02:46.638 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:46 smithi089 ceph-mon[28137]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:02:46.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:46 smithi177 ceph-mon[28405]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:02:47.040 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:47.040 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:47.558 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:47 smithi089 ceph-mon[28137]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:47.558 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:47 smithi089 ceph-mon[28137]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.3 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:47.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:47 smithi177 ceph-mon[28405]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:47.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:47 smithi177 ceph-mon[28405]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.3 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:47.686 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:47 smithi077 ceph-mon[25438]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:47.687 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:47 smithi077 ceph-mon[25438]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.3 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:02:47.713 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:48.715 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:48.978 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:49.623 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:49.623 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:50.212 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:50.504 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:50 smithi077 ceph-mon[25438]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:02:50.647 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:50 smithi177 ceph-mon[28405]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:02:50.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:50 smithi089 ceph-mon[28137]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:02:51.214 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:51.475 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:51.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:51 smithi177 ceph-mon[28405]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:51.687 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:51 smithi077 ceph-mon[25438]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:51.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:51 smithi089 ceph-mon[28137]: from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:52.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:52 smithi089 ceph-mon[28137]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:52.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:52 smithi089 ceph-mon[28137]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:52.551 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:52.552 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:38.193066Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:52.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:52 smithi177 ceph-mon[28405]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:52.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:52 smithi177 ceph-mon[28405]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:52.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:52 smithi077 ceph-mon[25438]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:52.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:52 smithi077 ceph-mon[25438]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:53.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:53 smithi177 ceph-mon[28405]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:53.730 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:53 smithi077 ceph-mon[25438]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:53.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:53 smithi089 ceph-mon[28137]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.6 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T12:02:56.631 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:56 smithi089 ceph-mon[28137]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.9 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T12:02:56.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:56 smithi177 ceph-mon[28405]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.9 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T12:02:56.736 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:56 smithi077 ceph-mon[25438]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 9.9 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T12:02:57.131 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:58.132 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:02:58.389 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:02:58.617 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:58 smithi089 ceph-mon[28137]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:58.617 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:58 smithi089 ceph-mon[28137]: mgrmap e23: x(active, since 94s) 2024-09-17T12:02:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:58 smithi177 ceph-mon[28405]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:58.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:58 smithi177 ceph-mon[28405]: mgrmap e23: x(active, since 94s) 2024-09-17T12:02:58.647 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:58 smithi077 ceph-mon[25438]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:02:58.648 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:58 smithi077 ceph-mon[25438]: mgrmap e23: x(active, since 94s) 2024-09-17T12:02:59.051 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:02:59.051 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:01:24.973856Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:01:25.065224Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:24.973616Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:24.973714Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:58.811023Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "running": 0, "size": 3}}] 2024-09-17T12:02:59.669 INFO:tasks.cephadm:smb.adipctdb has 0/3 2024-09-17T12:02:59.896 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:59.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:02:59 smithi177 ceph-mon[28405]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 511 B/s wr, 8 op/s 2024-09-17T12:02:59.936 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.936 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:59.937 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:02:59 smithi077 ceph-mon[25438]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 511 B/s wr, 8 op/s 2024-09-17T12:02:59.985 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.985 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.985 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.986 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: configuring smb/ctdb cluster metadata 2024-09-17T12:02:59.986 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:02:59.986 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:02:59.986 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: from='client.15267 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:02:59.986 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:02:59 smithi089 ceph-mon[28137]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 511 B/s wr, 8 op/s 2024-09-17T12:03:00.670 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:03:01.363 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:01.998 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:03:01.998 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:25.035277Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:25.035441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:58.811023Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 2, "size": 3}}] 2024-09-17T12:03:01.998 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:01 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:01.999 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:01 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:01.999 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:01 smithi077 ceph-mon[25438]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:01.999 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:01 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:01.999 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:01 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.003 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:01 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.003 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:01 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.003 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:01 smithi177 ceph-mon[28405]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:02.003 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:01 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.003 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:01 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.044 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:01 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.044 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:01 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.044 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:01 smithi089 ceph-mon[28137]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:02.044 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:01 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.044 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:01 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:02.879 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:02 smithi077 ceph-mon[25438]: from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:02.915 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:02 smithi177 ceph-mon[28405]: from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:02.916 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:02 smithi089 ceph-mon[28137]: from='client.15333 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:02.925 INFO:tasks.cephadm:smb.adipctdb has 2/3 2024-09-17T12:03:03.926 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:03:03.995 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:03 smithi089 ceph-mon[28137]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:03.996 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:03 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:04.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:03 smithi177 ceph-mon[28405]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:04.055 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:03 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:04.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:03 smithi077 ceph-mon[25438]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 511 B/s wr, 5 op/s 2024-09-17T12:03:04.080 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:03 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:04.182 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:04.841 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:03:04.841 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:01:25.035277Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:01:25.035441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:58.811023Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 2, "size": 3}}] 2024-09-17T12:03:05.603 INFO:tasks.cephadm:smb.adipctdb has 2/3 2024-09-17T12:03:06.604 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:03:06.632 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:06 smithi077 ceph-mon[25438]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:06.632 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:06 smithi077 ceph-mon[25438]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T12:03:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:06 smithi177 ceph-mon[28405]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:06.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:06 smithi177 ceph-mon[28405]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T12:03:06.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:06 smithi089 ceph-mon[28137]: from='client.15411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:06.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:06 smithi089 ceph-mon[28137]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T12:03:06.862 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:07.529 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:03:07.530 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:02:58.811023Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 3, "size": 3}}] 2024-09-17T12:03:07.730 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:07 smithi089 ceph-mon[28137]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T12:03:07.750 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:07 smithi077 ceph-mon[25438]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T12:03:07.750 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:07 smithi177 ceph-mon[28405]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T12:03:08.211 INFO:tasks.cephadm:smb.adipctdb has 3/3 2024-09-17T12:03:08.211 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:03:08.223 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:03:08.223 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'rados --pool=.smb -N adipctdb get cluster.meta.json /dev/stdout' 2024-09-17T12:03:08.497 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:08 smithi089 ceph-mon[28137]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.751 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:08 smithi177 ceph-mon[28405]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.752 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.753 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:03:08.754 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:08 smithi077 ceph-mon[25438]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:03:09.686 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:09 smithi077 ceph-mon[25438]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.8 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T12:03:09.714 INFO:teuthology.orchestra.run.smithi077.stdout:{"nodes": [{"pnn": 0, "identity": "smb.adipctdb.0.0.smithi077.ydxekl", "node": "172.21.15.77", "state": "ready"}, {"pnn": 1, "identity": "smb.adipctdb.1.0.smithi177.nryruu", "node": "172.21.15.177", "state": "ready"}, {"pnn": 2, "identity": "smb.adipctdb.2.0.smithi089.ezjiuz", "node": "172.21.15.89", "state": "ready"}], "_source": "cephadm"} 2024-09-17T12:03:09.714 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:03:09.725 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:03:09.725 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:03:09.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:09 smithi089 ceph-mon[28137]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.8 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T12:03:09.752 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:09 smithi177 ceph-mon[28405]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.8 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T12:03:09.758 INFO:teuthology.orchestra.run.smithi187.stderr:+ sleep 30 2024-09-17T12:03:12.411 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:12 smithi077 ceph-mon[25438]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:12.411 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:12 smithi089 ceph-mon[28137]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:12.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:12 smithi177 ceph-mon[28405]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:13.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:13 smithi089 ceph-mon[28137]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:13.757 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:13 smithi077 ceph-mon[25438]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:13.757 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:13 smithi177 ceph-mon[28405]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T12:03:16.396 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:16 smithi177 ceph-mon[28405]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T12:03:16.417 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:16 smithi089 ceph-mon[28137]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T12:03:16.586 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:16 smithi077 ceph-mon[25438]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 8.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T12:03:17.418 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:17 smithi089 ceph-mon[28137]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:17.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:17 smithi177 ceph-mon[28405]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:17.762 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:17 smithi077 ceph-mon[25438]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:19.522 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:19 smithi177 ceph-mon[28405]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:03:19.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:19 smithi089 ceph-mon[28137]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:03:19.764 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:19 smithi077 ceph-mon[25438]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:03:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:21 smithi089 ceph-mon[28137]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:21.767 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:21 smithi077 ceph-mon[25438]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:21.767 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:21 smithi177 ceph-mon[28405]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:23.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:23 smithi089 ceph-mon[28137]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:23.770 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:23 smithi177 ceph-mon[28405]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:23.770 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:23 smithi077 ceph-mon[25438]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:25.679 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:25 smithi077 ceph-mon[25438]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:25.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:25 smithi089 ceph-mon[28137]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:25.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:25 smithi177 ceph-mon[28405]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:27.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:27 smithi089 ceph-mon[28137]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:27.774 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:27 smithi077 ceph-mon[25438]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:27.775 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:27 smithi177 ceph-mon[28405]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:03:29.529 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:29 smithi089 ceph-mon[28137]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:29.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:29 smithi177 ceph-mon[28405]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:29.777 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:29 smithi077 ceph-mon[25438]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:03:31.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:31 smithi089 ceph-mon[28137]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:31.780 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:31 smithi077 ceph-mon[25438]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:31.780 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:31 smithi177 ceph-mon[28405]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:33.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:33 smithi089 ceph-mon[28137]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:33.782 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:33 smithi077 ceph-mon[25438]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:33.783 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:33 smithi177 ceph-mon[28405]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:35.686 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:35 smithi077 ceph-mon[25438]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:35.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:35 smithi089 ceph-mon[28137]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:35.785 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:35 smithi177 ceph-mon[28405]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:37.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:37 smithi089 ceph-mon[28137]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:37.788 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:37 smithi077 ceph-mon[25438]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:37.788 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:37 smithi177 ceph-mon[28405]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:39.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:39 smithi089 ceph-mon[28137]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:39.766 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.77/share1 -c ls' 2024-09-17T12:03:39.790 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:39 smithi077 ceph-mon[25438]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:39.790 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:39 smithi177 ceph-mon[28405]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:39.833 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.77/share1 -c ls 2024-09-17T12:03:40.277 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:03:40.277 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:03:40.277 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:03:40.277 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:03:40.922 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.77/share2 -c ls' 2024-09-17T12:03:40.989 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.77/share2 -c ls 2024-09-17T12:03:41.420 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:03:41.420 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:03:41.420 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:03:41.420 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:03:41.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:41 smithi089 ceph-mon[28137]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.792 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:41 smithi077 ceph-mon[25438]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.792 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:41 smithi177 ceph-mon[28405]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:41.891 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:03:41.901 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:03:41.903 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm ls --no-detail | /home/ubuntu/cephtest/cephadm shell jq -r '"'"'map(select(.name | startswith("smb.adipctdb")))[-1].name'"'"' > /tmp/svcname' 2024-09-17T12:03:41.938 INFO:teuthology.orchestra.run.smithi077.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-17T12:03:41.938 INFO:teuthology.orchestra.run.smithi077.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.adipctdb")))[-1].name' 2024-09-17T12:03:42.185 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:03:42.242 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:03:42.349 INFO:teuthology.orchestra.run.smithi077.stderr:Using ceph image with id '6c1fcab85602' and tag '7498493279982dfe87f00616198a5967475f6169' created on 2024-09-15 22:19:23 +0000 UTC 2024-09-17T12:03:42.349 INFO:teuthology.orchestra.run.smithi077.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:03:43.669 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-17T12:03:43.732 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:43 smithi077 ceph-mon[25438]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:43.736 INFO:teuthology.orchestra.run.smithi077.stderr:++ cat /tmp/svcname 2024-09-17T12:03:43.737 INFO:teuthology.orchestra.run.smithi077.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.adipctdb.0.0.smithi077.ydxekl ctdb status 2024-09-17T12:03:43.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:43 smithi089 ceph-mon[28137]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:43.795 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:43 smithi177 ceph-mon[28405]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:43.959 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring fsid 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:03:44.791 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-17T12:03:44.856 INFO:teuthology.orchestra.run.smithi077.stderr:+ cat /tmp/ctdb_status 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:Number of nodes:3 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:0 172.21.15.77 OK (THIS NODE) 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:1 172.21.15.177 OK 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:2 172.21.15.89 OK 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:Generation:1798749618 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:Size:3 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:hash:0 lmaster:0 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:hash:1 lmaster:1 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:hash:2 lmaster:2 2024-09-17T12:03:44.857 INFO:teuthology.orchestra.run.smithi077.stdout:Recovery mode:NORMAL (0) 2024-09-17T12:03:44.858 INFO:teuthology.orchestra.run.smithi077.stdout:Leader:0 2024-09-17T12:03:44.859 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:44.922 INFO:teuthology.orchestra.run.smithi077.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-17T12:03:44.923 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:0 172.21.15.77 OK (THIS NODE) 2024-09-17T12:03:44.924 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:44.987 INFO:teuthology.orchestra.run.smithi077.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-17T12:03:44.988 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:1 172.21.15.177 OK 2024-09-17T12:03:44.990 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:03:45.053 INFO:teuthology.orchestra.run.smithi077.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-17T12:03:45.053 INFO:teuthology.orchestra.run.smithi077.stdout:pnn:2 172.21.15.89 OK 2024-09-17T12:03:45.055 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-17T12:03:45.119 INFO:teuthology.orchestra.run.smithi077.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-17T12:03:45.119 INFO:teuthology.orchestra.run.smithi077.stdout:Number of nodes:3 2024-09-17T12:03:45.121 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-17T12:03:45.185 INFO:teuthology.orchestra.run.smithi077.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-17T12:03:45.187 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:03:45.201 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:03:45.201 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:03:45.230 INFO:teuthology.orchestra.run.smithi187.stderr:+ sleep 30 2024-09-17T12:03:45.693 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:45 smithi077 ceph-mon[25438]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:45.693 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:45 smithi177 ceph-mon[28405]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:45.701 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:45 smithi089 ceph-mon[28137]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:47.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:47 smithi089 ceph-mon[28137]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:47.799 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:47 smithi077 ceph-mon[25438]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:47.799 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:47 smithi177 ceph-mon[28405]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:49.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:49 smithi089 ceph-mon[28137]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:49.802 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:49 smithi077 ceph-mon[25438]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:49.802 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:49 smithi177 ceph-mon[28405]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:51.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:51 smithi089 ceph-mon[28137]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:51.804 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:51 smithi077 ceph-mon[25438]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:51.805 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:51 smithi177 ceph-mon[28405]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:53.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:53 smithi089 ceph-mon[28137]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:53.806 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:53 smithi077 ceph-mon[25438]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:53.807 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:53 smithi177 ceph-mon[28405]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 511 B/s wr, 4 op/s 2024-09-17T12:03:55.689 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:55 smithi077 ceph-mon[25438]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:55.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:55 smithi089 ceph-mon[28137]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:55.809 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:55 smithi177 ceph-mon[28405]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T12:03:57.478 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:57 smithi089 ceph-mon[28137]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:57.478 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:57 smithi077 ceph-mon[25438]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:57.811 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:57 smithi177 ceph-mon[28405]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:03:59.481 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:03:59 smithi077 ceph-mon[25438]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:59.481 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:03:59 smithi177 ceph-mon[28405]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:03:59.482 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:03:59 smithi089 ceph-mon[28137]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:01.484 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:01 smithi077 ceph-mon[25438]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:01.485 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:01 smithi177 ceph-mon[28405]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:01.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:01 smithi089 ceph-mon[28137]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:03.487 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:03 smithi077 ceph-mon[25438]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:03.488 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:03 smithi177 ceph-mon[28405]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:03.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:03 smithi089 ceph-mon[28137]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:05.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:05 smithi089 ceph-mon[28137]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:05.490 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:05 smithi077 ceph-mon[25438]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:05.491 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:05 smithi177 ceph-mon[28405]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:07.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:07 smithi089 ceph-mon[28137]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:07.494 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:07 smithi077 ceph-mon[25438]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:07.494 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:07 smithi177 ceph-mon[28405]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:08.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:08 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:08.494 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:08 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:08.495 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:08 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:04:09.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:09 smithi089 ceph-mon[28137]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:09.495 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:09.495 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:09 smithi077 ceph-mon[25438]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:09.496 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.497 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:09.497 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: fence_old_ranks: Unsupported {0: {0: 'adipctdb.0.0.smithi077.ydxekl'}, 1: {0: 'adipctdb.1.0.smithi177.nryruu'}, 2: {0: 'adipctdb.2.0.smithi089.ezjiuz'}} 3 2024-09-17T12:04:09.497 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:09 smithi177 ceph-mon[28405]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:11.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:11 smithi089 ceph-mon[28137]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:11.498 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:11 smithi077 ceph-mon[25438]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:11.499 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:11 smithi177 ceph-mon[28405]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:13.465 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:13 smithi077 ceph-mon[25438]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:13.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:13 smithi089 ceph-mon[28137]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:13.502 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:13 smithi177 ceph-mon[28405]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:15.236 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.0.31.77/share1 -c ls' 2024-09-17T12:04:15.302 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.0.31.77/share1 -c ls 2024-09-17T12:04:15.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:15 smithi089 ceph-mon[28137]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:15.505 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:15 smithi077 ceph-mon[25438]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:15.507 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:15 smithi177 ceph-mon[28405]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:04:15.802 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:04:15.802 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:04:15.802 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:04:15.802 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:04:16.303 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.0.47.77/share1 -c ls' 2024-09-17T12:04:16.367 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.0.47.77/share1 -c ls 2024-09-17T12:04:16.799 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:04:16.799 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:14 2024 2024-09-17T12:04:16.799 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:04:16.799 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:04:17.376 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.0.31.77/share2 -c ls' 2024-09-17T12:04:17.439 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.0.31.77/share2 -c ls 2024-09-17T12:04:17.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:17 smithi089 ceph-mon[28137]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:17.508 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:17 smithi177 ceph-mon[28405]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:17.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:17 smithi077 ceph-mon[25438]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:04:17.943 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:04:17.943 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:04:17.943 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:04:17.943 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:04:18.431 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //10.0.47.77/share2 -c ls' 2024-09-17T12:04:18.494 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.187 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //10.0.47.77/share2 -c ls 2024-09-17T12:04:18.927 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:04:18.927 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:01:16 2024 2024-09-17T12:04:18.927 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:04:18.927 INFO:teuthology.orchestra.run.smithi187.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T12:04:19.477 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:04:19.490 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:04:19.490 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:04:19.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:19 smithi089 ceph-mon[28137]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T12:04:19.510 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:19 smithi077 ceph-mon[25438]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T12:04:19.511 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:19 smithi177 ceph-mon[28405]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T12:04:19.751 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout: "results": [ 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:04:20.526 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: "share_id": "share1", 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "removed" 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "removed", 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:04:20.527 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: "share_id": "share2", 2024-09-17T12:04:20.528 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "removed" 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "removed", 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:04:20.529 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster_id": "adipctdb", 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "removed" 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "removed", 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: { 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "resource": { 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "auth_id": "join1-admin", 2024-09-17T12:04:20.530 INFO:teuthology.orchestra.run.smithi077.stdout: "intent": "removed" 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: }, 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: "state": "removed", 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: } 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: ], 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout: "success": true 2024-09-17T12:04:20.531 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-17T12:04:21.292 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-17T12:04:21.303 INFO:tasks.cephadm:Waiting for ceph service smb.adipctdb to be not present in service list 2024-09-17T12:04:21.303 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:21.557 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='client.15996 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: Remove service smb.adipctdb 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"}]': finished 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.558 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: Removing orphan daemon smb.adipctdb.0.0.smithi077.ydxekl... 2024-09-17T12:04:21.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: Removing daemon smb.adipctdb.0.0.smithi077.ydxekl from smithi077 -- ports [445, 9922] 2024-09-17T12:04:21.559 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:21 smithi077 ceph-mon[25438]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='client.15996 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: Remove service smb.adipctdb 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:21.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"}]': finished 2024-09-17T12:04:21.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: Removing orphan daemon smb.adipctdb.0.0.smithi077.ydxekl... 2024-09-17T12:04:21.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: Removing daemon smb.adipctdb.0.0.smithi077.ydxekl from smithi077 -- ports [445, 9922] 2024-09-17T12:04:21.741 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:21 smithi089 ceph-mon[28137]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='client.15996 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: Remove service smb.adipctdb 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"} : dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:21.897 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adipctdb/join.0.json"}]': finished 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: Removing orphan daemon smb.adipctdb.0.0.smithi077.ydxekl... 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: Removing daemon smb.adipctdb.0.0.smithi077.ydxekl from smithi077 -- ports [445, 9922] 2024-09-17T12:04:21.898 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:21 smithi177 ceph-mon[28405]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:23.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:23 smithi089 ceph-mon[28137]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:23.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:23 smithi077 ceph-mon[25438]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:23.583 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:23 smithi177 ceph-mon[28405]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 187 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 4 op/s 2024-09-17T12:04:25.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:25 smithi089 ceph-mon[28137]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 88 KiB/s wr, 13 op/s 2024-09-17T12:04:25.586 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:25 smithi177 ceph-mon[28405]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 88 KiB/s wr, 13 op/s 2024-09-17T12:04:25.699 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:25.703 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:25 smithi077 ceph-mon[25438]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 88 KiB/s wr, 13 op/s 2024-09-17T12:04:26.420 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:26.420 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 3, "size": 3}}] 2024-09-17T12:04:27.081 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:27.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:27 smithi089 ceph-mon[28137]: from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:27.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:27 smithi089 ceph-mon[28137]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 88 KiB/s wr, 11 op/s 2024-09-17T12:04:27.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:27 smithi077 ceph-mon[25438]: from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:27.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:27 smithi077 ceph-mon[25438]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 88 KiB/s wr, 11 op/s 2024-09-17T12:04:27.588 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:27 smithi177 ceph-mon[28405]: from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:27.588 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:27 smithi177 ceph-mon[28405]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 189 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 88 KiB/s wr, 11 op/s 2024-09-17T12:04:28.082 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:28.374 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:28.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:28 smithi089 ceph-mon[28137]: Removing key for client.smb.config.adipctdb.0.0.smithi077.ydxekl 2024-09-17T12:04:28.489 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:28 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"} : dispatch 2024-09-17T12:04:28.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:28 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"}]': finished 2024-09-17T12:04:28.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:28 smithi089 ceph-mon[28137]: Removing orphan daemon smb.adipctdb.2.0.smithi089.ezjiuz... 2024-09-17T12:04:28.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:28 smithi089 ceph-mon[28137]: Removing daemon smb.adipctdb.2.0.smithi089.ezjiuz from smithi089 -- ports [445, 9922] 2024-09-17T12:04:28.590 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:28 smithi177 ceph-mon[28405]: Removing key for client.smb.config.adipctdb.0.0.smithi077.ydxekl 2024-09-17T12:04:28.590 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:28 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"} : dispatch 2024-09-17T12:04:28.590 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:28 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"}]': finished 2024-09-17T12:04:28.590 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:28 smithi177 ceph-mon[28405]: Removing orphan daemon smb.adipctdb.2.0.smithi089.ezjiuz... 2024-09-17T12:04:28.590 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:28 smithi177 ceph-mon[28405]: Removing daemon smb.adipctdb.2.0.smithi089.ezjiuz from smithi089 -- ports [445, 9922] 2024-09-17T12:04:28.797 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:28 smithi077 ceph-mon[25438]: Removing key for client.smb.config.adipctdb.0.0.smithi077.ydxekl 2024-09-17T12:04:28.798 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:28 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"} : dispatch 2024-09-17T12:04:28.798 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:28 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.0.0.smithi077.ydxekl"}]': finished 2024-09-17T12:04:28.798 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:28 smithi077 ceph-mon[25438]: Removing orphan daemon smb.adipctdb.2.0.smithi089.ezjiuz... 2024-09-17T12:04:28.798 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:28 smithi077 ceph-mon[25438]: Removing daemon smb.adipctdb.2.0.smithi089.ezjiuz from smithi089 -- ports [445, 9922] 2024-09-17T12:04:29.072 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:29.072 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 2, "size": 3}}] 2024-09-17T12:04:29.591 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:29 smithi177 ceph-mon[28405]: from='client.16071 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:29.591 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:29 smithi177 ceph-mon[28405]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 88 KiB/s wr, 12 op/s 2024-09-17T12:04:29.684 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:29 smithi089 ceph-mon[28137]: from='client.16071 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:29.684 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:29 smithi089 ceph-mon[28137]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 88 KiB/s wr, 12 op/s 2024-09-17T12:04:29.726 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:29 smithi077 ceph-mon[25438]: from='client.16071 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:29.726 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:29 smithi077 ceph-mon[25438]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 4.6 KiB/s rd, 88 KiB/s wr, 12 op/s 2024-09-17T12:04:29.754 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:30.756 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:31.009 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:31.538 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:31 smithi177 ceph-mon[28405]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:31.584 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:31 smithi089 ceph-mon[28137]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:31.661 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:31.662 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 2, "size": 3}}] 2024-09-17T12:04:31.662 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:31 smithi077 ceph-mon[25438]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:32.269 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:32.579 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:32 smithi077 ceph-mon[25438]: from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:32.646 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:32 smithi177 ceph-mon[28405]: from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:32.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:32 smithi089 ceph-mon[28137]: from='client.16083 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:33.270 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:33.520 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:33.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:33 smithi077 ceph-mon[25438]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:33.596 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:33 smithi177 ceph-mon[28405]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:33.717 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:33 smithi089 ceph-mon[28137]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T12:04:34.184 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:34.184 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 2, "size": 3}}] 2024-09-17T12:04:34.553 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:34.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: Removing key for client.smb.config.adipctdb.2.0.smithi089.ezjiuz 2024-09-17T12:04:34.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"} : dispatch 2024-09-17T12:04:34.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"}]': finished 2024-09-17T12:04:34.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: Removing orphan daemon smb.adipctdb.1.0.smithi177.nryruu... 2024-09-17T12:04:34.554 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:34 smithi177 ceph-mon[28405]: Removing daemon smb.adipctdb.1.0.smithi177.nryruu from smithi177 -- ports [445, 9922] 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: Removing key for client.smb.config.adipctdb.2.0.smithi089.ezjiuz 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"} : dispatch 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"}]': finished 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: Removing orphan daemon smb.adipctdb.1.0.smithi177.nryruu... 2024-09-17T12:04:34.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:34 smithi089 ceph-mon[28137]: Removing daemon smb.adipctdb.1.0.smithi177.nryruu from smithi177 -- ports [445, 9922] 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: from='client.16101 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: Removing key for client.smb.config.adipctdb.2.0.smithi089.ezjiuz 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"} : dispatch 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.2.0.smithi089.ezjiuz"}]': finished 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: Removing orphan daemon smb.adipctdb.1.0.smithi177.nryruu... 2024-09-17T12:04:34.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:34 smithi077 ceph-mon[25438]: Removing daemon smb.adipctdb.1.0.smithi177.nryruu from smithi177 -- ports [445, 9922] 2024-09-17T12:04:34.885 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:35.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:35 smithi089 ceph-mon[28137]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:35.798 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:35 smithi177 ceph-mon[28405]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:35.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:35 smithi077 ceph-mon[25438]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:04:35.886 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:36.141 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:36.782 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:36.782 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 1, "size": 3}}] 2024-09-17T12:04:37.411 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:37.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:37 smithi089 ceph-mon[28137]: from='client.16107 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:37.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:37 smithi089 ceph-mon[28137]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:37.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:37 smithi077 ceph-mon[25438]: from='client.16107 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:37.830 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:37 smithi077 ceph-mon[25438]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:37.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:37 smithi177 ceph-mon[28405]: from='client.16107 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:37.852 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:37 smithi177 ceph-mon[28405]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:38.412 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:38.665 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:39.402 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:39.402 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:03:00.796587Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:03:01.393621Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:03:00.796337Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:03:00.796441Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:04:20.483097Z service:smb.adipctdb [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adipctdb", "service_name": "smb.adipctdb", "service_type": "smb", "spec": {"cluster_id": "adipctdb", "cluster_lock_uri": "rados://.smb/adipctdb/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adipctdb/cluster.meta.json", "cluster_public_addrs": [{"address": "10.0.31.77/16"}, {"address": "10.0.47.77/16"}], "config_uri": "rados://.smb/adipctdb/config.smb", "custom_dns": ["172.21.15.187"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adipctdb"], "join_sources": ["rados:mon-config-key:smb/config/adipctdb/join.0.json"]}, "status": {"created": "2024-09-17T12:01:51.299598Z", "last_refresh": "2024-09-17T12:03:00.796660Z", "running": 1, "size": 3}}] 2024-09-17T12:04:39.465 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:39 smithi177 ceph-mon[28405]: pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:39.703 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:39 smithi077 ceph-mon[25438]: pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:39.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:39 smithi089 ceph-mon[28137]: pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 511 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T12:04:40.053 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'mgr', 'smb.adipctdb', 'osd', 'mon'} 2024-09-17T12:04:40.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='client.16113 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:40.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: Removing key for client.smb.config.adipctdb.1.0.smithi177.nryruu 2024-09-17T12:04:40.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"} : dispatch 2024-09-17T12:04:40.728 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"}]': finished 2024-09-17T12:04:40.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: Purge service smb.adipctdb 2024-09-17T12:04:40.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"} : dispatch 2024-09-17T12:04:40.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"}]': finished 2024-09-17T12:04:40.729 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:40 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:40.739 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='client.16113 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: Removing key for client.smb.config.adipctdb.1.0.smithi177.nryruu 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"} : dispatch 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"}]': finished 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: Purge service smb.adipctdb 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"} : dispatch 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"}]': finished 2024-09-17T12:04:40.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:40 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='client.16113 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: Removing key for client.smb.config.adipctdb.1.0.smithi177.nryruu 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"} : dispatch 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adipctdb.1.0.smithi177.nryruu"}]': finished 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: Purge service smb.adipctdb 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"} : dispatch 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adipctdb"}]': finished 2024-09-17T12:04:40.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:40 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:04:41.054 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:04:41.329 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:04:41.956 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:04:41.956 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:01:03.353107Z", "last_refresh": "2024-09-17T12:04:41.211298Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi077=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:57:56.769897Z", "last_refresh": "2024-09-17T12:04:41.223965Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi077:172.21.15.77=a", "smithi089:172.21.15.89=b", "smithi177:172.21.15.177=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:57:33.860438Z", "last_refresh": "2024-09-17T12:04:41.179416Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:04:41.179508Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:42.490 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 172 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:04:42.491 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:42 smithi089 ceph-mon[28137]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 172 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:04:42.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 ceph-mon[25438]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.647 DEBUG:tasks.cephadm:checking if 'smb.adipctdb' in {'mds.cephfs', 'osd', 'mgr', 'mon'} 2024-09-17T12:04:42.647 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T12:04:42.657 INFO:tasks.cephadm:Teardown begin 2024-09-17T12:04:42.658 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:42.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.658 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 188 MiB used, 536 GiB / 536 GiB avail; 172 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:04:42.659 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:42 smithi177 ceph-mon[28405]: from='mgr.14553 172.21.15.77:0/3179338972' entity='mgr.x' 2024-09-17T12:04:42.686 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:42.720 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:42.753 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:04:42.785 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T12:04:42.785 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:42.802 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:42.819 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:42.837 DEBUG:teuthology.orchestra.run.smithi187:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:04:42.855 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T12:04:42.856 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T12:04:42.856 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a 2024-09-17T12:04:43.146 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:42 smithi077 systemd[1]: Stopping Ceph mon.a for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:43.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:43 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a[25415]: 2024-09-17T12:04:43.143+0000 7f0b8f779640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:43.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:43 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a[25415]: 2024-09-17T12:04:43.143+0000 7f0b8f779640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T12:04:43.580 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:43 smithi077 podman[65152]: 2024-09-17 12:04:43.307562659 +0000 UTC m=+0.269390775 container died 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=main-7498493, org.label-schema.license=GPLv2) 2024-09-17T12:04:43.919 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:43 smithi077 podman[65152]: 2024-09-17 12:04:43.70018521 +0000 UTC m=+0.662013330 container cleanup 55981a0618cb2458fdcfda007e5e24eadb65bb6f50db6108e32bfb9a375b5f62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a, RELEASE=main-7498493, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:04:43.919 INFO:journalctl@ceph.mon.a.smithi077.stdout:Sep 17 12:04:43 smithi077 bash[65152]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-a 2024-09-17T12:04:44.052 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T12:04:44.101 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:44.101 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T12:04:44.101 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T12:04:44.101 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.b 2024-09-17T12:04:44.399 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:44 smithi089 systemd[1]: Stopping Ceph mon.b for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:44.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:44 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b[28114]: 2024-09-17T12:04:44.396+0000 7f89b97d4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:44.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:44 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b[28114]: 2024-09-17T12:04:44.396+0000 7f89b97d4640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:04:44.740 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:44 smithi089 podman[46316]: 2024-09-17 12:04:44.560612429 +0000 UTC m=+0.271525918 container died c2d080890045e53a92679f809b733450aa2a8842393c61deb8bd6277e89e5893 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:04:45.239 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:45 smithi089 podman[46316]: 2024-09-17 12:04:45.003834367 +0000 UTC m=+0.714747844 container cleanup c2d080890045e53a92679f809b733450aa2a8842393c61deb8bd6277e89e5893 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493) 2024-09-17T12:04:45.240 INFO:journalctl@ceph.mon.b.smithi089.stdout:Sep 17 12:04:45 smithi089 bash[46316]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-b 2024-09-17T12:04:45.431 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T12:04:45.474 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:45.474 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T12:04:45.474 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T12:04:45.475 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.c 2024-09-17T12:04:45.772 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:45 smithi177 systemd[1]: Stopping Ceph mon.c for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:46.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:45 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c[28382]: 2024-09-17T12:04:45.768+0000 7f8b0a90e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:46.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:45 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c[28382]: 2024-09-17T12:04:45.768+0000 7f8b0a90e640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:04:46.146 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:45 smithi177 podman[48226]: 2024-09-17 12:04:45.872480923 +0000 UTC m=+0.203520427 container died 6c96de636b47b18f98a5521a646c7906a43e5b137e13afe3660e46720ecb2095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=main-7498493, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-17T12:04:46.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:46 smithi177 podman[48226]: 2024-09-17 12:04:46.326682117 +0000 UTC m=+0.657721659 container cleanup 6c96de636b47b18f98a5521a646c7906a43e5b137e13afe3660e46720ecb2095 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:04:46.613 INFO:journalctl@ceph.mon.c.smithi177.stdout:Sep 17 12:04:46 smithi177 bash[48226]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mon-c 2024-09-17T12:04:46.757 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T12:04:46.797 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:46.797 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T12:04:46.797 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-17T12:04:46.797 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x 2024-09-17T12:04:47.079 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:04:46 smithi077 systemd[1]: Stopping Ceph mgr.x for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:47.432 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:04:47 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x[25692]: 2024-09-17T12:04:47.123+0000 7ff1ae803640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:47.432 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:04:47 smithi077 podman[65283]: 2024-09-17 12:04:47.154512974 +0000 UTC m=+0.161731058 container died 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=main-7498493, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:04:47.806 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:04:47 smithi077 podman[65283]: 2024-09-17 12:04:47.521095386 +0000 UTC m=+0.528313464 container cleanup 0863a258663b519986e13e316c0715509891131adc1ecb4a6b7f2b6e15bebf34 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-17T12:04:47.807 INFO:journalctl@ceph.mgr.x.smithi077.stdout:Sep 17 12:04:47 smithi077 bash[65283]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-mgr-x 2024-09-17T12:04:47.974 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-17T12:04:48.010 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:48.010 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-17T12:04:48.010 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T12:04:48.010 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.0 2024-09-17T12:04:48.330 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:48 smithi077 systemd[1]: Stopping Ceph osd.0 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:48.830 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:48 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T12:04:48.385+0000 7f09fd1a2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:48.830 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:48 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T12:04:48.385+0000 7f09fd1a2640 -1 osd.0 50 *** Got signal Terminated *** 2024-09-17T12:04:48.830 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:48 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0[39305]: 2024-09-17T12:04:48.385+0000 7f09fd1a2640 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:04:54.009 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:53 smithi077 podman[65423]: 2024-09-17 12:04:53.707626587 +0000 UTC m=+5.460097249 container died af6e38191cccf96cfbe0c602dbfd6b9428efb06a763fa5f6cfa51606466d6310 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-17T12:04:54.330 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65423]: 2024-09-17 12:04:54.108876926 +0000 UTC m=+5.861347575 container cleanup af6e38191cccf96cfbe0c602dbfd6b9428efb06a763fa5f6cfa51606466d6310 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T12:04:54.330 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 bash[65423]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0 2024-09-17T12:04:54.669 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65444]: 2024-09-17 12:04:54.345368392 +0000 UTC m=+0.635907687 container remove af6e38191cccf96cfbe0c602dbfd6b9428efb06a763fa5f6cfa51606466d6310 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-17T12:04:54.999 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65539]: 2024-09-17 12:04:54.571135103 +0000 UTC m=+0.015705203 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:04:54.999 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65539]: 2024-09-17 12:04:54.671197827 +0000 UTC m=+0.115767917 container create 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T12:04:54.999 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65539]: 2024-09-17 12:04:54.898726714 +0000 UTC m=+0.343296806 container init 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T12:04:55.000 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65539]: 2024-09-17 12:04:54.903564476 +0000 UTC m=+0.348134567 container start 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=main-7498493, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T12:04:55.000 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:54 smithi077 podman[65539]: 2024-09-17 12:04:54.99854252 +0000 UTC m=+0.443112610 container attach 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-17T12:04:55.330 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:55 smithi077 podman[65539]: 2024-09-17 12:04:55.085734535 +0000 UTC m=+0.530304625 container died 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-17T12:04:55.695 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:55 smithi077 podman[65583]: 2024-09-17 12:04:55.676951736 +0000 UTC m=+0.585826971 container remove 16a1a924619e6c9bd5e20d1a5bafd84af0aaa6d9b95950c3389aeaa795f27eb6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-17T12:04:55.695 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:55 smithi077 systemd[1]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-17T12:04:55.695 INFO:journalctl@ceph.osd.0.smithi077.stdout:Sep 17 12:04:55 smithi077 systemd[1]: Stopped Ceph osd.0 for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T12:04:55.697 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T12:04:55.735 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:04:55.736 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T12:04:55.736 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T12:04:55.736 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.1 2024-09-17T12:04:56.058 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:04:55 smithi077 systemd[1]: Stopping Ceph osd.1 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:04:56.330 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:04:56 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T12:04:56.056+0000 7f2d8a69f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:04:56.330 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:04:56 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T12:04:56.056+0000 7f2d8a69f640 -1 osd.1 50 *** Got signal Terminated *** 2024-09-17T12:04:56.330 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:04:56 smithi077 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1[45091]: 2024-09-17T12:04:56.056+0000 7f2d8a69f640 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:01.858 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:01 smithi077 podman[65666]: 2024-09-17 12:05:01.592605547 +0000 UTC m=+5.644736677 container died c7c997ac525a468244e1d3b2f74393e913ff8a5d44b2001391857e9af62a2b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1, org.label-schema.schema-version=1.0, RELEASE=main-7498493, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-17T12:05:02.223 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:01 smithi077 podman[65666]: 2024-09-17 12:05:01.963101338 +0000 UTC m=+6.015232451 container cleanup c7c997ac525a468244e1d3b2f74393e913ff8a5d44b2001391857e9af62a2b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:05:02.223 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:01 smithi077 bash[65666]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1 2024-09-17T12:05:02.576 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65691]: 2024-09-17 12:05:02.222567266 +0000 UTC m=+0.624219336 container remove c7c997ac525a468244e1d3b2f74393e913ff8a5d44b2001391857e9af62a2b77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=main-7498493, org.label-schema.schema-version=1.0) 2024-09-17T12:05:02.830 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.478084993 +0000 UTC m=+0.015617390 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:05:02.830 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.581754049 +0000 UTC m=+0.119286433 container create f5918b3ccdb3a6f97f753fa26233231a58aab5f4db0c558247271050a27f0602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=main-7498493) 2024-09-17T12:05:02.830 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.784502167 +0000 UTC m=+0.322034560 container init f5918b3ccdb3a6f97f753fa26233231a58aab5f4db0c558247271050a27f0602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T12:05:02.830 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.789387926 +0000 UTC m=+0.326920314 container start f5918b3ccdb3a6f97f753fa26233231a58aab5f4db0c558247271050a27f0602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-17T12:05:03.262 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.875547823 +0000 UTC m=+0.413080224 container attach f5918b3ccdb3a6f97f753fa26233231a58aab5f4db0c558247271050a27f0602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T12:05:03.263 INFO:journalctl@ceph.osd.1.smithi077.stdout:Sep 17 12:05:02 smithi077 podman[65788]: 2024-09-17 12:05:02.979372339 +0000 UTC m=+0.516904735 container died f5918b3ccdb3a6f97f753fa26233231a58aab5f4db0c558247271050a27f0602 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, RELEASE=main-7498493, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T12:05:03.543 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T12:05:03.580 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:03.580 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T12:05:03.581 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T12:05:03.581 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.2 2024-09-17T12:05:03.894 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:03 smithi089 systemd[1]: Stopping Ceph osd.2 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:05:04.240 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:03 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T12:05:03.891+0000 7f0cc28e4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:05:04.240 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:03 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T12:05:03.891+0000 7f0cc28e4640 -1 osd.2 50 *** Got signal Terminated *** 2024-09-17T12:05:04.240 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:03 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2[31468]: 2024-09-17T12:05:03.891+0000 7f0cc28e4640 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:09.490 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:09 smithi089 podman[46460]: 2024-09-17 12:05:09.277885685 +0000 UTC m=+5.496244286 container died 79d39c68648160244d99cc5da56785f6f55ae18d139d64b0955e3a74eea97560 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, RELEASE=main-7498493, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T12:05:09.901 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:09 smithi089 podman[46460]: 2024-09-17 12:05:09.673670583 +0000 UTC m=+5.892029178 container cleanup 79d39c68648160244d99cc5da56785f6f55ae18d139d64b0955e3a74eea97560 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-17T12:05:09.901 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:09 smithi089 bash[46460]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2 2024-09-17T12:05:10.218 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:09 smithi089 podman[46482]: 2024-09-17 12:05:09.899983855 +0000 UTC m=+0.622230623 container remove 79d39c68648160244d99cc5da56785f6f55ae18d139d64b0955e3a74eea97560 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:05:10.489 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.217349353 +0000 UTC m=+0.105313379 container create 5f5038a468aa26d578d9272d1b3b33002bfeae834edbcd3d599ec822349e9304 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:05:10.490 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.128060948 +0000 UTC m=+0.016024992 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:05:10.490 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.436199685 +0000 UTC m=+0.324163731 container init 5f5038a468aa26d578d9272d1b3b33002bfeae834edbcd3d599ec822349e9304 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T12:05:10.490 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.441274645 +0000 UTC m=+0.329238674 container start 5f5038a468aa26d578d9272d1b3b33002bfeae834edbcd3d599ec822349e9304 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-17T12:05:10.923 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.52791822 +0000 UTC m=+0.415882263 container attach 5f5038a468aa26d578d9272d1b3b33002bfeae834edbcd3d599ec822349e9304 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-17T12:05:10.923 INFO:journalctl@ceph.osd.2.smithi089.stdout:Sep 17 12:05:10 smithi089 podman[46573]: 2024-09-17 12:05:10.629914054 +0000 UTC m=+0.517878092 container died 5f5038a468aa26d578d9272d1b3b33002bfeae834edbcd3d599ec822349e9304 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T12:05:11.201 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T12:05:11.240 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:11.240 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T12:05:11.240 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T12:05:11.240 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.3 2024-09-17T12:05:11.489 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:11 smithi089 systemd[1]: Stopping Ceph osd.3 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:05:11.990 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:11 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T12:05:11.594+0000 7ff120f65640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:05:11.990 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:11 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T12:05:11.594+0000 7ff120f65640 -1 osd.3 50 *** Got signal Terminated *** 2024-09-17T12:05:11.990 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:11 smithi089 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3[37010]: 2024-09-17T12:05:11.594+0000 7ff120f65640 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:15.897 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:15 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:15.537+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:16.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:15 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:15.903+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:16.896 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:16 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:16.545+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:17.240 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:16 smithi089 podman[46701]: 2024-09-17 12:05:16.963154037 +0000 UTC m=+5.503273275 container died 87207f1c412f1877ad0a08725c6f847147e06c371622cadb0dadcddadf1a2221 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T12:05:17.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:16 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:16.929+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:17.577 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:17 smithi089 podman[46701]: 2024-09-17 12:05:17.325337986 +0000 UTC m=+5.865457219 container cleanup 87207f1c412f1877ad0a08725c6f847147e06c371622cadb0dadcddadf1a2221 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T12:05:17.578 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:17 smithi089 bash[46701]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3 2024-09-17T12:05:17.886 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:17 smithi089 podman[46721]: 2024-09-17 12:05:17.576437483 +0000 UTC m=+0.612008456 container remove 87207f1c412f1877ad0a08725c6f847147e06c371622cadb0dadcddadf1a2221 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:05:17.887 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:17 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:17.509+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:18.138 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:17 smithi089 podman[46814]: 2024-09-17 12:05:17.885523523 +0000 UTC m=+0.111177390 container create dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, org.label-schema.schema-version=1.0) 2024-09-17T12:05:18.139 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:17 smithi089 podman[46814]: 2024-09-17 12:05:17.790309778 +0000 UTC m=+0.015963656 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:05:18.139 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 podman[46814]: 2024-09-17 12:05:18.13804264 +0000 UTC m=+0.363696523 container init dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T12:05:18.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:17 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:17.886+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:18.489 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 podman[46814]: 2024-09-17 12:05:18.142718096 +0000 UTC m=+0.368371964 container start dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-17T12:05:18.490 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 podman[46814]: 2024-09-17 12:05:18.21294063 +0000 UTC m=+0.438594510 container attach dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-17T12:05:18.490 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 podman[46814]: 2024-09-17 12:05:18.33010761 +0000 UTC m=+0.555761486 container died dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-17T12:05:18.875 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T12:05:18.896 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:18 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:18.491+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:18.898 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 podman[46857]: 2024-09-17 12:05:18.849417832 +0000 UTC m=+0.513803796 container remove dd42df309674357d3f5181a6a86a93d3af7ae7fef1dd43d3784e24cf65579f1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T12:05:18.898 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 systemd[1]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-17T12:05:18.898 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 systemd[1]: Stopped Ceph osd.3 for 8b987e84-74eb-11ef-bceb-c7b262605968. 2024-09-17T12:05:18.898 INFO:journalctl@ceph.osd.3.smithi089.stdout:Sep 17 12:05:18 smithi089 systemd[1]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.3.service: Consumed 3.981s CPU time. 2024-09-17T12:05:18.911 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:18.911 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T12:05:18.911 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T12:05:18.911 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.4 2024-09-17T12:05:19.221 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:18 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:18.915+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:19.222 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:18 smithi177 systemd[1]: Stopping Ceph osd.4 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:05:19.222 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:19 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:19.219+0000 7f565037a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:05:19.222 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:19 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:19.219+0000 7f565037a640 -1 osd.4 50 *** Got signal Terminated *** 2024-09-17T12:05:19.222 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:19 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:19.219+0000 7f565037a640 -1 osd.4 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:19.874 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:19 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:19.480+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:20.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:19 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:19.872+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:20.896 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:20 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:20.467+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:21.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:20 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:20.912+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:21.896 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:21 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:21.487+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:22.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:21 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:21.894+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:22.873 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:22 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:22.441+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:23.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:22 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:22.871+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:23.896 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:23 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4[32371]: 2024-09-17T12:05:23.485+0000 7f564c98f640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:52.949389+0000 front 2024-09-17T12:04:52.949460+0000 (oldest deadline 2024-09-17T12:05:14.649258+0000) 2024-09-17T12:05:24.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:23 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:23.896+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:24.780 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:24 smithi177 podman[48374]: 2024-09-17 12:05:24.521845617 +0000 UTC m=+5.415922254 container died 83dcb29c9ef0652da9e48dbaabd9fd01a2bc25d73008da05f3a80a628ee93ed5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4, ceph=True, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T12:05:25.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:24 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:24.881+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:25.146 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:24 smithi177 podman[48374]: 2024-09-17 12:05:24.968387574 +0000 UTC m=+5.862464252 container cleanup 83dcb29c9ef0652da9e48dbaabd9fd01a2bc25d73008da05f3a80a628ee93ed5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T12:05:25.147 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:24 smithi177 bash[48374]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4 2024-09-17T12:05:25.560 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48395]: 2024-09-17 12:05:25.165573618 +0000 UTC m=+0.634094639 container remove 83dcb29c9ef0652da9e48dbaabd9fd01a2bc25d73008da05f3a80a628ee93ed5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4, ceph=True, io.buildah.version=1.37.2, RELEASE=main-7498493, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T12:05:25.857 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.462463837 +0000 UTC m=+0.015473190 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:05:25.857 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.562514913 +0000 UTC m=+0.115524254 container create 63a8708d04d85fc97bde20a6f2296401e563fd68b3bf7f861196d8c342b191ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.vendor=CentOS) 2024-09-17T12:05:25.858 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.781470642 +0000 UTC m=+0.334479991 container init 63a8708d04d85fc97bde20a6f2296401e563fd68b3bf7f861196d8c342b191ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-17T12:05:25.858 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.786203513 +0000 UTC m=+0.339212856 container start 63a8708d04d85fc97bde20a6f2296401e563fd68b3bf7f861196d8c342b191ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T12:05:25.858 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.856283892 +0000 UTC m=+0.409293236 container attach 63a8708d04d85fc97bde20a6f2296401e563fd68b3bf7f861196d8c342b191ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T12:05:26.146 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 17 12:05:25 smithi177 podman[48489]: 2024-09-17 12:05:25.972766394 +0000 UTC m=+0.525775745 container died 63a8708d04d85fc97bde20a6f2296401e563fd68b3bf7f861196d8c342b191ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-17T12:05:26.147 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:25 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:25.925+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:26.706 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T12:05:26.750 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:26.802 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T12:05:26.802 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T12:05:26.802 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.5 2024-09-17T12:05:26.951 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:26 smithi177 systemd[1]: Stopping Ceph osd.5 for 8b987e84-74eb-11ef-bceb-c7b262605968... 2024-09-17T12:05:27.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:26 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:26.950+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:27.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:26 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:26.950+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:27.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:27 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:27.081+0000 7fe3a412f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:05:27.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:27 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:27.081+0000 7fe3a412f640 -1 osd.5 50 *** Got signal Terminated *** 2024-09-17T12:05:27.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:27 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:27.081+0000 7fe3a412f640 -1 osd.5 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:05:28.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:28 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:27.999+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:28.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:28 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:27.999+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:29.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:29 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:29.041+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:29.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:29 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:29.041+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:30.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:30 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:30.002+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:30.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:30 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:30.002+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:30.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:30 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:30.002+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.89:6804 osd.2 since back 2024-09-17T12:05:06.308377+0000 front 2024-09-17T12:05:06.308297+0000 (oldest deadline 2024-09-17T12:05:29.808204+0000) 2024-09-17T12:05:31.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.005+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:31.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.005+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:31.397 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.005+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.89:6804 osd.2 since back 2024-09-17T12:05:06.308377+0000 front 2024-09-17T12:05:06.308297+0000 (oldest deadline 2024-09-17T12:05:29.808204+0000) 2024-09-17T12:05:32.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.977+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6806 osd.0 since back 2024-09-17T12:04:51.706888+0000 front 2024-09-17T12:04:51.706855+0000 (oldest deadline 2024-09-17T12:05:15.806800+0000) 2024-09-17T12:05:32.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.977+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.77:6814 osd.1 since back 2024-09-17T12:05:01.007864+0000 front 2024-09-17T12:05:01.007842+0000 (oldest deadline 2024-09-17T12:05:26.307779+0000) 2024-09-17T12:05:32.396 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:31 smithi177 ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5[38387]: 2024-09-17T12:05:31.977+0000 7fe39c73c640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.89:6804 osd.2 since back 2024-09-17T12:05:06.308377+0000 front 2024-09-17T12:05:06.308297+0000 (oldest deadline 2024-09-17T12:05:29.808204+0000) 2024-09-17T12:05:32.789 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:32 smithi177 podman[48618]: 2024-09-17 12:05:32.487987683 +0000 UTC m=+5.507589304 container died e2cfbbfc5523cad5938ac38f21701b50574caea914ed6e14f2f8303a270f5216 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-17T12:05:33.147 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:32 smithi177 podman[48618]: 2024-09-17 12:05:32.971077318 +0000 UTC m=+5.990678970 container cleanup e2cfbbfc5523cad5938ac38f21701b50574caea914ed6e14f2f8303a270f5216 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-17T12:05:33.147 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:32 smithi177 bash[48618]: ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5 2024-09-17T12:05:33.565 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48650]: 2024-09-17 12:05:33.230849059 +0000 UTC m=+0.738617811 container remove e2cfbbfc5523cad5938ac38f21701b50574caea914ed6e14f2f8303a270f5216 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:05:33.859 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.564972844 +0000 UTC m=+0.096741361 container create 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T12:05:33.860 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.483988101 +0000 UTC m=+0.015756623 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:05:33.860 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.767265966 +0000 UTC m=+0.299034502 container init 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, org.label-schema.license=GPLv2) 2024-09-17T12:05:33.860 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.772204699 +0000 UTC m=+0.303973217 container start 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=main-7498493, ceph=True, CEPH_POINT_RELEASE=) 2024-09-17T12:05:33.860 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.858725578 +0000 UTC m=+0.390494098 container attach 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-17T12:05:34.146 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:33 smithi177 podman[48741]: 2024-09-17 12:05:33.96165578 +0000 UTC m=+0.493424300 container died 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T12:05:34.505 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 17 12:05:34 smithi177 podman[48783]: 2024-09-17 12:05:34.495616915 +0000 UTC m=+0.528436297 container remove 92cedb39767bc21d317e929ad2d5cd511878dc0d8e75cddb0851b5bd72028559 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-8b987e84-74eb-11ef-bceb-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=main-7498493, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T12:05:34.511 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8b987e84-74eb-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T12:05:34.550 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:05:34.551 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T12:05:34.551 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:34.752 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:38.425 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:38.626 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:39.738 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:39.931 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:48.792 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:05:49.002 INFO:teuthology.orchestra.run.smithi187.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:49.143 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:49.177 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:49.210 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:49.240 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:05:49.265 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T12:05:49.267 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi077/crash 2024-09-17T12:05:49.268 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:49.303 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:49.303 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:49.305 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi089/crash 2024-09-17T12:05:49.306 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:49.350 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:49.350 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:49.352 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi177/crash 2024-09-17T12:05:49.353 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:49.388 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:49.388 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:49.390 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi187/crash 2024-09-17T12:05:49.391 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:05:49.423 INFO:teuthology.orchestra.run.smithi187.stderr:tar: /var/lib/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:05:49.423 INFO:teuthology.orchestra.run.smithi187.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:05:49.424 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T12:05:49.424 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:05:49.455 INFO:tasks.cephadm:Compressing logs... 2024-09-17T12:05:49.455 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:49.498 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:49.501 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:49.503 DEBUG:teuthology.orchestra.run.smithi187:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:05:49.524 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T12:05:49.524 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2024-09-17T12:05:49.524 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T12:05:49.524 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:49.525 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:49.527 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi077.untnsu.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi077.untnsu.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr: 79.1% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi077.untnsu.log.gz 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr: 84.2% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:49.528 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mgr.x.log: 89.9% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:49.529 INFO:teuthology.orchestra.run.smithi077.stderr: 86.5% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:49.533 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:49.533 INFO:teuthology.orchestra.run.smithi187.stderr:: No such file or directory 2024-09-17T12:05:49.534 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: 76.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:49.534 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-09-17T12:05:49.534 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m0.012s 2024-09-17T12:05:49.534 INFO:teuthology.orchestra.run.smithi187.stderr:user 0m0.010s 2024-09-17T12:05:49.534 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m0.011s 2024-09-17T12:05:49.537 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:49.537 INFO:teuthology.orchestra.run.smithi077.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:: No such file or directory 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.2.log: 81.6% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-17T12:05:49.538 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi089.stderr: 90.1% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.3.log: 86.4% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: 87.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi089.stderr: 91.2% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-17T12:05:49.539 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi177.npblxz.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi177.npblxz.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr: 83.9% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi177.npblxz.log.gz 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:05:49.540 INFO:teuthology.orchestra.run.smithi177.stderr: 90.1% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:05:49.541 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.5.log: 81.6%gzip -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.cephadm.log.gz -5 2024-09-17T12:05:49.541 INFO:teuthology.orchestra.run.smithi177.stderr: --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:05:49.541 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 86.4% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:05:49.541 INFO:teuthology.orchestra.run.smithi177.stderr: 89.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:05:49.541 INFO:teuthology.orchestra.run.smithi177.stderr: 91.2% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:05:49.624 INFO:teuthology.orchestra.run.smithi089.stderr: 92.4% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T12:05:49.627 INFO:teuthology.orchestra.run.smithi177.stderr: 92.3% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T12:05:49.642 INFO:teuthology.orchestra.run.smithi077.stderr: 89.7% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-17T12:05:49.691 INFO:teuthology.orchestra.run.smithi077.stderr: 93.6% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T12:05:49.725 INFO:teuthology.orchestra.run.smithi177.stderr: 93.8% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-17T12:05:49.753 INFO:teuthology.orchestra.run.smithi077.stderr: 93.9% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T12:05:49.768 INFO:teuthology.orchestra.run.smithi089.stderr: 93.7% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T12:05:49.792 INFO:teuthology.orchestra.run.smithi177.stderr: 93.4% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-17T12:05:49.794 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-09-17T12:05:49.794 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.278s 2024-09-17T12:05:49.794 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.562s 2024-09-17T12:05:49.794 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.037s 2024-09-17T12:05:49.809 INFO:teuthology.orchestra.run.smithi089.stderr: 93.7% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-17T12:05:49.811 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-09-17T12:05:49.812 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.295s 2024-09-17T12:05:49.812 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.609s 2024-09-17T12:05:49.812 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.044s 2024-09-17T12:05:49.826 INFO:teuthology.orchestra.run.smithi077.stderr: 91.0% -- replaced with /var/log/ceph/8b987e84-74eb-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T12:05:49.828 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-09-17T12:05:49.828 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.316s 2024-09-17T12:05:49.828 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.802s 2024-09-17T12:05:49.828 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.052s 2024-09-17T12:05:49.828 INFO:tasks.cephadm:Archiving logs... 2024-09-17T12:05:49.829 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi077/log 2024-09-17T12:05:49.829 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:50.031 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi089/log 2024-09-17T12:05:50.032 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:50.151 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi177/log 2024-09-17T12:05:50.152 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:50.268 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi187/log 2024-09-17T12:05:50.268 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:05:50.295 INFO:tasks.cephadm:Removing cluster... 2024-09-17T12:05:50.296 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:50.484 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:50.606 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:50.795 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:50.917 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8b987e84-74eb-11ef-bceb-c7b262605968 --force 2024-09-17T12:05:51.115 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: 8b987e84-74eb-11ef-bceb-c7b262605968 2024-09-17T12:05:51.237 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T12:05:51.237 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:51.255 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:51.271 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:51.286 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:05:51.305 INFO:tasks.cephadm:Teardown complete 2024-09-17T12:05:51.305 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-17T12:05:51.316 INFO:tasks.vip:Removing 10.0.15.77 (and any VIPs) on smithi077.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T12:05:51.316 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr del 10.0.15.77/16 dev enp3s0f1 2024-09-17T12:05:51.346 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-09-17T12:05:51.413 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr del 10.0.47.77/16 dev enp3s0f1 2024-09-17T12:05:51.478 INFO:teuthology.orchestra.run.smithi077.stderr:Error: ipv4: Address not found. 2024-09-17T12:05:51.479 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T12:05:51.480 INFO:tasks.vip:Removing 10.0.15.89 (and any VIPs) on smithi089.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T12:05:51.480 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.15.89/16 dev enp3s0f1 2024-09-17T12:05:51.507 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-09-17T12:05:51.574 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr del 10.0.47.77/16 dev enp3s0f1 2024-09-17T12:05:51.638 INFO:teuthology.orchestra.run.smithi089.stderr:Error: ipv4: Address not found. 2024-09-17T12:05:51.639 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T12:05:51.639 INFO:tasks.vip:Removing 10.0.15.177 (and any VIPs) on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T12:05:51.639 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.15.177/16 dev enp3s0f1 2024-09-17T12:05:51.666 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-09-17T12:05:51.730 INFO:teuthology.orchestra.run.smithi177.stderr:Error: ipv4: Address not found. 2024-09-17T12:05:51.731 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T12:05:51.732 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.47.77/16 dev enp3s0f1 2024-09-17T12:05:51.797 INFO:tasks.vip:Removing 10.0.15.187 (and any VIPs) on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T12:05:51.797 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.15.187/16 dev enp3s0f1 2024-09-17T12:05:51.827 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-09-17T12:05:51.896 INFO:teuthology.orchestra.run.smithi187.stderr:Error: ipv4: Address not found. 2024-09-17T12:05:51.897 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T12:05:51.898 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.47.77/16 dev enp3s0f1 2024-09-17T12:05:51.965 INFO:teuthology.orchestra.run.smithi187.stderr:Error: ipv4: Address not found. 2024-09-17T12:05:51.967 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T12:05:51.967 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-09-17T12:05:51.979 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman stop samba-ad 2024-09-17T12:05:52.772 INFO:teuthology.orchestra.run.smithi187.stdout:samba-ad 2024-09-17T12:05:52.776 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman rm samba-ad 2024-09-17T12:05:53.101 INFO:teuthology.orchestra.run.smithi187.stdout:samba-ad 2024-09-17T12:05:53.105 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-17T12:05:53.133 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T12:05:53.145 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T12:05:53.146 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:53.148 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:53.152 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:53.155 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:05:53.163 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:05:53.166 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:05:53.168 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:05:53.168 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T12:05:53.169 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 377 39 -450us[ -501us] +/- 51ms 2024-09-17T12:05:53.169 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 37 +1815us[+1815us] +/- 75ms 2024-09-17T12:05:53.169 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 -987us[-1039us] +/- 60ms 2024-09-17T12:05:53.169 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:05:53.170 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv01.front.sepia.ceph.com 3 6 377 37 -457us[ -495us] +/- 51ms 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 37 +1838us[+1838us] +/- 75ms 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 -988us[-1026us] +/- 60ms 2024-09-17T12:05:53.171 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:05:53.174 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:05:53.175 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-09-17T12:05:53.175 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv01.front.sepia.ceph.com 3 6 377 40 -493us[ -496us] +/- 51ms 2024-09-17T12:05:53.175 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 40 +1810us[+1807us] +/- 75ms 2024-09-17T12:05:53.175 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 -1017us[-1017us] +/- 60ms 2024-09-17T12:05:53.175 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:05:53.188 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:05:53.193 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:05:53.194 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-09-17T12:05:53.194 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv01.front.sepia.ceph.com 3 6 377 40 -452us[ -484us] +/- 51ms 2024-09-17T12:05:53.194 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 39 +1840us[+1840us] +/- 75ms 2024-09-17T12:05:53.194 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 41 -970us[-1002us] +/- 60ms 2024-09-17T12:05:53.194 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:05:53.194 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T12:05:53.204 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T12:05:53.205 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T12:05:53.215 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:05:53.293 DEBUG:teuthology.orchestra.run.smithi089:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:05:53.364 DEBUG:teuthology.orchestra.run.smithi177:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:05:53.437 DEBUG:teuthology.orchestra.run.smithi187:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:05:53.502 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:05:53.533 INFO:teuthology.orchestra.run.smithi077.stdout:type=AVC msg=audit(1726574577.536:10852): avc: denied { nlmsg_read } for pid=60353 comm="ss" scontext=system_u:system_r:container_t:s0:c26,c385 tcontext=system_u:system_r:container_t:s0:c26,c385 tclass=netlink_tcpdiag_socket permissive=1 2024-09-17T12:05:53.533 DEBUG:teuthology.task.selinux:ubuntu@smithi077.front.sepia.ceph.com has 1 denials 2024-09-17T12:05:53.533 DEBUG:teuthology.orchestra.run.smithi089:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:05:53.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:53.564 DEBUG:teuthology.orchestra.run.smithi177:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:05:53.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:53.596 DEBUG:teuthology.orchestra.run.smithi187:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:05:53.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:53.626 ERROR:teuthology.run_tasks:Manager failed: selinux Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 160, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/selinux.py", line 167, in teardown self.get_new_denials() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/task/selinux.py", line 216, in get_new_denials raise SELinuxError(node=remote, teuthology.exceptions.SELinuxError: SELinux denials found on ubuntu@smithi077.front.sepia.ceph.com: ['type=AVC msg=audit(1726574577.536:10852): avc: denied { nlmsg_read } for pid=60353 comm="ss" scontext=system_u:system_r:container_t:s0:c26,c385 tcontext=system_u:system_r:container_t:s0:c26,c385 tclass=netlink_tcpdiag_socket permissive=1'] 2024-09-17T12:05:53.627 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T12:05:53.638 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T12:05:53.648 INFO:teuthology.task.internal:Duration was 992.960212 seconds 2024-09-17T12:05:53.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T12:05:53.659 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T12:05:53.659 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:53.663 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:53.665 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:53.668 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:05:53.702 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:05:53.704 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:05:53.708 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:05:53.710 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:05:54.191 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T12:05:54.191 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:05:54.192 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:54.215 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-09-17T12:05:54.215 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:54.248 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-09-17T12:05:54.249 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:54.277 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:05:54.278 DEBUG:teuthology.orchestra.run.smithi187:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:05:54.303 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T12:05:54.303 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:54.306 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:54.309 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:54.321 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:05:54.373 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T12:05:54.373 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:54.376 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:54.379 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:54.389 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:05:54.916 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T12:05:54.927 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T12:05:54.927 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:54.951 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:54.976 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:55.002 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:05:55.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T12:05:55.040 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.042 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.045 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.048 DEBUG:teuthology.orchestra.run.smithi187:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.063 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-09-17T12:05:55.066 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-09-17T12:05:55.070 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-09-17T12:05:55.094 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-09-17T12:05:55.118 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:55.137 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:55.173 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:55.188 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:05:55.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:05:55.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T12:05:55.215 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T12:05:55.216 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi077 2024-09-17T12:05:55.217 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:55.257 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi089 2024-09-17T12:05:55.257 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:55.292 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi177 2024-09-17T12:05:55.292 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:55.329 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907804/remote/smithi187 2024-09-17T12:05:55.329 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:05:55.363 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T12:05:55.363 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:55.366 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:55.368 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:55.370 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:05:55.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T12:05:55.427 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T12:05:55.427 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T12:05:55.439 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T12:05:55.439 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:55.441 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:55.443 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:55.446 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:05:55.454 INFO:teuthology.orchestra.run.smithi077.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:55.456 INFO:teuthology.orchestra.run.smithi089.stdout: 265861 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:55.458 INFO:teuthology.orchestra.run.smithi177.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:55.469 INFO:teuthology.orchestra.run.smithi187.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:05 /home/ubuntu/cephtest 2024-09-17T12:05:55.470 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T12:05:55.482 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T12:05:55.494 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: SELinuxError: SELinux denials found on ubuntu@smithi077.front.sepia.ceph.com: ['type=AVC msg=audit(1726574577.536:10852): avc: denied { nlmsg_read } for pid=60353 comm="ss" scontext=system_u:system_r:container_t:s0:c26,c385 tcontext=system_u:system_r:container_t:s0:c26,c385 tclass=netlink_tcpdiag_socket permissive=1'] 2024-09-17T12:05:55.496 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_ips} duration: 992.9602117538452 failure_reason: 'SELinux denials found on ubuntu@smithi077.front.sepia.ceph.com: [''type=AVC msg=audit(1726574577.536:10852): avc: denied { nlmsg_read } for pid=60353 comm="ss" scontext=system_u:system_r:container_t:s0:c26,c385 tcontext=system_u:system_r:container_t:s0:c26,c385 tclass=netlink_tcpdiag_socket permissive=1'']' owner: scheduled_teuthology@teuthology status: fail success: false 2024-09-17T12:05:55.497 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T12:05:55.584 INFO:teuthology.run:FAIL