2024-09-17T10:57:29.693 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T10:57:29.713 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T10:57:29.787 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725 branch: main description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_dom} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907725' 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: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNguViDiq4loc0ib8kiZL6TgijZ8IPHSv35MPwo2Oo0WFWjKodnZGGMLiV5kN5TAbXlAfBph1CWbI4GaNckpkFM= smithi044.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWrlqQkQqBf5CFVAtRjk4c4Qg4lQy6e4rHFKeHYtcGXS5HnPCzeRH00lfbCYGDO+9TK/RCHBfncCXj46FFHjNo= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLWXHdl1LL/TIjES7ys3NE2Yyjgki4R3IWDt74KiD4PRfdMJzebmiSC3d7jUp5qfbrH5HmYfnYjl8BdO2p3sxeo= smithi152.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZRZsC6JJatHPiHLV7Xd5RFB4hAl19SphSspW7w5F+OHo9kkDb4h1A11984YZJlTjgO+veaNAdCnBgOVXdgzqs= 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 - 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:\ \ adctdb1\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 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: adctdb1\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: adctdb1\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.adctdb1 - cephadm.shell: host.a: - cmd: rados --pool=.smb -N adctdb1 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.adctdb1")))[-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. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/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:\ \ adctdb1\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:\ \ adctdb1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: adctdb1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.adctdb1 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-17T10:57:29.787 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa; will attempt to use it 2024-09-17T10:57:29.788 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa/tasks 2024-09-17T10:57:29.789 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T10:57:29.790 INFO:teuthology.task.internal:Checking packages... 2024-09-17T10:57:29.811 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7498493279982dfe87f00616198a5967475f6169' 2024-09-17T10:57:29.812 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T10:57:29.812 INFO:teuthology.packaging:ref: None 2024-09-17T10:57:29.812 INFO:teuthology.packaging:tag: None 2024-09-17T10:57:29.812 INFO:teuthology.packaging:branch: main 2024-09-17T10:57:29.812 INFO:teuthology.packaging:sha1: 7498493279982dfe87f00616198a5967475f6169 2024-09-17T10:57:29.812 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-17T10:57:30.032 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4959.g2b698643 2024-09-17T10:57:30.034 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T10:57:30.040 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T10:57:30.040 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T10:57:30.085 INFO:teuthology.task.internal:Saving configuration 2024-09-17T10:57:30.101 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T10:57:30.108 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T10:57:30.132 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725', '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 10:52:24.311226', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNguViDiq4loc0ib8kiZL6TgijZ8IPHSv35MPwo2Oo0WFWjKodnZGGMLiV5kN5TAbXlAfBph1CWbI4GaNckpkFM='} 2024-09-17T10:57:30.151 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi044.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725', '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 10:52:24.308359', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWrlqQkQqBf5CFVAtRjk4c4Qg4lQy6e4rHFKeHYtcGXS5HnPCzeRH00lfbCYGDO+9TK/RCHBfncCXj46FFHjNo='} 2024-09-17T10:57:30.170 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725', '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 10:52:24.312478', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLWXHdl1LL/TIjES7ys3NE2Yyjgki4R3IWDt74KiD4PRfdMJzebmiSC3d7jUp5qfbrH5HmYfnYjl8BdO2p3sxeo='} 2024-09-17T10:57:30.194 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725', '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 10:52:24.309903', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPZRZsC6JJatHPiHLV7Xd5RFB4hAl19SphSspW7w5F+OHo9kkDb4h1A11984YZJlTjgO+veaNAdCnBgOVXdgzqs='} 2024-09-17T10:57:30.194 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T10:57:30.200 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-17T10:57:30.200 INFO:teuthology.task.internal:roles: ubuntu@smithi044.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-17T10:57:30.200 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-17T10:57:30.200 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-17T10:57:30.200 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T10:57:30.316 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbe05f3fbe0>, signals=[15]) 2024-09-17T10:57:30.316 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T10:57:30.322 INFO:teuthology.task.internal:Opening connections... 2024-09-17T10:57:30.322 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T10:57:30.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:57:30.403 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi044.front.sepia.ceph.com 2024-09-17T10:57:30.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:57:30.477 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-09-17T10:57:30.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:57:30.553 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2024-09-17T10:57:30.553 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:57:30.628 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T10:57:30.634 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-09-17T10:57:30.652 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-09-17T10:57:30.652 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-09-17T10:57:30.709 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2024-09-17T10:57:30.709 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="9" 2024-09-17T10:57:30.709 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2024-09-17T10:57:30.709 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2024-09-17T10:57:30.709 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="9" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el9" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:LOGO="fedora-logo-icon" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T10:57:30.710 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T10:57:30.711 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-09-17T10:57:30.738 DEBUG:teuthology.orchestra.run.smithi044:> uname -m 2024-09-17T10:57:30.756 INFO:teuthology.orchestra.run.smithi044.stdout:x86_64 2024-09-17T10:57:30.756 DEBUG:teuthology.orchestra.run.smithi044:> cat /etc/os-release 2024-09-17T10:57:30.814 INFO:teuthology.orchestra.run.smithi044.stdout:NAME="CentOS Stream" 2024-09-17T10:57:30.814 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION="9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:ID="centos" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:ID_LIKE="rhel fedora" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:VERSION_ID="9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:PLATFORM_ID="platform:el9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:ANSI_COLOR="0;31" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:LOGO="fedora-logo-icon" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:HOME_URL="https://centos.org/" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T10:57:30.815 INFO:teuthology.orchestra.run.smithi044.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T10:57:30.816 INFO:teuthology.lock.ops:Updating smithi044.front.sepia.ceph.com on lock server 2024-09-17T10:57:30.838 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-09-17T10:57:30.857 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-09-17T10:57:30.857 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-09-17T10:57:30.914 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2024-09-17T10:57:30.914 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="9" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="9" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el9" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:LOGO="fedora-logo-icon" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2024-09-17T10:57:30.915 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T10:57:30.916 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T10:57:30.916 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T10:57:30.916 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-09-17T10:57:30.946 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2024-09-17T10:57:30.965 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2024-09-17T10:57:30.965 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2024-09-17T10:57:31.023 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="CentOS Stream" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:ID="centos" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="rhel fedora" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:LOGO="fedora-logo-icon" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://centos.org/" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T10:57:31.024 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T10:57:31.025 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2024-09-17T10:57:31.054 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T10:57:31.063 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T10:57:31.110 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T10:57:31.111 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-09-17T10:57:31.113 DEBUG:teuthology.orchestra.run.smithi044:> test '!' -e /home/ubuntu/cephtest 2024-09-17T10:57:31.116 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-09-17T10:57:31.118 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2024-09-17T10:57:31.135 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T10:57:31.142 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T10:57:31.142 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-09-17T10:57:31.170 DEBUG:teuthology.orchestra.run.smithi044:> test -z $(ls -A /var/lib/ceph) 2024-09-17T10:57:31.173 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-09-17T10:57:31.175 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2024-09-17T10:57:31.200 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T10:57:31.300 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T10:57:31.314 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T10:57:31.314 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-17T10:57:31.314 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T10:57:31.315 DEBUG:teuthology.orchestra.run.smithi044:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T10:57:31.316 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T10:57:31.316 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T10:57:31.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T10:57:31.333 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-09-17T10:57:31.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T10:57:31.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T10:57:31.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T10:57:31.335 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-09-17T10:57:31.336 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-09-17T10:57:31.336 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-09-17T10:57:31.390 INFO:teuthology.orchestra.run.smithi044.stdout:5.14.0-503.el9.x86_64 2024-09-17T10:57:31.390 INFO:teuthology.task.kernel:Running kernel on smithi044: 5.14.0-503.el9.x86_64 2024-09-17T10:57:31.390 DEBUG:teuthology.orchestra.run.smithi044:> sudo yum install -y kernel 2024-09-17T10:57:31.393 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-503.el9.x86_64 2024-09-17T10:57:31.393 INFO:teuthology.task.kernel:Running kernel on smithi005: 5.14.0-503.el9.x86_64 2024-09-17T10:57:31.394 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-09-17T10:57:31.395 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-503.el9.x86_64 2024-09-17T10:57:31.395 INFO:teuthology.orchestra.run.smithi152.stdout:5.14.0-503.el9.x86_64 2024-09-17T10:57:31.395 INFO:teuthology.task.kernel:Running kernel on smithi129: 5.14.0-503.el9.x86_64 2024-09-17T10:57:31.395 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-09-17T10:57:31.396 INFO:teuthology.task.kernel:Running kernel on smithi152: 5.14.0-503.el9.x86_64 2024-09-17T10:57:31.396 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2024-09-17T10:57:33.704 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-17T10:57:33.795 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T10:57:35.037 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.3 MB 00:01 2024-09-17T10:57:35.521 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-17T10:57:36.888 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-17T10:57:37.355 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.3 MB 00:04 2024-09-17T10:57:40.140 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - AppStream 12 MB/s | 20 MB 00:01 2024-09-17T10:57:40.838 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-17T10:57:42.239 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.5 MB 00:01 2024-09-17T10:57:42.393 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 19 kB 00:00 2024-09-17T10:57:43.160 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-17T10:57:43.890 INFO:teuthology.orchestra.run.smithi152.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-17T10:57:44.532 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-17T10:57:44.677 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-17T10:57:46.274 INFO:teuthology.orchestra.run.smithi044.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-17T10:57:47.371 INFO:teuthology.orchestra.run.smithi044.stdout:Extra Packages for Enterprise Linux 23 MB/s | 23 MB 00:00 2024-09-17T10:57:48.499 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T10:57:50.025 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-09-17T10:57:50.203 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:01 ago on Tue 17 Sep 2024 10:57:49 AM UTC. 2024-09-17T10:57:50.389 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T10:57:50.389 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T10:57:50.481 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-09-17T10:57:50.490 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T10:57:50.490 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-09-17T10:57:50.490 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout:Install 4 Packages 2024-09-17T10:57:50.491 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:57:50.492 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 79 M 2024-09-17T10:57:50.492 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 126 M 2024-09-17T10:57:50.492 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-09-17T10:57:50.659 INFO:teuthology.orchestra.run.smithi129.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 298 kB/s | 36 kB 00:00 2024-09-17T10:57:50.894 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 20 MB 00:16 2024-09-17T10:57:51.692 INFO:teuthology.orchestra.run.smithi129.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 30 MB/s | 35 MB 00:01 2024-09-17T10:57:51.940 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T10:57:51.940 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T10:57:52.037 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2024-09-17T10:57:52.043 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T10:57:52.043 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2024-09-17T10:57:52.043 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout:Install 4 Packages 2024-09-17T10:57:52.044 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:57:52.045 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 79 M 2024-09-17T10:57:52.045 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 126 M 2024-09-17T10:57:52.045 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2024-09-17T10:57:52.317 INFO:teuthology.orchestra.run.smithi129.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 17 MB/s | 29 MB 00:01 2024-09-17T10:57:52.376 INFO:teuthology.orchestra.run.smithi152.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 470 kB/s | 36 kB 00:00 2024-09-17T10:57:52.985 INFO:teuthology.orchestra.run.smithi044.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-17T10:57:53.885 INFO:teuthology.orchestra.run.smithi129.stdout:(4/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.7 MB/s | 16 MB 00:03 2024-09-17T10:57:53.885 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-09-17T10:57:53.885 INFO:teuthology.orchestra.run.smithi129.stdout:Total 23 MB/s | 79 MB 00:03 2024-09-17T10:57:54.568 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-09-17T10:57:54.936 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-09-17T10:57:54.936 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-09-17T10:57:54.975 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T10:57:54.975 INFO:teuthology.orchestra.run.smithi044.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T10:57:55.076 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T10:57:55.086 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout:Install 4 Packages 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 79 M 2024-09-17T10:57:55.087 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 126 M 2024-09-17T10:57:55.088 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-09-17T10:57:55.503 INFO:teuthology.orchestra.run.smithi044.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 126 kB/s | 36 kB 00:00 2024-09-17T10:57:55.938 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-09-17T10:57:55.939 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-09-17T10:57:56.359 INFO:teuthology.orchestra.run.smithi152.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 3.9 MB/s | 16 MB 00:04 2024-09-17T10:57:56.403 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 4.1 MB/s | 6.5 MB 00:01 2024-09-17T10:57:57.879 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 99 kB/s | 19 kB 00:00 2024-09-17T10:57:58.369 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-09-17T10:57:58.666 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-17T10:57:58.995 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:57:59.076 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:57:59.751 INFO:teuthology.orchestra.run.smithi152.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 3.9 MB/s | 29 MB 00:07 2024-09-17T10:58:01.526 INFO:teuthology.orchestra.run.smithi152.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 3.7 MB/s | 35 MB 00:09 2024-09-17T10:58:01.526 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2024-09-17T10:58:01.526 INFO:teuthology.orchestra.run.smithi152.stdout:Total 8.3 MB/s | 79 MB 00:09 2024-09-17T10:58:01.831 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:01.968 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:02.213 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2024-09-17T10:58:02.577 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2024-09-17T10:58:02.577 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2024-09-17T10:58:03.558 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2024-09-17T10:58:03.558 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2024-09-17T10:58:03.927 INFO:teuthology.orchestra.run.smithi044.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 4.0 MB/s | 35 MB 00:08 2024-09-17T10:58:04.339 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-09-17T10:58:05.761 INFO:teuthology.orchestra.run.smithi044.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 1.5 MB/s | 16 MB 00:10 2024-09-17T10:58:06.012 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2024-09-17T10:58:06.295 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T10:58:06.295 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T10:58:06.396 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-09-17T10:58:06.408 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T10:58:06.409 INFO:teuthology.orchestra.run.smithi005.stdout:Install 4 Packages 2024-09-17T10:58:06.409 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:58:06.409 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 79 M 2024-09-17T10:58:06.409 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 126 M 2024-09-17T10:58:06.409 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-09-17T10:58:06.713 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:58:06.776 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:06.790 INFO:teuthology.orchestra.run.smithi005.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 292 kB/s | 36 kB 00:00 2024-09-17T10:58:06.794 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:06.812 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:07.907 INFO:teuthology.orchestra.run.smithi005.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 26 MB/s | 29 MB 00:01 2024-09-17T10:58:08.332 INFO:teuthology.orchestra.run.smithi005.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 9.4 MB/s | 16 MB 00:01 2024-09-17T10:58:08.666 INFO:teuthology.orchestra.run.smithi005.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:01 2024-09-17T10:58:08.666 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-09-17T10:58:08.666 INFO:teuthology.orchestra.run.smithi005.stdout:Total 35 MB/s | 79 MB 00:02 2024-09-17T10:58:09.375 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-09-17T10:58:09.556 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:09.699 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:09.773 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-09-17T10:58:09.773 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-09-17T10:58:10.685 INFO:teuthology.orchestra.run.smithi044.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 1.9 MB/s | 29 MB 00:15 2024-09-17T10:58:10.686 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-09-17T10:58:10.686 INFO:teuthology.orchestra.run.smithi044.stdout:Total 5.1 MB/s | 79 MB 00:15 2024-09-17T10:58:10.748 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-09-17T10:58:10.749 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-09-17T10:58:11.399 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-09-17T10:58:11.663 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:11.791 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-09-17T10:58:11.791 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-09-17T10:58:12.777 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-09-17T10:58:12.778 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-09-17T10:58:13.326 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-09-17T10:58:14.002 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:58:14.091 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:14.550 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:14.708 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:15.359 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-09-17T10:58:16.031 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:58:16.111 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:16.843 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:16.970 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:18.885 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:19.016 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:19.559 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:22.094 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:22.136 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:24.144 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:24.184 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:27.273 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:29.321 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:49.713 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:49.753 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:50.092 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:50.092 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:58:50.092 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:50.092 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:58:50.942 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-09-17T10:58:51.258 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:58:51.344 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:51.344 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:58:51.345 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-17T10:58:51.345 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T10:58:51.345 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T10:58:51.345 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T10:58:51.346 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T10:58:51.346 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:58:51.406 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:51.406 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:58:51.406 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2024-09-17T10:58:51.444 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2024-09-17T10:58:51.445 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2024-09-17T10:58:51.445 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.06 2024-09-17T10:58:51.445 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 82.el9 2024-09-17T10:58:51.445 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2024-09-17T10:58:51.445 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:Group : Unspecified 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 8274670 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T10:58:51.446 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : builder@centos.org 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2024-09-17T10:58:51.447 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2024-09-17T10:58:51.448 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:58:51.448 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T10:58:51.448 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T10:58:51.448 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T10:58:51.449 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2024-09-17T10:58:51.449 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T10:58:51.449 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T10:58:51.451 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T10:58:51.451 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 5.14.0-508.el9.x86_64 2024-09-17T10:58:51.452 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T10:58:52.120 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2024-09-17T10:58:53.402 INFO:teuthology.orchestra.run.smithi129.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T10:58:53.437 INFO:teuthology.orchestra.run.smithi129.stderr:done 2024-09-17T10:58:53.439 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2024-09-17T10:58:53.454 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.OWIHXfUR1B 2024-09-17T10:58:53.455 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OWIHXfUR1B 2024-09-17T10:58:53.528 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.OWIHXfUR1B 2024-09-17T10:58:53.659 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.OWIHXfUR1B is 6KB 2024-09-17T10:58:53.707 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.OWIHXfUR1B 2024-09-17T10:58:53.722 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T10:58:53.785 INFO:teuthology.orchestra.run.smithi129.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T10:58:53.785 INFO:teuthology.orchestra.run.smithi129.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T10:58:53.785 INFO:teuthology.orchestra.run.smithi129.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T10:58:53.785 INFO:teuthology.orchestra.run.smithi129.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T10:58:53.787 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T10:58:53.955 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2024-09-17T10:58:57.741 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:57.781 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:58.129 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:58.130 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:58:58.130 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:58:58.130 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:58:58.993 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:58:58.993 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:58:58.993 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2024-09-17T10:58:58.993 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:58.994 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T10:58:58.994 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T10:58:58.994 INFO:teuthology.orchestra.run.smithi152.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T10:58:58.994 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:58:58.994 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2024-09-17T10:58:59.327 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:58:59.467 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:59.467 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:58:59.467 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-17T10:58:59.467 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T10:58:59.467 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T10:58:59.467 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-17T10:58:59.467 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi152.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T10:58:59.468 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:58:59.527 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:58:59.527 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:58:59.527 DEBUG:teuthology.orchestra.run.smithi152:> sudo rpm -qi grub2-tools 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Name : grub2-tools 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Epoch : 1 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Version : 2.06 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Release : 82.el9 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Architecture: x86_64 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Group : Unspecified 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Size : 8274670 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:License : GPLv3+ 2024-09-17T10:58:59.567 INFO:teuthology.orchestra.run.smithi152.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Packager : builder@centos.org 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Vendor : CentOS 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Summary : Support tools for GRUB. 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:Description : 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout:hardware devices. 2024-09-17T10:58:59.568 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T10:58:59.569 INFO:teuthology.orchestra.run.smithi152.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T10:58:59.569 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T10:58:59.569 INFO:teuthology.task.kernel:Updating grub on smithi152 to boot 5.14.0-508.el9.x86_64 2024-09-17T10:58:59.570 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T10:59:00.267 INFO:teuthology.orchestra.run.smithi152.stderr:Generating grub configuration file ... 2024-09-17T10:59:01.665 INFO:teuthology.orchestra.run.smithi152.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T10:59:01.705 INFO:teuthology.orchestra.run.smithi152.stderr:done 2024-09-17T10:59:01.708 DEBUG:teuthology.orchestra.run.smithi152:> mktemp 2024-09-17T10:59:01.723 INFO:teuthology.orchestra.run.smithi152.stdout:/tmp/tmp.DimJljVZ4s 2024-09-17T10:59:01.724 DEBUG:teuthology.orchestra.run.smithi152:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DimJljVZ4s 2024-09-17T10:59:01.790 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 0666 /tmp/tmp.DimJljVZ4s 2024-09-17T10:59:01.936 DEBUG:teuthology.orchestra.remote:smithi152:/tmp/tmp.DimJljVZ4s is 6KB 2024-09-17T10:59:01.984 DEBUG:teuthology.orchestra.run.smithi152:> rm -fr /tmp/tmp.DimJljVZ4s 2024-09-17T10:59:01.999 DEBUG:teuthology.orchestra.run.smithi152:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T10:59:02.061 INFO:teuthology.orchestra.run.smithi152.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T10:59:02.062 INFO:teuthology.orchestra.run.smithi152.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T10:59:02.062 INFO:teuthology.orchestra.run.smithi152.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T10:59:02.062 INFO:teuthology.orchestra.run.smithi152.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T10:59:02.063 DEBUG:teuthology.orchestra.run.smithi152:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T10:59:02.211 DEBUG:teuthology.orchestra.run.smithi152:> sudo shutdown -r now 2024-09-17T10:59:06.139 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:06.180 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:06.557 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:06.557 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:59:06.557 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:59:06.557 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:59:07.397 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-09-17T10:59:07.756 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:59:07.846 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.846 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:59:07.846 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-17T10:59:07.846 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T10:59:07.847 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T10:59:07.847 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T10:59:07.847 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T10:59:07.847 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:59:07.905 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:07.905 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:59:07.906 DEBUG:teuthology.orchestra.run.smithi005:> sudo rpm -qi grub2-tools 2024-09-17T10:59:07.937 INFO:teuthology.orchestra.run.smithi005.stdout:Name : grub2-tools 2024-09-17T10:59:07.937 INFO:teuthology.orchestra.run.smithi005.stdout:Epoch : 1 2024-09-17T10:59:07.937 INFO:teuthology.orchestra.run.smithi005.stdout:Version : 2.06 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Release : 82.el9 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: x86_64 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Group : Unspecified 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Size : 8274670 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:License : GPLv3+ 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Packager : builder@centos.org 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Vendor : CentOS 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T10:59:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Summary : Support tools for GRUB. 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:Description : 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:hardware devices. 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T10:59:07.939 INFO:teuthology.orchestra.run.smithi005.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T10:59:07.940 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T10:59:07.940 INFO:teuthology.task.kernel:Updating grub on smithi005 to boot 5.14.0-508.el9.x86_64 2024-09-17T10:59:07.940 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T10:59:08.589 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2024-09-17T10:59:08.589 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:08.630 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:08.990 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:08.990 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T10:59:08.990 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T10:59:08.990 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T10:59:09.852 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T10:59:09.852 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:59:09.852 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-09-17T10:59:09.852 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:09.852 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T10:59:09.853 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T10:59:09.853 INFO:teuthology.orchestra.run.smithi044.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T10:59:09.853 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:59:09.853 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-09-17T10:59:09.982 INFO:teuthology.orchestra.run.smithi005.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T10:59:09.997 INFO:teuthology.orchestra.run.smithi005.stderr:done 2024-09-17T10:59:10.009 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2024-09-17T10:59:10.024 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.k4vmS9nEPX 2024-09-17T10:59:10.024 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.k4vmS9nEPX 2024-09-17T10:59:10.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.k4vmS9nEPX 2024-09-17T10:59:10.214 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:59:10.228 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.k4vmS9nEPX is 6KB 2024-09-17T10:59:10.277 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.k4vmS9nEPX 2024-09-17T10:59:10.291 DEBUG:teuthology.orchestra.run.smithi005:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T10:59:10.306 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:10.306 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:59:10.306 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-17T10:59:10.306 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T10:59:10.306 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T10:59:10.306 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T10:59:10.306 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi044.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T10:59:10.307 DEBUG:teuthology.orchestra.run.smithi044:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T10:59:10.353 INFO:teuthology.orchestra.run.smithi005.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T10:59:10.354 INFO:teuthology.orchestra.run.smithi005.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T10:59:10.354 INFO:teuthology.orchestra.run.smithi005.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T10:59:10.354 INFO:teuthology.orchestra.run.smithi005.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T10:59:10.355 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T10:59:10.365 INFO:teuthology.orchestra.run.smithi044.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T10:59:10.365 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T10:59:10.365 DEBUG:teuthology.orchestra.run.smithi044:> sudo rpm -qi grub2-tools 2024-09-17T10:59:10.403 INFO:teuthology.orchestra.run.smithi044.stdout:Name : grub2-tools 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Epoch : 1 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Version : 2.06 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Release : 82.el9 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Architecture: x86_64 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Group : Unspecified 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Size : 8274670 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:License : GPLv3+ 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T10:59:10.404 INFO:teuthology.orchestra.run.smithi044.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:Packager : builder@centos.org 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:Vendor : CentOS 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:Summary : Support tools for GRUB. 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:Description : 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:hardware devices. 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T10:59:10.405 INFO:teuthology.orchestra.run.smithi044.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T10:59:10.406 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T10:59:10.406 INFO:teuthology.task.kernel:Updating grub on smithi044 to boot 5.14.0-508.el9.x86_64 2024-09-17T10:59:10.406 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T10:59:10.513 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2024-09-17T10:59:11.083 INFO:teuthology.orchestra.run.smithi044.stderr:Generating grub configuration file ... 2024-09-17T10:59:12.450 INFO:teuthology.orchestra.run.smithi044.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T10:59:12.480 INFO:teuthology.orchestra.run.smithi044.stderr:done 2024-09-17T10:59:12.481 DEBUG:teuthology.orchestra.run.smithi044:> mktemp 2024-09-17T10:59:12.496 INFO:teuthology.orchestra.run.smithi044.stdout:/tmp/tmp.3YLgOFt2OB 2024-09-17T10:59:12.496 DEBUG:teuthology.orchestra.run.smithi044:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3YLgOFt2OB 2024-09-17T10:59:12.564 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 0666 /tmp/tmp.3YLgOFt2OB 2024-09-17T10:59:12.706 DEBUG:teuthology.orchestra.remote:smithi044:/tmp/tmp.3YLgOFt2OB is 6KB 2024-09-17T10:59:12.755 DEBUG:teuthology.orchestra.run.smithi044:> rm -fr /tmp/tmp.3YLgOFt2OB 2024-09-17T10:59:12.769 DEBUG:teuthology.orchestra.run.smithi044:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T10:59:12.840 INFO:teuthology.orchestra.run.smithi044.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T10:59:12.841 INFO:teuthology.orchestra.run.smithi044.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T10:59:12.841 INFO:teuthology.orchestra.run.smithi044.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T10:59:12.841 INFO:teuthology.orchestra.run.smithi044.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T10:59:12.842 DEBUG:teuthology.orchestra.run.smithi044:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T10:59:12.995 DEBUG:teuthology.orchestra.run.smithi044:> sudo shutdown -r now 2024-09-17T10:59:23.969 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T10:59:23.969 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T10:59:23.970 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:59:32.223 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-17T10:59:32.223 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T10:59:32.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:59:40.521 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T10:59:40.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-09-17T10:59:40.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:59:43.001 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T10:59:43.001 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-09-17T10:59:43.002 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T10:59:50.717 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-09-17T10:59:58.653 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-09-17T10:59:59.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T10:59:59.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:02.781 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-09-17T11:00:07.657 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T11:00:07.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:14.789 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T11:00:14.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:26.049 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-09-17T11:00:33.213 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.152 2024-09-17T11:00:38.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T11:00:38.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:38.420 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-09-17T11:00:38.929 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T11:00:38.929 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:00:38.929 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-09-17T11:00:38.944 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:00:38.944 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:00:38.944 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:00:38.944 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:00:39.945 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T11:00:39.945 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:00:40.016 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-09-17T11:00:40.038 DEBUG:teuthology.parallel:result is None 2024-09-17T11:00:40.524 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T11:00:43.003 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T11:00:48.213 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T11:00:48.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:48.669 DEBUG:teuthology.orchestra.run.smithi152:> true 2024-09-17T11:00:49.091 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T11:00:49.091 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:00:49.091 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2024-09-17T11:00:49.106 INFO:teuthology.orchestra.run.smithi152.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:00:49.106 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:00:49.106 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:00:49.106 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:00:49.525 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-09-17T11:00:49.525 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:50.108 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-17T11:00:50.109 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:00:50.179 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2024-09-17T11:00:50.195 DEBUG:teuthology.parallel:result is None 2024-09-17T11:00:50.382 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-09-17T11:00:50.776 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-09-17T11:00:50.776 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:00:50.777 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-09-17T11:00:50.792 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:00:50.792 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:00:50.793 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:00:50.793 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:00:51.793 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T11:00:51.794 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:00:51.870 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-09-17T11:00:51.891 DEBUG:teuthology.parallel:result is None 2024-09-17T11:00:52.004 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-09-17T11:00:52.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:00:53.325 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-09-17T11:00:53.817 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-09-17T11:00:53.817 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T11:00:53.818 DEBUG:teuthology.orchestra.run.smithi044:> uname -r 2024-09-17T11:00:53.833 INFO:teuthology.orchestra.run.smithi044.stdout:5.14.0-508.el9.x86_64 2024-09-17T11:00:53.833 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:00:53.833 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T11:00:53.833 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T11:00:54.834 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T11:00:54.834 DEBUG:teuthology.orchestra.run.smithi044:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T11:00:54.915 INFO:teuthology.orchestra.run.smithi044.stdout:ttyS1 2024-09-17T11:00:54.947 DEBUG:teuthology.parallel:result is None 2024-09-17T11:00:54.947 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T11:00:54.955 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T11:00:54.955 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:00:54.958 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:00:54.960 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:00:54.964 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T11:00:54.998 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T11:00:55.007 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T11:00:55.036 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T11:00:55.037 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:00:55.039 DEBUG:teuthology.orchestra.run.smithi044:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:00:55.041 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:00:55.043 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T11:00:55.167 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T11:00:55.173 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T11:00:55.174 DEBUG:teuthology.orchestra.run.smithi005:> 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:00:55.176 DEBUG:teuthology.orchestra.run.smithi044:> 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:00:55.178 DEBUG:teuthology.orchestra.run.smithi129:> 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:00:55.180 DEBUG:teuthology.orchestra.run.smithi152:> 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:00:55.205 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.207 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.209 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.216 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.218 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.220 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.243 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.253 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T11:00:55.255 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T11:00:55.262 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T11:00:55.262 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:00:55.265 DEBUG:teuthology.orchestra.run.smithi044:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:00:55.268 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:00:55.270 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T11:00:55.296 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T11:00:55.304 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T11:00:55.304 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:00:55.331 DEBUG:teuthology.orchestra.run.smithi044:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:00:55.335 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:00:55.338 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T11:00:55.353 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:55.426 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:55.474 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:55.552 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:55.597 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:00:55.597 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:00:55.661 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:55.704 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:55.758 DEBUG:teuthology.orchestra.run.smithi044:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:55.837 DEBUG:teuthology.orchestra.run.smithi044:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:55.881 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:00:55.881 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:00:55.948 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:55.995 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:56.050 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:56.132 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:56.177 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:00:56.177 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:00:56.243 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:56.287 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T11:00:56.347 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:56.389 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T11:00:56.429 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-09-17T11:00:56.430 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T11:00:56.494 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-09-17T11:00:56.497 DEBUG:teuthology.orchestra.run.smithi044:> sudo service rsyslog restart 2024-09-17T11:00:56.499 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-09-17T11:00:56.502 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2024-09-17T11:00:56.543 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:00:56.549 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:00:56.575 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:00:56.578 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:00:57.092 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T11:00:57.100 INFO:teuthology.task.internal:Starting timer... 2024-09-17T11:00:57.100 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T11:00:57.140 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T11:00:57.172 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T11:00:57.173 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-09-17T11:00:57.267 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-09-17T11:00:57.269 DEBUG:teuthology.orchestra.run.smithi044:> sudo service auditd rotate 2024-09-17T11:00:57.333 INFO:teuthology.orchestra.run.smithi044.stdout:Rotating logs: 2024-09-17T11:00:57.335 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-09-17T11:00:57.392 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-09-17T11:00:57.395 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2024-09-17T11:00:57.448 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2024-09-17T11:00:57.449 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T11:00:57.450 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-09-17T11:00:57.469 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-09-17T11:00:57.469 DEBUG:teuthology.orchestra.run.smithi044:> /usr/sbin/getenforce 2024-09-17T11:00:57.493 INFO:teuthology.orchestra.run.smithi044.stdout:Permissive 2024-09-17T11:00:57.494 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-09-17T11:00:57.518 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-09-17T11:00:57.518 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2024-09-17T11:00:57.537 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2024-09-17T11:00:57.537 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi044.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi152.front.sepia.ceph.com': 'permissive'} 2024-09-17T11:00:57.538 DEBUG:teuthology.orchestra.run.smithi005:> 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:00:57.564 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:00:57.565 DEBUG:teuthology.orchestra.run.smithi044:> 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:00:57.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:00:57.591 DEBUG:teuthology.orchestra.run.smithi129:> 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:00:57.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:00:57.621 DEBUG:teuthology.orchestra.run.smithi152:> 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:00:57.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:00:57.647 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T11:00:57.648 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:00:57.778 DEBUG:teuthology.orchestra.run.smithi044:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:00:57.808 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:00:57.846 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2024-09-17T11:00:57.882 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T11:00:57.891 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-17T11:00:57.894 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-17T11:00:58.044 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T11:00:58.055 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:00:58.056 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi044.front.sepia.ceph.com,smithi129.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T11:04:49.034 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi044.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com'), Remote(name='ubuntu@smithi152.front.sepia.ceph.com')] 2024-09-17T11:04:49.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-09-17T11:04:49.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:04:49.122 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-09-17T11:04:49.202 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-09-17T11:04:49.203 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-09-17T11:04:49.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi044.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:04:49.280 DEBUG:teuthology.orchestra.run.smithi044:> true 2024-09-17T11:04:49.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi044.front.sepia.ceph.com' 2024-09-17T11:04:49.324 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T11:04:49.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:04:49.399 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-09-17T11:04:49.440 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-09-17T11:04:49.441 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T11:04:49.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T11:04:49.519 DEBUG:teuthology.orchestra.run.smithi152:> true 2024-09-17T11:04:49.601 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi152.front.sepia.ceph.com' 2024-09-17T11:04:49.602 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T11:04:49.612 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T11:04:49.613 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:04:49.613 DEBUG:teuthology.orchestra.run.smithi005:> 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:04:49.615 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:04:49.615 DEBUG:teuthology.orchestra.run.smithi044:> 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:04:49.618 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:04:49.618 DEBUG:teuthology.orchestra.run.smithi129:> 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:04:49.620 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T11:04:49.620 DEBUG:teuthology.orchestra.run.smithi152:> 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:04:49.649 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:04:49.650 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:04:49.651 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:04:49.665 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:04:49.666 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:04:49.667 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:04:49.675 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T11:04:49.691 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T11:04:49.691 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-09-17T11:04:49.694 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-09-17T11:04:49.694 INFO:teuthology.orchestra.run.smithi044.stderr:sudo: ntpd: command not found 2024-09-17T11:04:49.702 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-09-17T11:04:49.706 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-09-17T11:04:49.706 INFO:teuthology.orchestra.run.smithi044.stdout:506 Cannot talk to daemon 2024-09-17T11:04:49.716 INFO:teuthology.orchestra.run.smithi152.stderr:sudo: ntpd: command not found 2024-09-17T11:04:49.718 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:04:49.721 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:04:49.722 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:04:49.727 INFO:teuthology.orchestra.run.smithi152.stdout:506 Cannot talk to daemon 2024-09-17T11:04:49.731 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:04:49.736 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:04:49.737 INFO:teuthology.orchestra.run.smithi044.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:04:49.742 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T11:04:49.756 INFO:teuthology.orchestra.run.smithi152.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T11:04:49.791 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.794 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:04:49.797 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:04:49.797 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-09-17T11:04:49.797 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.797 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.798 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.798 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.798 INFO:teuthology.orchestra.run.smithi044.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.802 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.815 INFO:teuthology.orchestra.run.smithi152.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:04:49.818 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:04:49.818 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2024-09-17T11:04:49.819 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.819 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.819 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.819 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:04:49.819 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T11:04:49.828 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T11:04:49.829 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:04:49.829 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:04:49.829 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi044.front.sepia.ceph.com 2024-09-17T11:04:49.830 DEBUG:teuthology.orchestra.run.smithi044:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:04:49.830 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2024-09-17T11:04:49.830 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:04:49.830 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi152.front.sepia.ceph.com 2024-09-17T11:04:49.831 DEBUG:teuthology.orchestra.run.smithi152:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T11:04:50.188 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-09-17T11:04:50.203 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-09-17T11:04:50.207 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout:Removing: 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout:Removing unused dependencies: 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:50.208 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-09-17T11:04:50.209 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:50.209 INFO:teuthology.orchestra.run.smithi129.stdout:Remove 2 Packages 2024-09-17T11:04:50.209 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:50.209 INFO:teuthology.orchestra.run.smithi129.stdout:Freed space: 5.5 M 2024-09-17T11:04:50.209 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-09-17T11:04:50.212 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-09-17T11:04:50.213 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-09-17T11:04:50.213 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout: Package Architecture Version Repository Size 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout:Removing: 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout:Removing unused dependencies: 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:50.224 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi044.stdout:Remove 2 Packages 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi044.stdout:Freed space: 5.5 M 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout:Removing: 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout:Removing unused dependencies: 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:50.225 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-09-17T11:04:50.226 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:50.226 INFO:teuthology.orchestra.run.smithi005.stdout:Remove 2 Packages 2024-09-17T11:04:50.226 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:50.226 INFO:teuthology.orchestra.run.smithi005.stdout:Freed space: 5.5 M 2024-09-17T11:04:50.226 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout: Package Architecture Version Repository Size 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:Removing: 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:Removing unused dependencies: 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2024-09-17T11:04:50.227 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi152.stdout:Remove 2 Packages 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi152.stdout:Freed space: 5.5 M 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-09-17T11:04:50.228 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-09-17T11:04:50.229 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-09-17T11:04:50.229 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-09-17T11:04:50.230 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2024-09-17T11:04:50.230 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2024-09-17T11:04:50.275 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-09-17T11:04:50.275 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-09-17T11:04:50.289 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-09-17T11:04:50.289 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-09-17T11:04:50.290 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-09-17T11:04:50.291 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-09-17T11:04:50.292 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2024-09-17T11:04:50.293 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2024-09-17T11:04:50.430 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-09-17T11:04:50.432 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-09-17T11:04:50.434 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-09-17T11:04:50.437 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2024-09-17T11:04:50.507 INFO:teuthology.orchestra.run.smithi129.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:04:50.508 INFO:teuthology.orchestra.run.smithi005.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:04:50.516 INFO:teuthology.orchestra.run.smithi044.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:04:50.521 INFO:teuthology.orchestra.run.smithi152.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T11:04:50.561 INFO:teuthology.orchestra.run.smithi129.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:50.565 INFO:teuthology.orchestra.run.smithi005.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:50.571 INFO:teuthology.orchestra.run.smithi044.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:50.586 INFO:teuthology.orchestra.run.smithi152.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:51.061 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:51.061 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:04:51.074 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:51.074 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:04:51.088 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:51.088 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:04:51.100 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T11:04:51.101 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T11:04:51.328 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:04:51.328 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:51.328 INFO:teuthology.orchestra.run.smithi152.stdout:Removed: 2024-09-17T11:04:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:51.329 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:51.329 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2024-09-17T11:04:51.346 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:04:51.346 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:51.346 INFO:teuthology.orchestra.run.smithi129.stdout:Removed: 2024-09-17T11:04:51.346 INFO:teuthology.orchestra.run.smithi129.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:51.346 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:51.347 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-09-17T11:04:51.362 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:04:51.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:51.363 INFO:teuthology.orchestra.run.smithi005.stdout:Removed: 2024-09-17T11:04:51.363 INFO:teuthology.orchestra.run.smithi005.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:51.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:51.363 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-09-17T11:04:51.371 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T11:04:51.371 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:51.371 INFO:teuthology.orchestra.run.smithi044.stdout:Removed: 2024-09-17T11:04:51.372 INFO:teuthology.orchestra.run.smithi044.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:51.372 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:51.372 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-09-17T11:04:52.187 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:49 ago on Tue 17 Sep 2024 11:04:02 AM UTC. 2024-09-17T11:04:52.215 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 11:03:59 AM UTC. 2024-09-17T11:04:52.232 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 11:03:59 AM UTC. 2024-09-17T11:04:52.325 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:04:52.326 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:52.327 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-09-17T11:04:52.327 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-09-17T11:04:52.327 INFO:teuthology.orchestra.run.smithi005.stdout:Install 7 Packages 2024-09-17T11:04:52.327 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:52.340 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 5.2 M 2024-09-17T11:04:52.340 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 19 M 2024-09-17T11:04:52.340 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-09-17T11:04:52.341 INFO:teuthology.orchestra.run.smithi044.stdout:Last metadata expiration check: 0:00:49 ago on Tue 17 Sep 2024 11:04:03 AM UTC. 2024-09-17T11:04:52.354 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-09-17T11:04:52.354 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:04:52.355 INFO:teuthology.orchestra.run.smithi129.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:04:52.356 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:52.356 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-09-17T11:04:52.356 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-09-17T11:04:52.356 INFO:teuthology.orchestra.run.smithi129.stdout:Install 7 Packages 2024-09-17T11:04:52.356 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:52.367 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 5.2 M 2024-09-17T11:04:52.368 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 19 M 2024-09-17T11:04:52.368 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-09-17T11:04:52.369 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2024-09-17T11:04:52.370 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:52.370 INFO:teuthology.orchestra.run.smithi152.stdout: Package Arch Version Repository Size 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout:Installing: 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout:Installing dependencies: 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:04:52.371 INFO:teuthology.orchestra.run.smithi152.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction Summary 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout:================================================================================ 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout:Install 7 Packages 2024-09-17T11:04:52.372 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:52.382 INFO:teuthology.orchestra.run.smithi152.stdout:Total download size: 5.2 M 2024-09-17T11:04:52.382 INFO:teuthology.orchestra.run.smithi152.stdout:Installed size: 19 M 2024-09-17T11:04:52.382 INFO:teuthology.orchestra.run.smithi152.stdout:Downloading Packages: 2024-09-17T11:04:52.491 INFO:teuthology.orchestra.run.smithi044.stdout:Dependencies resolved. 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: Package Arch Version Repository Size 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout:Installing: 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout:Installing dependencies: 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T11:04:52.492 INFO:teuthology.orchestra.run.smithi044.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction Summary 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout:================================================================================ 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout:Install 7 Packages 2024-09-17T11:04:52.493 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:52.506 INFO:teuthology.orchestra.run.smithi044.stdout:Total download size: 5.2 M 2024-09-17T11:04:52.506 INFO:teuthology.orchestra.run.smithi044.stdout:Installed size: 19 M 2024-09-17T11:04:52.506 INFO:teuthology.orchestra.run.smithi044.stdout:Downloading Packages: 2024-09-17T11:04:52.545 INFO:teuthology.orchestra.run.smithi129.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 338 kB/s | 44 kB 00:00 2024-09-17T11:04:52.578 INFO:teuthology.orchestra.run.smithi129.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 642 kB/s | 106 kB 00:00 2024-09-17T11:04:52.608 INFO:teuthology.orchestra.run.smithi152.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 480 kB/s | 44 kB 00:00 2024-09-17T11:04:52.633 INFO:teuthology.orchestra.run.smithi152.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 897 kB/s | 106 kB 00:00 2024-09-17T11:04:52.637 INFO:teuthology.orchestra.run.smithi129.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 778 kB/s | 72 kB 00:00 2024-09-17T11:04:52.659 INFO:teuthology.orchestra.run.smithi152.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-17T11:04:52.662 INFO:teuthology.orchestra.run.smithi129.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-17T11:04:52.674 INFO:teuthology.orchestra.run.smithi044.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 482 kB/s | 44 kB 00:00 2024-09-17T11:04:52.700 INFO:teuthology.orchestra.run.smithi044.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 902 kB/s | 106 kB 00:00 2024-09-17T11:04:52.709 INFO:teuthology.orchestra.run.smithi152.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-17T11:04:52.742 INFO:teuthology.orchestra.run.smithi044.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.0 MB/s | 72 kB 00:00 2024-09-17T11:04:52.767 INFO:teuthology.orchestra.run.smithi044.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-17T11:04:52.771 INFO:teuthology.orchestra.run.smithi005.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 434 kB/s | 44 kB 00:00 2024-09-17T11:04:52.779 INFO:teuthology.orchestra.run.smithi129.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.8 MB/s | 837 kB 00:00 2024-09-17T11:04:52.784 INFO:teuthology.orchestra.run.smithi152.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.5 MB/s | 837 kB 00:00 2024-09-17T11:04:52.797 INFO:teuthology.orchestra.run.smithi005.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 829 kB/s | 106 kB 00:00 2024-09-17T11:04:52.812 INFO:teuthology.orchestra.run.smithi044.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.9 MB/s | 906 kB 00:00 2024-09-17T11:04:52.830 INFO:teuthology.orchestra.run.smithi129.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.1 MB/s | 906 kB 00:00 2024-09-17T11:04:52.830 INFO:teuthology.orchestra.run.smithi005.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-17T11:04:52.864 INFO:teuthology.orchestra.run.smithi005.stdout:(4/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.5 MB/s | 906 kB 00:00 2024-09-17T11:04:52.884 INFO:teuthology.orchestra.run.smithi044.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.7 MB/s | 837 kB 00:00 2024-09-17T11:04:52.889 INFO:teuthology.orchestra.run.smithi005.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 914 kB/s | 84 kB 00:00 2024-09-17T11:04:52.905 INFO:teuthology.orchestra.run.smithi129.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 13 MB/s | 3.2 MB 00:00 2024-09-17T11:04:52.905 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:04:52.905 INFO:teuthology.orchestra.run.smithi129.stdout:Total 9.6 MB/s | 5.2 MB 00:00 2024-09-17T11:04:52.940 INFO:teuthology.orchestra.run.smithi005.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-17T11:04:52.968 INFO:teuthology.orchestra.run.smithi152.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.0 MB/s | 906 kB 00:00 2024-09-17T11:04:53.014 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-09-17T11:04:53.030 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-09-17T11:04:53.030 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-09-17T11:04:53.165 INFO:teuthology.orchestra.run.smithi005.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-17T11:04:53.165 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:04:53.165 INFO:teuthology.orchestra.run.smithi005.stdout:Total 6.3 MB/s | 5.2 MB 00:00 2024-09-17T11:04:53.285 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-09-17T11:04:53.302 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-09-17T11:04:53.302 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-09-17T11:04:53.339 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-09-17T11:04:53.339 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-09-17T11:04:53.619 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-09-17T11:04:53.619 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-09-17T11:04:53.808 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-09-17T11:04:53.826 INFO:teuthology.orchestra.run.smithi152.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.8 MB/s | 3.2 MB 00:01 2024-09-17T11:04:53.827 INFO:teuthology.orchestra.run.smithi152.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:04:53.827 INFO:teuthology.orchestra.run.smithi152.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-09-17T11:04:53.900 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:04:53.934 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:04:53.944 INFO:teuthology.orchestra.run.smithi044.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.7 MB/s | 3.2 MB 00:01 2024-09-17T11:04:53.944 INFO:teuthology.orchestra.run.smithi044.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:04:53.944 INFO:teuthology.orchestra.run.smithi044.stdout:Total 3.6 MB/s | 5.2 MB 00:01 2024-09-17T11:04:53.945 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction check 2024-09-17T11:04:53.959 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction check succeeded. 2024-09-17T11:04:53.959 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction test 2024-09-17T11:04:53.962 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:04:54.064 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction check 2024-09-17T11:04:54.081 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction check succeeded. 2024-09-17T11:04:54.081 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction test 2024-09-17T11:04:54.117 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-09-17T11:04:54.167 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:04:54.194 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:54.201 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:04:54.242 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:04:54.246 INFO:teuthology.orchestra.run.smithi152.stdout:Transaction test succeeded. 2024-09-17T11:04:54.246 INFO:teuthology.orchestra.run.smithi152.stdout:Running transaction 2024-09-17T11:04:54.281 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:04:54.371 INFO:teuthology.orchestra.run.smithi044.stdout:Transaction test succeeded. 2024-09-17T11:04:54.371 INFO:teuthology.orchestra.run.smithi044.stdout:Running transaction 2024-09-17T11:04:54.503 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:04:54.537 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:54.635 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:54.672 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:54.714 INFO:teuthology.orchestra.run.smithi152.stdout: Preparing : 1/1 2024-09-17T11:04:54.791 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:54.804 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:04:54.838 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:04:54.847 INFO:teuthology.orchestra.run.smithi044.stdout: Preparing : 1/1 2024-09-17T11:04:54.860 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:54.867 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:04:54.947 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T11:04:54.993 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T11:04:55.006 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:55.026 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T11:04:55.043 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.074 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:04:55.106 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:55.166 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.229 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:55.251 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T11:04:55.281 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:55.541 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:55.575 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.685 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.747 INFO:teuthology.orchestra.run.smithi152.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:55.755 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T11:04:55.785 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:04:55.851 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:04:55.904 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T11:04:55.974 INFO:teuthology.orchestra.run.smithi044.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:04:56.230 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:56.230 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:56.230 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-09-17T11:04:56.230 INFO:teuthology.orchestra.run.smithi129.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:56.230 INFO:teuthology.orchestra.run.smithi129.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:04:56.231 INFO:teuthology.orchestra.run.smithi129.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:04:56.231 INFO:teuthology.orchestra.run.smithi129.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:04:56.231 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:04:56.231 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-09-17T11:04:56.552 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:04:56.553 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-09-17T11:04:56.626 DEBUG:teuthology.parallel:result is None 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:04:56.752 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:04:56.944 DEBUG:teuthology.parallel:result is None 2024-09-17T11:04:57.005 INFO:teuthology.orchestra.run.smithi044.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T11:04:57.006 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout:Installed: 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:57.110 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout:Installed: 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T11:04:57.398 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:04:57.399 INFO:teuthology.orchestra.run.smithi044.stdout:Complete! 2024-09-17T11:04:57.508 DEBUG:teuthology.parallel:result is None 2024-09-17T11:04:57.811 DEBUG:teuthology.parallel:result is None 2024-09-17T11:04:57.811 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-17T11:04:57.913 INFO:tasks.cephadm:Testing if podman is available 2024-09-17T11:04:57.913 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman --help 2024-09-17T11:04:58.750 INFO:teuthology.orchestra.run.smithi152.stdout:Manage pods, containers and images 2024-09-17T11:04:58.750 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:58.750 INFO:teuthology.orchestra.run.smithi152.stdout:Usage: 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: podman [options] [command] 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout:Available Commands: 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: attach Attach to a running container 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: build Build an image using instructions from Containerfiles 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: commit Create new image based on the changed container 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: container Manage containers 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: create Create but do not start a container 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: diff Display the changes to the object's file system 2024-09-17T11:04:58.751 INFO:teuthology.orchestra.run.smithi152.stdout: events Show podman system events 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: exec Run a process in a running container 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: export Export container's filesystem contents as a tar archive 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: farm Farm out builds to remote machines 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: healthcheck Manage health checks on containers 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: help Help about any command 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: history Show history of a specified image 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: image Manage images 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: images List images in local storage 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: import Import a tarball to create a filesystem image 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: info Display podman system information 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: init Initialize one or more containers 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: inspect Display the configuration of object denoted by ID 2024-09-17T11:04:58.752 INFO:teuthology.orchestra.run.smithi152.stdout: kill Kill one or more running containers with a specific signal 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: kube Play containers, pods or volumes from a structured file 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: load Load image(s) from a tar archive 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: login Log in to a container registry 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: logout Log out of a container registry 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: logs Fetch the logs of one or more containers 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: machine Manage a virtual machine 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: manifest Manipulate manifest lists and image indexes 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: mount Mount a working container's root filesystem 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: network Manage networks 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: pause Pause all the processes in one or more containers 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: pod Manage pods 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: port List port mappings or a specific mapping for the container 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: ps List containers 2024-09-17T11:04:58.753 INFO:teuthology.orchestra.run.smithi152.stdout: pull Pull an image from a registry 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: push Push an image to a specified destination 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: rename Rename an existing container 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: restart Restart one or more containers 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: rm Remove one or more containers 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: rmi Remove one or more images from local storage 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: run Run a command in a new container 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: save Save image(s) to an archive 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: search Search registry for image 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: secret Manage secrets 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: start Start one or more containers 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: stats Display a live stream of container resource usage statistics 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: stop Stop one or more containers 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: system Manage podman 2024-09-17T11:04:58.754 INFO:teuthology.orchestra.run.smithi152.stdout: tag Add an additional name to a local image 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: top Display the running processes of a container 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: unmount Unmount working container's root filesystem 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: unpause Unpause the processes in one or more containers 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: unshare Run a command in a modified user namespace 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: untag Remove a name from a local image 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: update Update an existing container 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: version Display the Podman version information 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: volume Manage volumes 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: wait Block on one or more containers 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout:Options: 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: --config string Location of authentication config file 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: --conmon string Path of the conmon binary 2024-09-17T11:04:58.755 INFO:teuthology.orchestra.run.smithi152.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --help Help for podman 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.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:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.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:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --module stringArray Load the containers.conf(5) module 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --out string Send output (stdout) from podman to a file 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: -r, --remote Access remote Podman service 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-17T11:04:58.756 INFO:teuthology.orchestra.run.smithi152.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --ssh string define the ssh mode (default "golang") 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: (default "/run/libpod") 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --transient-store Enable transient container storage 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: -v, --version version for podman 2024-09-17T11:04:58.757 INFO:teuthology.orchestra.run.smithi152.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-17T11:04:58.758 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-09-17T11:04:59.678 INFO:teuthology.orchestra.run.smithi152.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-09-17T11:05:00.087 INFO:teuthology.orchestra.run.smithi152.stderr:Getting image source signatures 2024-09-17T11:05:00.110 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:8e807a9c6bd1c4c98721b23697fd524dceed895c39494fe397d99e98280e645c 2024-09-17T11:05:00.111 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:76987b461ffc0ff8bed850e7b18ca13b69c44bd251cbf48eb231baee1feb1eeb 2024-09-17T11:05:00.111 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:2f49ae0c40adbbd102549254a794a80c9719d8107202a9a6bbe1baa7fe957e17 2024-09-17T11:05:00.111 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:d14099419997bd19fb8d901eca986997966f87653d2cd1db1fe78a7664875845 2024-09-17T11:05:00.111 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:ad4f51bac3ff672e4b43787b77c1d2fb5b94579a501017ea7e86aeb3ccccc90e 2024-09-17T11:05:00.111 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:01e4a81ed93fb6bb6f9f7df46e25b985da06bd19a8912e6c6ba7074be979a780 2024-09-17T11:05:06.075 INFO:teuthology.orchestra.run.smithi152.stderr:Copying config sha256:3425cdc1b4fa31b9410a0b9f7e6d848b244cc6eac2a4ae288724bdde1c942c44 2024-09-17T11:05:06.217 INFO:teuthology.orchestra.run.smithi152.stderr:Writing manifest to image destination 2024-09-17T11:05:06.406 INFO:teuthology.orchestra.run.smithi152.stdout:3425cdc1b4fa31b9410a0b9f7e6d848b244cc6eac2a4ae288724bdde1c942c44 2024-09-17T11:05:06.411 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-17T11:05:06.551 INFO:teuthology.orchestra.run.smithi152.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-17T11:05:06.863 INFO:teuthology.orchestra.run.smithi152.stderr:Getting image source signatures 2024-09-17T11:05:06.863 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:86329370b6879c742c8254d3258b86705e5a47e798f11d3c4dc0aa14035e5e2e 2024-09-17T11:05:06.863 INFO:teuthology.orchestra.run.smithi152.stderr:Copying blob sha256:76987b461ffc0ff8bed850e7b18ca13b69c44bd251cbf48eb231baee1feb1eeb 2024-09-17T11:05:08.687 INFO:teuthology.orchestra.run.smithi152.stderr:Copying config sha256:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T11:05:08.838 INFO:teuthology.orchestra.run.smithi152.stderr:Writing manifest to image destination 2024-09-17T11:05:09.013 INFO:teuthology.orchestra.run.smithi152.stdout:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T11:05:09.018 DEBUG:teuthology.orchestra.run.smithi152:> ss -lunH 2024-09-17T11:05:09.043 INFO:teuthology.orchestra.run.smithi152.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-17T11:05:09.044 INFO:teuthology.orchestra.run.smithi152.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-09-17T11:05:09.044 INFO:teuthology.orchestra.run.smithi152.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-17T11:05:09.044 INFO:teuthology.orchestra.run.smithi152.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-09-17T11:05:09.044 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-17T11:05:09.116 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /var/tmp/samba 2024-09-17T11:05:09.182 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2024-09-17T11:05:09.182 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/var/tmp/samba/container.json 2024-09-17T11:05:09.247 DEBUG:teuthology.orchestra.run.smithi152:> 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:05:09.885 INFO:teuthology.orchestra.run.smithi152.stdout:198c523a4c812015a44ad515a257d16b61635d78608de26a880bd7462ee47ab6 2024-09-17T11:05:10.139 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=0 2024-09-17T11:05:10.139 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:13.091 INFO:teuthology.orchestra.run.smithi152.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:05:15.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:05:16.416 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=1 2024-09-17T11:05:16.417 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:17.203 INFO:teuthology.orchestra.run.smithi152.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:05:18.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:05:19.279 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=2 2024-09-17T11:05:19.279 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:19.715 INFO:teuthology.orchestra.run.smithi152.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:05:22.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:05:24.691 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=3 2024-09-17T11:05:24.692 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:25.509 INFO:teuthology.orchestra.run.smithi152.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:05:26.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:05:30.318 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=4 2024-09-17T11:05:30.318 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:30.842 INFO:teuthology.orchestra.run.smithi152.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-17T11:05:31.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:05:39.517 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.152, idx=5 2024-09-17T11:05:39.517 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman run --rm --net=host --dns=172.21.15.152 -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:05:41.391 INFO:teuthology.orchestra.run.smithi152.stdout: . D 0 Tue Sep 17 11:05:23 2024 2024-09-17T11:05:41.391 INFO:teuthology.orchestra.run.smithi152.stdout: .. D 0 Tue Sep 17 11:05:23 2024 2024-09-17T11:05:41.391 INFO:teuthology.orchestra.run.smithi152.stdout: domain1.sink.test D 0 Tue Sep 17 11:05:21 2024 2024-09-17T11:05:41.391 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:05:41.391 INFO:teuthology.orchestra.run.smithi152.stdout: 960311424 blocks of size 1024. 907755632 blocks available 2024-09-17T11:05:42.335 INFO:tasks.cephadm:SMB status probe succeeded 2024-09-17T11:05:42.335 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T11:05:42.344 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:05:42.345 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:05:42.345 INFO:tasks.cephadm:Cluster fsid is c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:05:42.345 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T11:05:42.345 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.b': '172.21.15.44', 'mon.c': '172.21.15.129'} 2024-09-17T11:05:42.346 INFO:tasks.cephadm:First mon is mon.a on smithi005 2024-09-17T11:05:42.346 INFO:tasks.cephadm:First mgr is x 2024-09-17T11:05:42.346 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T11:05:42.346 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-09-17T11:05:42.379 DEBUG:teuthology.orchestra.run.smithi044:> sudo hostname $(hostname -s) 2024-09-17T11:05:42.413 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2024-09-17T11:05:42.446 DEBUG:teuthology.orchestra.run.smithi152:> sudo hostname $(hostname -s) 2024-09-17T11:05:42.480 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T11:05:42.480 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:05:42.630 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:05:42.767 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:05:42.769 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:05:42.769 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:05:42.769 DEBUG:teuthology.orchestra.run.smithi005:> 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:05:43.122 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:05 /home/ubuntu/cephtest/cephadm 2024-09-17T11:05:43.122 DEBUG:teuthology.orchestra.run.smithi044:> 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:05:43.490 INFO:teuthology.orchestra.run.smithi044.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:05 /home/ubuntu/cephtest/cephadm 2024-09-17T11:05:43.491 DEBUG:teuthology.orchestra.run.smithi129:> 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:05:43.866 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:05 /home/ubuntu/cephtest/cephadm 2024-09-17T11:05:43.866 DEBUG:teuthology.orchestra.run.smithi152:> 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:05:44.236 INFO:teuthology.orchestra.run.smithi152.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 11:05 /home/ubuntu/cephtest/cephadm 2024-09-17T11:05:44.237 DEBUG:teuthology.orchestra.run.smithi005:> 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:05:44.253 DEBUG:teuthology.orchestra.run.smithi044:> 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:05:44.271 DEBUG:teuthology.orchestra.run.smithi129:> 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:05:44.291 DEBUG:teuthology.orchestra.run.smithi152:> 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:05:44.323 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 on all hosts... 2024-09-17T11:05:44.323 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:05:44.326 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:05:44.328 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:05:44.334 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T11:05:44.558 INFO:teuthology.orchestra.run.smithi152.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:05:45.837 INFO:teuthology.orchestra.run.smithi044.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:05:45.862 INFO:teuthology.orchestra.run.smithi129.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:05:45.926 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:06:32.431 INFO:teuthology.orchestra.run.smithi152.stdout:{ 2024-09-17T11:06:32.431 INFO:teuthology.orchestra.run.smithi152.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:06:32.432 INFO:teuthology.orchestra.run.smithi152.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:06:32.432 INFO:teuthology.orchestra.run.smithi152.stdout: "repo_digests": [ 2024-09-17T11:06:32.432 INFO:teuthology.orchestra.run.smithi152.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:06:32.432 INFO:teuthology.orchestra.run.smithi152.stdout: ] 2024-09-17T11:06:32.432 INFO:teuthology.orchestra.run.smithi152.stdout:} 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout:{ 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout: "repo_digests": [ 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout: ] 2024-09-17T11:06:32.597 INFO:teuthology.orchestra.run.smithi044.stdout:} 2024-09-17T11:06:35.779 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-09-17T11:06:35.779 INFO:teuthology.orchestra.run.smithi005.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:06:35.779 INFO:teuthology.orchestra.run.smithi005.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:06:35.779 INFO:teuthology.orchestra.run.smithi005.stdout: "repo_digests": [ 2024-09-17T11:06:35.779 INFO:teuthology.orchestra.run.smithi005.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:06:35.780 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2024-09-17T11:06:35.780 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-09-17T11:06:40.520 INFO:teuthology.orchestra.run.smithi129.stdout:{ 2024-09-17T11:06:40.520 INFO:teuthology.orchestra.run.smithi129.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T11:06:40.521 INFO:teuthology.orchestra.run.smithi129.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T11:06:40.521 INFO:teuthology.orchestra.run.smithi129.stdout: "repo_digests": [ 2024-09-17T11:06:40.521 INFO:teuthology.orchestra.run.smithi129.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T11:06:40.521 INFO:teuthology.orchestra.run.smithi129.stdout: ] 2024-09-17T11:06:40.521 INFO:teuthology.orchestra.run.smithi129.stdout:} 2024-09-17T11:06:40.546 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2024-09-17T11:06:40.580 DEBUG:teuthology.orchestra.run.smithi044:> sudo mkdir -p /etc/ceph 2024-09-17T11:06:40.615 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2024-09-17T11:06:40.643 DEBUG:teuthology.orchestra.run.smithi152:> sudo mkdir -p /etc/ceph 2024-09-17T11:06:40.677 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2024-09-17T11:06:40.708 DEBUG:teuthology.orchestra.run.smithi044:> sudo chmod 777 /etc/ceph 2024-09-17T11:06:40.738 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2024-09-17T11:06:40.763 DEBUG:teuthology.orchestra.run.smithi152:> sudo chmod 777 /etc/ceph 2024-09-17T11:06:40.793 INFO:tasks.cephadm:Writing seed config... 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T11:06:40.795 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T11:06:40.796 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:06:40.796 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T11:06:40.815 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 = c7b1bf0e-74e4-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:06:40.815 DEBUG:teuthology.orchestra.run.smithi005:mon.a> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T11:06:40.857 DEBUG:teuthology.orchestra.run.smithi005:mgr.x> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x.service 2024-09-17T11:06:40.901 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T11:06:40.901 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 -v bootstrap --fsid c7b1bf0e-74e4-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.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:06:41.118 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-09-17T11:06:41.118 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169', '-v', 'bootstrap', '--fsid', 'c7b1bf0e-74e4-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.5', '--skip-admin-label'] 2024-09-17T11:06:41.118 INFO:teuthology.orchestra.run.smithi005.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T11:06:41.119 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying podman|docker is present... 2024-09-17T11:06:41.142 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 5.2.2 2024-09-17T11:06:41.142 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying lvm2 is present... 2024-09-17T11:06:41.143 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying time synchronization is in place... 2024-09-17T11:06:41.150 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:06:41.150 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:06:41.157 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:06:41.157 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:06:41.163 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2024-09-17T11:06:41.170 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2024-09-17T11:06:41.171 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2024-09-17T11:06:41.171 INFO:teuthology.orchestra.run.smithi005.stdout:Repeating the final host check... 2024-09-17T11:06:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 5.2.2 2024-09-17T11:06:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T11:06:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl is present 2024-09-17T11:06:41.192 INFO:teuthology.orchestra.run.smithi005.stdout:lvcreate is present 2024-09-17T11:06:41.199 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T11:06:41.199 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T11:06:41.205 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T11:06:41.206 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:06:41.212 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout enabled 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout active 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:Unit chronyd.service is enabled and running 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:Host looks OK 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:Cluster fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:Acquiring lock 140576536782544 on /run/cephadm/c7b1bf0e-74e4-11ef-bceb-c7b262605968.lock 2024-09-17T11:06:41.219 INFO:teuthology.orchestra.run.smithi005.stdout:Lock 140576536782544 acquired on /run/cephadm/c7b1bf0e-74e4-11ef-bceb-c7b262605968.lock 2024-09-17T11:06:41.220 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 3300 ... 2024-09-17T11:06:41.220 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying IP 172.21.15.5 port 6789 ... 2024-09-17T11:06:41.220 INFO:teuthology.orchestra.run.smithi005.stdout:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-09-17T11:06:41.223 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.5 metric 100 2024-09-17T11:06:41.223 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-09-17T11:06:41.226 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T11:06:41.226 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T11:06:41.226 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-09-17T11:06:41.229 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1442/64 scope link 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-09-17T11:06:41.230 INFO:teuthology.orchestra.run.smithi005.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T11:06:41.231 INFO:teuthology.orchestra.run.smithi005.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T11:06:41.231 INFO:teuthology.orchestra.run.smithi005.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:06:44.132 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stdout 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:89cd78ca29aaec9efd0f7c5ff71447705f964d133563bccc90c7979c6d4b526f 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Copying config sha256:6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T11:06:44.133 INFO:teuthology.orchestra.run.smithi005.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T11:06:53.311 INFO:teuthology.orchestra.run.smithi005.stdout:ceph: stdout ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:06:53.312 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph version: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T11:06:53.312 INFO:teuthology.orchestra.run.smithi005.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T11:06:54.257 INFO:teuthology.orchestra.run.smithi005.stdout:stat: stdout 167 167 2024-09-17T11:06:54.257 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial keys... 2024-09-17T11:06:55.263 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDOYulmSTRaJBAA8UQ+u51Mee7FSDrAlBrmdA== 2024-09-17T11:06:56.361 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDPYulmQAYpLBAAT6vzuJYUgN1t/cN9DkCnug== 2024-09-17T11:06:57.266 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph-authtool: stdout AQDQYulmu8yMKxAA6sGzMoBWjhkCwzDzR9cOYg== 2024-09-17T11:06:57.267 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial monmap... 2024-09-17T11:06:58.206 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:06:58.206 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T11:06:58.206 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:monmaptool for a [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:setting min_mon_release = quincy 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: set fsid to c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:06:58.207 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mon... 2024-09-17T11:06:59.943 INFO:teuthology.orchestra.run.smithi005.stdout:create mon.a on 2024-09-17T11:07:00.302 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T11:07:00.474 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target. 2024-09-17T11:07:00.474 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target. 2024-09-17T11:07:00.818 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a 2024-09-17T11:07:00.818 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T11:07:00.974 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target.wants/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@.service. 2024-09-17T11:07:01.282 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 podman[24896]: 2024-09-17 11:07:01.107671182 +0000 UTC m=+0.015967600 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:07:01.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 podman[24896]: 2024-09-17 11:07:01.360578638 +0000 UTC m=+0.268875051 container init 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True) 2024-09-17T11:07:01.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 podman[24896]: 2024-09-17 11:07:01.365528835 +0000 UTC m=+0.273825241 container start 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493) 2024-09-17T11:07:01.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 ceph-mon[24934]: mkfs c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:01.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 ceph-mon[24934]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:07:01.651 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:07:01.651 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-09-17T11:07:01.658 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:07:01.658 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:07:01.658 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-09-17T11:07:01.659 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:07:01.659 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon to start... 2024-09-17T11:07:01.659 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mon... 2024-09-17T11:07:01.905 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 bash[24896]: 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 2024-09-17T11:07:01.905 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:01 smithi005 systemd[1]: Started Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: monmap epoch 1 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: last_changed 2024-09-17T11:06:57.633710+0000 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: min_mon_release 19 (squid) 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: election_strategy: 1 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: fsmap 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: mgrmap e1: no daemons active 2024-09-17T11:07:02.501 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:02 smithi005 ceph-mon[24934]: from='client.? 172.21.15.5:0/736256363' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout id: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout services: 2024-09-17T11:07:02.730 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.79216s) 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout data: 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:mon is available 2024-09-17T11:07:02.731 INFO:teuthology.orchestra.run.smithi005.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T11:07:03.666 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:03 smithi005 ceph-mon[24934]: from='client.? 172.21.15.5:0/2280296491' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:07:03.666 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:03 smithi005 ceph-mon[24934]: from='client.? 172.21.15.5:0/2280296491' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:07:03.671 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:07:03.672 INFO:teuthology.orchestra.run.smithi005.stdout:Generating new minimal ceph.conf... 2024-09-17T11:07:04.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:04 smithi005 ceph-mon[24934]: from='client.? 172.21.15.5:0/1535318497' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:07:05.060 INFO:teuthology.orchestra.run.smithi005.stdout:Restarting the monitor... 2024-09-17T11:07:05.353 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 systemd[1]: Stopping Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:07:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a[24911]: 2024-09-17T11:07:05.350+0000 7fb06dbe6640 -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:07:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a[24911]: 2024-09-17T11:07:05.350+0000 7fb06dbe6640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T11:07:05.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 podman[25253]: 2024-09-17 11:07:05.433908203 +0000 UTC m=+0.203230357 container died 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0) 2024-09-17T11:07:05.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 podman[25253]: 2024-09-17 11:07:05.757684292 +0000 UTC m=+0.527006446 container cleanup 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T11:07:05.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 bash[25253]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a 2024-09-17T11:07:06.239 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:05 smithi005 podman[25270]: 2024-09-17 11:07:05.975419407 +0000 UTC m=+0.532880941 container remove 2fa7dc009d08d00967de96b7650095d0da157ee141333eac5a088cc468c62470 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-17T11:07:06.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 systemd[1]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T11:07:06.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 systemd[1]: Stopped Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:07:06.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 systemd[1]: Starting Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:07:06.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 podman[25375]: 2024-09-17 11:07:06.467885626 +0000 UTC m=+0.115789822 container create 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-17T11:07:06.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 podman[25375]: 2024-09-17 11:07:06.372773935 +0000 UTC m=+0.020678141 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:07:06.775 INFO:teuthology.orchestra.run.smithi005.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T11:07:07.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 podman[25375]: 2024-09-17 11:07:06.720456644 +0000 UTC m=+0.368360847 container init 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:07:07.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 podman[25375]: 2024-09-17 11:07:06.725404009 +0000 UTC m=+0.373308206 container start 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=main-7498493, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-17T11:07:07.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:07:07.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:07:07.015 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: pidfile_write: ignore empty --pid-file 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: load: jerasure load: lrc 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Git sha 0 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: DB SUMMARY 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: DB Session ID: S4DNLBH7G5QKAYF4UCDA 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88244 ; 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:07:07.016 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.env: 0x55f21b336120 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.info_log: 0x55f21c4a7700 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:07:07.017 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.statistics: (nil) 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.use_fsync: 0 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:07:07.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.db_log_dir: 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.wal_dir: 2024-09-17T11:07:07.019 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.write_buffer_manager: 0x55f21c4abb80 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:07:07.020 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.unordered_write: 0 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.row_cache: None 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.wal_filter: None 2024-09-17T11:07:07.021 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.wal_compression: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:07:07.022 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:07:07.023 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_open_files: -1 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Compression algorithms supported: 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kZSTD supported: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:07:07.024 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.merge_operator: 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_filter: None 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:07:07.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f21c4a7320) 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_type: 0 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_index_type: 0 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_shortening: 1 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: checksum: 4 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: no_block_cache: 0 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache: 0x55f21c49b610 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:07:07.026 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_options: 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: capacity : 536870912 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_shard_bits : 4 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: strict_capacity_limit : 0 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_cache_compressed: (nil) 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: persistent_cache: (nil) 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size: 4096 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_size_deviation: 10 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_restart_interval: 16 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: index_block_restart_interval: 1 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: metadata_block_size: 4096 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: partition_filters: 0 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: use_delta_encoding: 1 2024-09-17T11:07:07.027 INFO:journalctl@ceph.mon.a.smithi005.stdout: filter_policy: bloomfilter 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: whole_key_filtering: 1 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: verify_compression: 0 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: format_version: 5 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_index_compression: 1 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: block_align: 0 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: max_auto_readahead_size: 262144 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: prepopulate_block_cache: 0 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:07:07.028 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression: NoCompression 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.num_levels: 7 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:07:07.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:07:07.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:07:07.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:07:07.032 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:07:07.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.ttl: 2592000 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:07:07.034 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: 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:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T11:07:07.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eb9c779d-44fd-4bcf-97c7-f165e32deefd 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571226753093, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571226754037, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85020, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83160, "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": 77409, "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": 1726571226, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "eb9c779d-44fd-4bcf-97c7-f165e32deefd", "db_session_id": "S4DNLBH7G5QKAYF4UCDA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571226754144, "job": 1, "event": "recovery_finished"} 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: 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:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f21c4cae00 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: DB pointer 0x55f21c5cc000 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** DB Stats ** 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.036 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: L0 2/0 84.89 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: Sum 2/0 84.89 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.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 137.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** Compaction Stats [default] ** 2024-09-17T11:07:07.037 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.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 137.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Cumulative compaction: 0.00 GB write, 25.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Interval compaction: 0.00 GB write, 25.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.038 INFO:journalctl@ceph.mon.a.smithi005.stdout: Block cache BinnedLRUCache@0x55f21c49b610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: starting mon.a rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???) e1 preinit fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).mds e1 new map 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).mds e1 print_map 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: e1 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: btime 2024-09-17T11:07:01:403283+0000 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.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:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: legacy client fscid: -1 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout: No filesystems configured 2024-09-17T11:07:07.039 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 bash[25375]: 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 systemd[1]: Started Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: monmap epoch 1 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: last_changed 2024-09-17T11:06:57.633710+0000 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: min_mon_release 19 (squid) 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: election_strategy: 1 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:07:07.040 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: fsmap 2024-09-17T11:07:07.041 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T11:07:07.041 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:06 smithi005 ceph-mon[25422]: mgrmap e1: no daemons active 2024-09-17T11:07:07.938 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T11:07:07.960 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:07:07.960 INFO:teuthology.orchestra.run.smithi005.stdout:Creating mgr... 2024-09-17T11:07:07.961 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T11:07:07.961 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T11:07:08.215 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x 2024-09-17T11:07:08.215 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x.service: Unit ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x.service not loaded. 2024-09-17T11:07:08.376 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968.target.wants/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@.service. 2024-09-17T11:07:08.613 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:08 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/4138985455' entity='client.admin' 2024-09-17T11:07:08.613 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 systemd[1]: Starting Ceph mgr.x for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:07:08.872 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 podman[25663]: 2024-09-17 11:07:08.612127307 +0000 UTC m=+0.109171785 container create 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T11:07:08.873 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 podman[25663]: 2024-09-17 11:07:08.518917384 +0000 UTC m=+0.015961829 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T11:07:08.873 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 podman[25663]: 2024-09-17 11:07:08.831294162 +0000 UTC m=+0.328338599 container init 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=main-7498493, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:07:08.873 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 podman[25663]: 2024-09-17 11:07:08.836500425 +0000 UTC m=+0.333544859 container start 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:07:08.937 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:07:08.937 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-09-17T11:07:08.944 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:07:08.945 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:07:08.945 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-09-17T11:07:08.945 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T11:07:08.954 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:07:08.954 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-09-17T11:07:08.961 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:07:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:07:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-09-17T11:07:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T11:07:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr to start... 2024-09-17T11:07:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr... 2024-09-17T11:07:09.215 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 bash[25663]: 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 2024-09-17T11:07:09.215 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:08 smithi005 systemd[1]: Started Ceph mgr.x for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:07:09.796 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:09 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/4276522181' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:07:10.084 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "c7b1bf0e-74e4-11ef-bceb-c7b262605968", 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:10.085 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:07:10.086 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:07:10.087 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:07:10.090 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:07:01:403283+0000", 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:07:10.091 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:07:01.404039+0000", 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:10.092 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (1/15)... 2024-09-17T11:07:12.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:12 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/4198355996' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "c7b1bf0e-74e4-11ef-bceb-c7b262605968", 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:07:13.184 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:07:13.185 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:07:13.186 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:07:13.186 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:07:13.186 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:07:13.186 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:07:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:07:01:403283+0000", 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.190 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:07:01.404039+0000", 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:13.191 INFO:teuthology.orchestra.run.smithi005.stdout:mgr not available, waiting (2/15)... 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: Activating manager daemon x 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: mgrmap e2: x(active, starting, since 0.00343979s) 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:07:14.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: Manager daemon x is now available 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' 2024-09-17T11:07:14.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:14 smithi005 ceph-mon[25422]: from='mgr.14100 172.21.15.5:0/1218068684' entity='mgr.x' 2024-09-17T11:07:16.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:16 smithi005 ceph-mon[25422]: mgrmap e3: x(active, since 1.00738s) 2024-09-17T11:07:16.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:16 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1978332867' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T11:07:16.355 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:16.355 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsid": "c7b1bf0e-74e4-11ef-bceb-c7b262605968", 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 0 2024-09-17T11:07:16.356 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T11:07:16.357 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T11:07:16.358 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T11:07:16.361 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:16.362 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T11:07:01:403283+0000", 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T11:07:16.363 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ], 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T11:07:01.404039+0000", 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout }, 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:16.364 INFO:teuthology.orchestra.run.smithi005.stdout:mgr is available 2024-09-17T11:07:17.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:17 smithi005 ceph-mon[25422]: mgrmap e4: x(active, since 2s) 2024-09-17T11:07:17.307 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:17 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/4278266496' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T11:07:17.620 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout fsid = c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 2024-09-17T11:07:17.621 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T11:07:17.622 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T11:07:17.622 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T11:07:17.622 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling cephadm module... 2024-09-17T11:07:18.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:18 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1283708387' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T11:07:18.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setuser ceph since I am not root 2024-09-17T11:07:18.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setgroup ceph since I am not root 2024-09-17T11:07:19.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:19 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1283708387' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T11:07:19.591 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:19 smithi005 ceph-mon[25422]: mgrmap e5: x(active, since 4s) 2024-09-17T11:07:20.115 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:20.115 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T11:07:20.115 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:07:20.115 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:07:20.115 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:07:20.116 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:20.116 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2024-09-17T11:07:20.116 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 5... 2024-09-17T11:07:20.572 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:20 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1912268820' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: Active manager daemon x restarted 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: Activating manager daemon x 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: mgrmap e6: x(active, starting, since 0.00332008s) 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:07:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:07:24.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:07:24.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:07:24.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:07:24.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:23 smithi005 ceph-mon[25422]: Manager daemon x is now available 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 5 is available 2024-09-17T11:07:25.154 INFO:teuthology.orchestra.run.smithi005.stdout:Verifying orchestrator module is enabled... 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: mgrmap e7: x(active, since 1.00506s) 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: Found migration_current of "None". Setting to last migration. 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:25.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:25.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:07:25.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:25 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:07:27.098 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-mon[25422]: mgrmap e8: x(active, since 2s) 2024-09-17T11:07:27.098 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/2232563191' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:07:26.693+0000 7f764ef8b640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:07:26] ENGINE Error in HTTPServer.serve 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Traceback (most recent call last): 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._connections.run(self.expiration_interval) 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._run(expiration_interval) 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:07:27.099 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s = self.context.wrap_socket( 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: return self.sslsocket_class._create( 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self.do_handshake() 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._sslobj.do_handshake() 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:07:27.100 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:26 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:07:27.377 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-17T11:07:27.377 INFO:teuthology.orchestra.run.smithi005.stdout:Setting orchestrator backend to cephadm... 2024-09-17T11:07:27.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:26] ENGINE Bus STARTING 2024-09-17T11:07:27.876 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:26] ENGINE Serving on https://172.21.15.5:7150 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:26] ENGINE Error in HTTPServer.serve 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: Traceback (most recent call last): 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._run(expiration_interval) 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: s = self.context.wrap_socket( 2024-09-17T11:07:27.877 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: return self.sslsocket_class._create( 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: self.do_handshake() 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._sslobj.do_handshake() 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/2232563191' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:26] ENGINE Serving on http://172.21.15.5:8765 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:26] ENGINE Bus STARTED 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: mgrmap e9: x(active, since 3s) 2024-09-17T11:07:27.878 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:27 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:29.323 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:29 smithi005 ceph-mon[25422]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:29.323 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:29 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:29.323 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:29 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:29.888 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T11:07:29.888 INFO:teuthology.orchestra.run.smithi005.stdout:Generating ssh key... 2024-09-17T11:07:30.255 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-mon[25422]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Generating public/private rsa key pair. 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Your identification has been saved in /tmp/tmp6b99u6lz/key 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Your public key has been saved in /tmp/tmp6b99u6lz/key.pub 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: The key fingerprint is: 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: SHA256:Ple3vtKFUMzJEJZBBAHxg5wbe2CW/hXVbfGfzFEB+dM ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: The key's randomart image is: 2024-09-17T11:07:31.309 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: +---[RSA 3072]----+ 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | ooo=BX+==| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | . = ..o* *| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | X o ...oo| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | + = ...ooE| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | S . o..=o| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | . o o ....| 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | o o ... | 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | o ... | 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: | .o. | 2024-09-17T11:07:31.310 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:30 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: +----[SHA256]-----+ 2024-09-17T11:07:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:31 smithi005 ceph-mon[25422]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:31 smithi005 ceph-mon[25422]: Generating ssh key... 2024-09-17T11:07:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:31 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:31 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:32.809 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:07:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:07:32.810 INFO:teuthology.orchestra.run.smithi005.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T11:07:32.817 INFO:teuthology.orchestra.run.smithi005.stdout:Adding host smithi005... 2024-09-17T11:07:33.064 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:32 smithi005 ceph-mon[25422]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:34.736 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:34 smithi005 ceph-mon[25422]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:35.611 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:35 smithi005 ceph-mon[25422]: Deploying cephadm binary to smithi005 2024-09-17T11:07:38.111 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Added host 'smithi005' with addr '172.21.15.5' 2024-09-17T11:07:38.111 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mon service... 2024-09-17T11:07:38.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:38 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:38.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:38 smithi005 ceph-mon[25422]: Added host smithi005 2024-09-17T11:07:38.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:38 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:39.412 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T11:07:39.412 INFO:teuthology.orchestra.run.smithi005.stdout:Deploying unmanaged mgr service... 2024-09-17T11:07:40.107 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:39 smithi005 ceph-mon[25422]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:40.107 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:39 smithi005 ceph-mon[25422]: Saving service mon spec with placement count:5 2024-09-17T11:07:40.107 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:39 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:41.389 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T11:07:41.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:41 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:41.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:41 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:41.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:41 smithi005 ceph-mon[25422]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:41.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:41 smithi005 ceph-mon[25422]: Saving service mgr spec with placement count:2 2024-09-17T11:07:41.639 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:41 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:43.082 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:43 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1588530222' entity='client.admin' 2024-09-17T11:07:44.155 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling the dashboard module... 2024-09-17T11:07:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:44 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/169772631' entity='client.admin' 2024-09-17T11:07:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:44 smithi005 ceph-mon[25422]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:07:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:44 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:45.924 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:45 smithi005 ceph-mon[25422]: from='mgr.14118 172.21.15.5:0/737708475' entity='mgr.x' 2024-09-17T11:07:45.925 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:45 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1092453765' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T11:07:45.925 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:45 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setuser ceph since I am not root 2024-09-17T11:07:45.925 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:45 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setgroup ceph since I am not root 2024-09-17T11:07:46.795 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:46 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1092453765' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T11:07:46.795 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:46 smithi005 ceph-mon[25422]: mgrmap e10: x(active, since 22s) 2024-09-17T11:07:47.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:47 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/981792071' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:47.927 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for the mgr to restart... 2024-09-17T11:07:47.928 INFO:teuthology.orchestra.run.smithi005.stdout:Waiting for mgr epoch 10... 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: Active manager daemon x restarted 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: Activating manager daemon x 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: mgrmap e11: x(active, starting, since 0.00332341s) 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:07:51.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:07:51.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:07:51.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:07:51.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:07:51.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:50 smithi005 ceph-mon[25422]: Manager daemon x is now available 2024-09-17T11:07:52.254 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:51 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:07:52.254 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:51 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:07:52.254 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:51 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:07:52.254 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:51 smithi005 ceph-mon[25422]: mgrmap e12: x(active, since 1.00692s) 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout { 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout } 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:mgr epoch 10 is available 2024-09-17T11:07:52.507 INFO:teuthology.orchestra.run.smithi005.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-17T11:07:53.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:52] ENGINE Bus STARTING 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:07:52.840+0000 7fb1fa4db640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:07:52] ENGINE Error in HTTPServer.serve 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Traceback (most recent call last): 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._connections.run(self.expiration_interval) 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._run(expiration_interval) 2024-09-17T11:07:53.123 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s = self.context.wrap_socket( 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: return self.sslsocket_class._create( 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self.do_handshake() 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:07:53.124 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._sslobj.do_handshake() 2024-09-17T11:07:53.125 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:07:53.125 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:07:52 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:52] ENGINE Serving on https://172.21.15.5:7150 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:52] ENGINE Error in HTTPServer.serve 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: Traceback (most recent call last): 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._run(expiration_interval) 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:07:54.330 INFO:journalctl@ceph.mon.a.smithi005.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: s = self.context.wrap_socket( 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: return self.sslsocket_class._create( 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: self.do_handshake() 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._sslobj.do_handshake() 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:52] ENGINE Serving on http://172.21.15.5:8765 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: [17/Sep/2024:11:07:52] ENGINE Bus STARTED 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: mgrmap e13: x(active, since 2s) 2024-09-17T11:07:54.331 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:54.332 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:07:54.891 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUKRSHkU8nqID3XLQazRsR/e6Q+2MwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNzExMDc1NFoXDTM0\nMDkxODExMDc1NFowFjEUMBIGA1UEAwwLMTcyLjIxLjE1LjUwggIiMA0GCSqGSIb3\nDQEBAQUAA4ICDwAwggIKAoICAQCGCNElELGhqDrLsshXN3k0nMgnDbW7EzbZL6a9\nuQrMfVxWCk73+cuxsnFV15Q8Pd3igaow1i71shBHirTL7/2BuIyXg1xEoR8SoK3j\ngdjhJgzEToahmKbB56tnfw2te5AVzh8bO9ggfxIjiLwCu3p2TJ1jZokJovHehmr3\n8sgmStAuftVRGhKfvSXz9R3E10zn/PzET0VCsdovd4tqQk0R4l5ap2CExt8ZffHA\nuDufO+HlcxGVbxvlwk4gChFmT6g4vViNGEOezCc+fRKQdBo7xRc60kxbwhqbFRRS\na12FOcVbDiNgFvTkkKJwPBf0v5Sm6Gc6d9H0Btt2zr5t68N8pEDWscA79BV2BmJG\ns0A5Csvq76XIVOonqbQKM/Raxh/ry0NK9suVyurGZZBUQEad44QO3xuV7CjDAgO+\n0fsU8WihIVSanHDUMIm3WMAh4meVKSMERihnq3GjrObJlL4jzwGTgETBJPM5IJOg\nHMpxl5PSuSjxXfgO0S3X1D5A/UgNll26/tqRrOQmBHe4Rpc4I2AqUMssB/tyZw+2\n13wZDlQ9D7Dpw3az1ozwpUXQyK4HOSADrF0epbPeHk7Oe2lDnaPfeBYRGaPOm/J6\nUKYv8oVPumzMM7n8JQ2aenXm5nXWWeUUdgkCjeNxCNY9tnNNzi9AIzp/4kry2KvE\nOM80IQIDAQABoz8wPTAtBgNVHREEJjAkgglzbWl0aGkwMDWCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwSsFQ8FMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAHjY\nnliAnleKJT3EjB1ktWDVT0vn7IkaxgzNvHC+de3pnBc1o5f7c4O8H7VAgCTyhH6h\ndhcGit4SFtUZtvDEWv/nLjOPVKvchPpkWCRRVCsAxhg9+yhGQMruB1Ds2wq4uZ+P\nX0ueWPsNxdmkMSRWWi6bbgwyu/XYW/gv+ZeEQ0duRfNq46S1YdjfY1TqiWVo+Jqi\nIkiSyg5QgDysjbf6S6kCefcyrsY8sH5ONAXF96QZejCrN9sJ2/eKAcEzTPrPJ6u9\n0MRAE6tMzUMpFR3BOdEZf2f//q8oskgjnire1onDaTEn5GZck8O6ELqaIP+qZV53\nPwQtYtbx1fQCBSNqQDa4STzG4lqBRphgPn36m3zlQYEyDv4V7VbAydT5UbI/9Vmf\n87uKNHjxyY7tYML9EM0W2UmpERJSake4QkfJSeXhecAzOwaeUwqMxoR2iker6TsN\ncPta76Qg2FVub+Q45W9c4tOq0Ti0SiRcicpz6SW9o3UQqaaCmp8s+qvvEMGpI15P\n7od8ngYLO5JfvqMeK2FyQBeEFNEI3oXXUIuwoX5Z9FMspROHGIlqPpjVnWFs2Edj\nBF/3BGsgk/zGuxGYEHaFEOjI9H3m8BQHP1kIG+xMPyb5rT2nQDiB9IIfnBUc5Ems\nBrxnnZhZ8viXd5MsAFS1Bh8U8WCNzd+2H1imATst\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJgIBAAKCAgEAhgjRJRCxoag6y7LIVzd5NJzIJw21uxM22S+mvbkKzH1cVgpO\n9/nLsbJxVdeUPD3d4oGqMNYu9bIQR4q0y+/9gbiMl4NcRKEfEqCt44HY4SYMxE6G\noZimweerZ38NrXuQFc4fGzvYIH8SI4i8Art6dkydY2aJCaLx3oZq9/LIJkrQLn7V\nURoSn70l8/UdxNdM5/z8xE9FQrHaL3eLakJNEeJeWqdghMbfGX3xwLg7nzvh5XMR\nlW8b5cJOIAoRZk+oOL1YjRhDnswnPn0SkHQaO8UXOtJMW8IamxUUUmtdhTnFWw4j\nYBb05JCicDwX9L+UpuhnOnfR9Abbds6+bevDfKRA1rHAO/QVdgZiRrNAOQrL6u+l\nyFTqJ6m0CjP0WsYf68tDSvbLlcrqxmWQVEBGneOEDt8blewowwIDvtH7FPFooSFU\nmpxw1DCJt1jAIeJnlSkjBEYoZ6txo6zmyZS+I88Bk4BEwSTzOSCToBzKcZeT0rko\n8V34DtEt19Q+QP1IDZZduv7akazkJgR3uEaXOCNgKlDLLAf7cmcPttd8GQ5UPQ+w\n6cN2s9aM8KVF0MiuBzkgA6xdHqWz3h5OzntpQ52j33gWERmjzpvyelCmL/KFT7ps\nzDO5/CUNmnp15uZ11lnlFHYJAo3jcQjWPbZzTc4vQCM6f+JK8tirxDjPNCECAwEA\nAQKCAf8cfZiiCFUPHR4NA95nVk4CoPuVUZS6RJtOueeiQch0hIaGw3+Ftn4Ah626\nUYNw9WBKMBsScR9fmo9bUGCd+PrUrXs1DvcjShxmGUGH2qdUiddXja7l1Uzyarbv\nM6f0ow89k1LetxnPI95MhK7HkJJiExG2z1TRzOZyJqBrlBp3Xpph8mk66WU2uejC\nB+22qbfvQsIiowxV4Pg/9BPubP7KORQABmloeogceGkATikI7/Gp6Yu99/WLdoH6\nItRlVbQBsOiMarFKT/Bc7WPE0OkX9g0PXnmyB3sgUUVrP5Hhf9DeSg269HuZxM9t\nNq42QthA96WkXVPY9fGF5Oxq8R0xp/Ug2WmCsqBGGTeOMqhXsyLaTqkmDXfaCyVt\nvcrME3m1hY5SOlWFNuvGmLqsfgAVQ6FGVPD6cdBD03MNxNXNCb+GMFu00wsc9qUf\nq+UfrlJku3dVSQCzJztP/ndlB0k2iqj3deevmQux+ZhMAx65JCFIbd8dgqaGvIUC\nFc7rO1kpG0hOf6x5ZaNzllKSviiu5NQe3AAX6nLZLppGsHurMLdVcqNO9N0Wkx8p\n3nZFKbR39mBiHhWTBZyMMjuRnEL6rrOo4ocTi7NNzkxCvSwVKB7BpgOtOQVEERb5\ncR55UTtRTwSDo0a9uNdeZ/EN+oYzGTFQxFl2MgfUfNfOLxJRAoIBAQC8pS4rozxZ\n1+Z5cBWlxyEliC2G1M5OtAqZ7nbF5KkConLCusQfIdUYHfagTtxNWLmvlFf9y0W5\nX1ycRR9ok0r6csS6gJjugMyJeMgKjhXCPQxi4wQe30KXKpatmtwb+jY8jtxm36gC\nlnFbkjxAobA3EJMaG/ozVD+x5rfXq8fj8jCoCfSx6VI2UOl7dLfx6RvS9BUtTGrk\n8m/kXm7IjrGDBh9Ct2HjXrsO2pewu2yJQ4BzdAk5ZLSYhS+s04/kLtht7IiMOTmL\nGY+EiGbTFwO558GTF0tgTAkCWisXhAMTVvIQ2iFuTr+NksT6LUvlT6YPuaH/Rne0\nHxESJgQIKysJAoIBAQC15AX0FdE3lq/RNB0RLNkOh1Cwfts5zX9oYby7CaHq+sJb\nkxEShbGSiW1JWUluYsGiqiQL0Dn/O6xOyDSI5hadvLkFw6RMtrHDpX+nfePH0l4u\nBBpp64TJVCYzsZjQ6G1nIxfBylarqWrCduXnhum0UKQYo7DDdcStXxCYrq46L468\naiMRDZoVNkCR6lUYY/jIVH4asYybMVKnxkGWh1vAYTaDA01o457m2yyy3zNwiamo\n/2yPWYVi8sO702HUAe+Q362Lt2OPlxti/Y+Xv9crgiEUaxqQo7ZZ34quKyGshJQe\nsZ06HA552dmL09yhVP9gF+8XBip36R2r1YYKzM5ZAoIBAEC6ULBKb0/Ig91RNyxN\nujLdmfl0lWFt52FP8FMQlWlBAi2M1fR0sGB5D4GL7Y1gjz4OoW6Ey+TCMs2v7gn8\n2DI9JQF1VIQpj4Tv+3ubqx2dwt0/Vc+d/YRO6aqhwzqaTPfUcQ2fWk+g/T5VW/U1\nRXhvaHoB9YSdOMm7B4Op/olZNZbC68IL89iNRL/GmcMYoCJu+8EyQk9SXFA4kryg\nMYpqlFlZAO56N6buHDRY6vHiRnXW779QraLTuDsN0IaUCFEXYvbyP6tZ1uO7xcRS\nVkX4nnPw/z0IeeLju3tzIXcGU0KzBduKi7FxFcNdvXfuL2Wf5VTpAfO84SegAawn\n27kCggEAXJNuJElmbvCXE9d+Y9t7rlVY0DwAwG7DRhFYyamha8OtYIZ9zfuV4Yto\nwEhdg31oKK6IIisdGbb5gC+N7Y+OO0JuuWxWF2V1HKsDSfBdGrsLjEgyWW6x6vaV\nawIdUVa7OB84XD3r1vsnh0qUwT59fHT+0DugIBu0urkD7XIa4yqJb4RlzKwrnFg8\njQfDv+JCIVQ/yr5LXkHAW/wgLck+/a982zm3EIepvL4ZBgFsYP7wBz/ZtSxPI4mD\n7fksdYd2sznlTpNMbSzvl3aOuyG9FjvpMkdBAhURHrUUFImHXhMsgGLOL2FQTNyA\nSRbP2J02TWZhHkrZGqbfnzHSQ3TyIQKCAQBz4RKZjWcqwV7QuYC3Mo3JXrQ+Eh9a\nQQE6agltY13y1yiBYNm6/C9i/2NDyDRft7er9BFOAo2PKEAWNJCofr1O3oNtao20\nDIY95Ms/hB0jL0N32kd+c8h3qsWI3LWoR3oQaiaXQ9kblX7C23KBn8vV4x0MfjJG\nEuCs04TD6r82SsAacGvHi/HmBgiWg93gqNXitqWO4JA5//CmmZ/tikn/yNeqRzMU\njiqGg4ei7eWJbz5GA68M0VfV0pnyRYwvUqrboAEDf+fmiw3P8o0rBtehCULtQcZm\nNYC2C/xBKd9USaPMqSU5YVNzXUe9yyy9Fs5gNeblCYgHeLAud2qhxmRw\n-----END RSA PRIVATE KEY-----\n"} 2024-09-17T11:07:55.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:07:56.132 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-17T11:07:56.857 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:56 smithi005 ceph-mon[25422]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:56.857 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:07:58.107 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:57 smithi005 ceph-mon[25422]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:07:58.107 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:07:57 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:07:58.110 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-17T11:07:58.110 INFO:teuthology.orchestra.run.smithi005.stdout:Creating initial admin user... 2024-09-17T11:07:59.574 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$DOMF0Lci.pgVCpA1Wv/iPOdAip.oL5D.AT7BkPSV8mygdt7AcZX.y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726571279, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T11:07:59.574 INFO:teuthology.orchestra.run.smithi005.stdout:Fetching dashboard port number... 2024-09-17T11:08:00.209 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:00 smithi005 ceph-mon[25422]: 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:08:00.210 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:00 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:00.788 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T11:08:00.798 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T11:08:00.798 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout disabled 2024-09-17T11:08:00.806 INFO:teuthology.orchestra.run.smithi005.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T11:08:00.806 INFO:teuthology.orchestra.run.smithi005.stdout:systemctl: stdout inactive 2024-09-17T11:08:00.806 INFO:teuthology.orchestra.run.smithi005.stdout:firewalld.service is not enabled 2024-09-17T11:08:00.806 INFO:teuthology.orchestra.run.smithi005.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout:Ceph Dashboard is now available at: 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout: URL: https://smithi005.front.sepia.ceph.com:8443/ 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout: User: admin 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout: Password: xf2pe0nnaa 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:00.808 INFO:teuthology.orchestra.run.smithi005.stdout:Saving cluster configuration to /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config directory 2024-09-17T11:08:01.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:01 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/2605189457' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T11:08:02.145 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: ceph telemetry on 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout:For more information see: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:02.146 INFO:teuthology.orchestra.run.smithi005.stdout:Bootstrap complete. 2024-09-17T11:08:02.184 INFO:tasks.cephadm:Fetching config... 2024-09-17T11:08:02.185 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:02.185 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T11:08:02.201 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T11:08:02.201 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:02.201 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T11:08:02.257 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T11:08:02.257 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:02.257 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T11:08:02.322 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T11:08:02.323 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:02.323 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T11:08:02.379 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T11:08:02.379 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:08:02.473 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:02.486 DEBUG:teuthology.orchestra.run.smithi044:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:08:02.539 INFO:teuthology.orchestra.run.smithi044.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:02.553 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:08:02.681 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:02.694 DEBUG:teuthology.orchestra.run.smithi152:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T11:08:02.802 INFO:teuthology.orchestra.run.smithi152.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKFzP7i0i84IS/UH+prKd6WEFXp4TMm3M3VoKFOIfeEv60KIB+V+DgLRbNWSouxsAfisog/gWKKvWXBzmCXbSieqPq3qTBY5JseJVXnx2FWl7lcNQ8uNrHEmsrgFSH+PJT2/KafWCyo6AyaVfAPIPhuGgpk/iJ/6HMlQk8lS4tw++FDggKVXYQUBkVGXs28IFxhBBpzZvpyJUrerfAOe71oYt9O3YPBA5Ca26HGzw18LSEr7NBM37WSk683QIjZeKlC8TY6gCP1Xqj8RGLRtc6XWi6Ru/+RXSyBEZGaVvd1/I4cwxt9G8WCScj/tNMvWrfghNzzhJ25EyvLDp1pKC1zW/nr49ynpROQaD2w2sr0YhCeDJa2Hx+W6oVyDs3MWULrmGm5sxLrhHGYwL6AXg9kgxNipqK7/xsIX/o0vy5fzRUiQTn7a8NWqfXJnOD39np0synN2h2yBjHWcjFkmUZfCR+FfZ8eaE+DotwMfWjZ76zetvJsa6jmL9pHVJZOm0= ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:02.816 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T11:08:02.839 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:02 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3094375762' entity='client.admin' 2024-09-17T11:08:03.073 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:04.843 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: mgrmap e14: x(active, since 12s) 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1826731932' entity='client.admin' 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:04.844 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:05.190 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T11:08:05.190 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T11:08:05.820 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:07.184 INFO:tasks.cephadm:Remote smithi152 excluded from cephadm cluster by role 2024-09-17T11:08:07.184 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi044 2024-09-17T11:08:07.184 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:08:07.185 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:08:07.205 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:08:07.205 DEBUG:teuthology.orchestra.run.smithi044:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:07.263 INFO:tasks.cephadm:Adding host smithi044 to orchestrator... 2024-09-17T11:08:07.264 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch host add smithi044 2024-09-17T11:08:07.513 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:07.738 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: 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:08:07.738 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:07.738 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:07.738 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:07.739 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:08 smithi005 ceph-mon[25422]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:09.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:09 smithi005 ceph-mon[25422]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi044", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:10.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:10 smithi005 ceph-mon[25422]: Deploying cephadm binary to smithi044 2024-09-17T11:08:11.960 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi044' with addr '172.21.15.44' 2024-09-17T11:08:12.512 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:12 smithi005 ceph-mon[25422]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:12.513 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:12 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:12.513 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:12 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:12.513 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:12 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:12.548 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:08:12.800 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:13.461 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:13.461 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.44", "hostname": "smithi044", "labels": [], "status": ""}] 2024-09-17T11:08:13.751 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:13 smithi005 ceph-mon[25422]: Added host smithi044 2024-09-17T11:08:13.752 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:13.752 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:14.030 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2024-09-17T11:08:14.030 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:08:14.030 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2024-09-17T11:08:14.050 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:08:14.050 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:14.108 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2024-09-17T11:08:14.108 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch host add smithi129 2024-09-17T11:08:14.356 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:14.764 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:14 smithi005 ceph-mon[25422]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:14.764 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:14 smithi005 ceph-mon[25422]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:16.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:16.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: Deploying cephadm binary to smithi129 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:18.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:17 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:18.734 INFO:teuthology.orchestra.run.smithi005.stdout:Added host 'smithi129' with addr '172.21.15.129' 2024-09-17T11:08:19.033 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:18 smithi005 ceph-mon[25422]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:19.305 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T11:08:19.553 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:19.945 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:19.945 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:19 smithi005 ceph-mon[25422]: Added host smithi129 2024-09-17T11:08:19.945 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:19.945 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:19.945 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:20.155 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:20.156 INFO:teuthology.orchestra.run.smithi005.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.44", "hostname": "smithi044", "labels": [], "status": ""}, {"addr": "172.21.15.129", "hostname": "smithi129", "labels": [], "status": ""}] 2024-09-17T11:08:20.737 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T11:08:20.738 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T11:08:20.989 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:21.106 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:20 smithi005 ceph-mon[25422]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:21.106 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:20 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:21.738 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2024-09-17T11:08:22.035 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:21 smithi005 ceph-mon[25422]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:08:22.036 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:21 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:08:22.306 INFO:tasks.cephadm:Adding mon.a on smithi005 2024-09-17T11:08:22.306 INFO:tasks.cephadm:Adding mon.b on smithi044 2024-09-17T11:08:22.306 INFO:tasks.cephadm:Adding mon.c on smithi129 2024-09-17T11:08:22.306 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c' 2024-09-17T11:08:22.958 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T11:08:23.005 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T11:08:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:22 smithi005 ceph-mon[25422]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:22 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:08:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:22 smithi005 ceph-mon[25422]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:23.740 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2024-09-17T11:08:24.293 DEBUG:teuthology.orchestra.run.smithi044:mon.b> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T11:08:24.295 DEBUG:teuthology.orchestra.run.smithi129:mon.c> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T11:08:24.298 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:08:24.298 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:08:24.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:24.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c;count:3 2024-09-17T11:08:24.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:24.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:23 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:25.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:24 smithi005 ceph-mon[25422]: Deploying daemon mon.c on smithi129 2024-09-17T11:08:26.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:25 smithi005 ceph-mon[25422]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:26.666 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:08:27.503 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:08:27.503 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","modified":"2024-09-17T11:06:57.633710Z","created":"2024-09-17T11:06:57.633710Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T11:08:27.503 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-09-17T11:08:28.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 podman[28357]: 2024-09-17 11:08:28.121973542 +0000 UTC m=+0.015829313 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:08:28.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:27 smithi005 ceph-mon[25422]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:27 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/2073042769' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 podman[28357]: 2024-09-17 11:08:28.407945058 +0000 UTC m=+0.301800824 container init 4a4d6b9a082b32f0739942522dca8e7c716ab6d0ba7d0f7929ab3405f89a4d4d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 podman[28357]: 2024-09-17 11:08:28.412252655 +0000 UTC m=+0.306108414 container start 4a4d6b9a082b32f0739942522dca8e7c716ab6d0ba7d0f7929ab3405f89a4d4d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=main-7498493, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pidfile_write: ignore empty --pid-file 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: load: jerasure load: lrc 2024-09-17T11:08:28.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Git sha 0 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: DB SUMMARY 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: DB Session ID: PJ0CYTNGD1111UFCPXL9 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:08:28.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.env: 0x55a345978120 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.info_log: 0x55a3475c7700 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.statistics: (nil) 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.use_fsync: 0 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:08:28.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.db_log_dir: 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.wal_dir: 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:08:28.687 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.write_buffer_manager: 0x55a3475cbb80 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.unordered_write: 0 2024-09-17T11:08:28.688 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:08:28.689 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:08:28.689 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:08:28.689 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:08:28.689 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.row_cache: None 2024-09-17T11:08:28.689 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.wal_filter: None 2024-09-17T11:08:28.690 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:08:28.690 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.wal_compression: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:08:28.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:08:28.692 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_open_files: -1 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Compression algorithms supported: 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kZSTD supported: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:08:28.693 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.merge_operator: 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_filter: None 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a3475c7320) 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:08:28.694 INFO:journalctl@ceph.mon.c.smithi129.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: index_type: 0 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: data_block_index_type: 0 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: index_shortening: 1 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: checksum: 4 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: no_block_cache: 0 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_cache: 0x55a3475bb610 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_cache_options: 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: capacity : 536870912 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: num_shard_bits : 4 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: strict_capacity_limit : 0 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:08:28.695 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_cache_compressed: (nil) 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: persistent_cache: (nil) 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_size: 4096 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_size_deviation: 10 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_restart_interval: 16 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: index_block_restart_interval: 1 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: metadata_block_size: 4096 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: partition_filters: 0 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: use_delta_encoding: 1 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: filter_policy: bloomfilter 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: whole_key_filtering: 1 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: verify_compression: 0 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: format_version: 5 2024-09-17T11:08:28.696 INFO:journalctl@ceph.mon.c.smithi129.stdout: enable_index_compression: 1 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout: block_align: 0 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout: max_auto_readahead_size: 262144 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout: prepopulate_block_cache: 0 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression: NoCompression 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.num_levels: 7 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:08:28.697 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:08:28.698 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:08:28.699 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:08:28.700 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:08:28.701 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.ttl: 2592000 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:08:28.702 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: 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:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c43f58a7-298c-4b25-9337-090749e2eae2 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571308439128, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571308439531, "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": 1726571308, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c43f58a7-298c-4b25-9337-090749e2eae2", "db_session_id": "PJ0CYTNGD1111UFCPXL9", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571308439626, "job": 1, "event": "recovery_finished"} 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: 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:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a3475eae00 2024-09-17T11:08:28.703 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: DB pointer 0x55a3476ec000 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: ** DB Stats ** 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: ** Compaction Stats [default] ** 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:08:28.704 INFO:journalctl@ceph.mon.c.smithi129.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: ** Compaction Stats [default] ** 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.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.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:08:28.705 INFO:journalctl@ceph.mon.c.smithi129.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: Block cache BinnedLRUCache@0x55a3475bb610#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:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: using public_addr v2:172.21.15.129:0/0 -> [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: starting mon.c rank -1 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:28.706 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(???) e0 preinit fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).mds e1 new map 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: e1 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: btime 2024-09-17T11:07:01:403283+0000 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.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:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: legacy client fscid: -1 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout: No filesystems configured 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: 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:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T11:08:28.707 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.708 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Deploying cephadm binary to smithi129 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.709 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Added host smithi129 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.710 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:28.711 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c;count:3 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: Deploying daemon mon.c on smithi129 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/2073042769' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 ceph-mon[28396]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 bash[28357]: 4a4d6b9a082b32f0739942522dca8e7c716ab6d0ba7d0f7929ab3405f89a4d4d 2024-09-17T11:08:28.712 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:28 smithi129 systemd[1]: Started Ceph mon.c for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:08:29.085 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:08:29.085 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:08:29.338 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:08:33.788 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.788 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: mon.a calling monitor election 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: mon.c calling monitor election 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.789 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: monmap epoch 2 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: last_changed 2024-09-17T11:08:28.465018+0000 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: min_mon_release 19 (squid) 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: election_strategy: 1 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: fsmap 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:33.790 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: mgrmap e14: x(active, since 42s) 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: overall HEALTH_OK 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:33.791 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: mon.a calling monitor election 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: mon.c calling monitor election 2024-09-17T11:08:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: monmap epoch 2 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: last_changed 2024-09-17T11:08:28.465018+0000 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: min_mon_release 19 (squid) 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: election_strategy: 1 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:33.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: fsmap 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: mgrmap e14: x(active, since 42s) 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: overall HEALTH_OK 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:33.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:34.433 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:08:34.433 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":2,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","modified":"2024-09-17T11:08:28.465018Z","created":"2024-09-17T11:06:57.633710Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T11:08:34.434 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 2 2024-09-17T11:08:34.789 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:34 smithi005 ceph-mon[25422]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:34.789 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:34 smithi005 ceph-mon[25422]: Deploying daemon mon.b on smithi044 2024-09-17T11:08:34.789 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:34 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/547288386' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:34.789 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:34 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:34 smithi129 ceph-mon[28396]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:34 smithi129 ceph-mon[28396]: Deploying daemon mon.b on smithi044 2024-09-17T11:08:34.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:34 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/547288386' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:34.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:34 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:36.027 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:08:36.027 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:08:36.281 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:08:36.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:36 smithi129 ceph-mon[28396]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:36 smithi005 ceph-mon[25422]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:36.976 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:08:36.976 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":2,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","modified":"2024-09-17T11:08:28.465018Z","created":"2024-09-17T11:06:57.633710Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T11:08:36.976 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 2 2024-09-17T11:08:37.158 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 podman[27856]: 2024-09-17 11:08:36.954071631 +0000 UTC m=+0.015858942 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 podman[27856]: 2024-09-17 11:08:37.261710556 +0000 UTC m=+0.323497855 container init 116818775f86e4caa3465831c4a1c06d87c91373dfb6a72bed7444cc3abc1a1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, 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.license=GPLv2) 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 podman[27856]: 2024-09-17 11:08:37.266532212 +0000 UTC m=+0.328319515 container start 116818775f86e4caa3465831c4a1c06d87c91373dfb6a72bed7444cc3abc1a1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, org.label-schema.build-date=20240731) 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pidfile_write: ignore empty --pid-file 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: load: jerasure load: lrc 2024-09-17T11:08:37.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: RocksDB version: 7.9.2 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Git sha 0 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: DB SUMMARY 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: DB Session ID: LGCAC0IV3LNLIZAUC7MS 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: CURRENT file: CURRENT 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.error_if_exists: 0 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.create_if_missing: 0 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.paranoid_checks: 1 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T11:08:37.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.env: 0x55a5aca23120 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.info_log: 0x55a5ad365700 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.statistics: (nil) 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.use_fsync: 0 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_log_file_size: 0 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_fallocate: 1 2024-09-17T11:08:37.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.use_direct_reads: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.db_log_dir: 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.wal_dir: 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T11:08:37.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.write_buffer_manager: 0x55a5ad369b80 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.unordered_write: 0 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.row_cache: None 2024-09-17T11:08:37.518 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.wal_filter: None 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.two_write_queues: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.wal_compression: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.atomic_flush: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.log_readahead_size: 0 2024-09-17T11:08:37.520 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_background_jobs: 2 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_background_compactions: -1 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_subcompactions: 1 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T11:08:37.521 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_open_files: -1 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_background_flushes: -1 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Compression algorithms supported: 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kZSTD supported: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kXpressCompression supported: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kBZip2Compression supported: 0 2024-09-17T11:08:37.522 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kLZ4Compression supported: 1 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kZlibCompression supported: 1 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: kSnappyCompression supported: 1 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.merge_operator: 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_filter: None 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T11:08:37.523 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a5ad365320) 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: cache_index_and_filter_blocks: 1 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: pin_top_level_index_and_filter: 1 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: index_type: 0 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: data_block_index_type: 0 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: index_shortening: 1 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: checksum: 4 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: no_block_cache: 0 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_cache: 0x55a5ad359610 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_cache_name: BinnedLRUCache 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_cache_options: 2024-09-17T11:08:37.524 INFO:journalctl@ceph.mon.b.smithi044.stdout: capacity : 536870912 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: num_shard_bits : 4 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: strict_capacity_limit : 0 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: high_pri_pool_ratio: 0.000 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_cache_compressed: (nil) 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: persistent_cache: (nil) 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_size: 4096 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_size_deviation: 10 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_restart_interval: 16 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: index_block_restart_interval: 1 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: metadata_block_size: 4096 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: partition_filters: 0 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: use_delta_encoding: 1 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: filter_policy: bloomfilter 2024-09-17T11:08:37.525 INFO:journalctl@ceph.mon.b.smithi044.stdout: whole_key_filtering: 1 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: verify_compression: 0 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: read_amp_bytes_per_bit: 0 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: format_version: 5 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: enable_index_compression: 1 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: block_align: 0 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: max_auto_readahead_size: 262144 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: prepopulate_block_cache: 0 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: initial_auto_readahead_size: 8192 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression: NoCompression 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T11:08:37.526 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.num_levels: 7 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:08:37.527 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T11:08:37.528 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T11:08:37.529 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.inplace_update_support: 0 2024-09-17T11:08:37.530 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.bloom_locality: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.max_successive_merges: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.ttl: 2592000 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enable_blob_files: false 2024-09-17T11:08:37.531 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.min_blob_size: 0 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: 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:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9576fb88-0710-43c3-9f47-f56fee1812ee 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571317294760, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T11:08:37.532 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571317295191, "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": 1726571317, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9576fb88-0710-43c3-9f47-f56fee1812ee", "db_session_id": "LGCAC0IV3LNLIZAUC7MS", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726571317295290, "job": 1, "event": "recovery_finished"} 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: 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:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a5ad388e00 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: DB pointer 0x55a5ad48a000 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout: ** DB Stats ** 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:08:37.533 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: ** Compaction Stats [default] ** 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: ** Compaction Stats [default] ** 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T11:08:37.534 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: Block cache BinnedLRUCache@0x55a5ad359610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-17T11:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.535 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: using public_addr v2:172.21.15.44:0/0 -> [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: starting mon.b rank -1 at public addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] at bind addrs [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(???) e0 preinit fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).mds e1 new map 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: e1 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: btime 2024-09-17T11:07:01:403283+0000 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.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:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: legacy client fscid: -1 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout: No filesystems configured 2024-09-17T11:08:37.536 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: 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:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.537 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi044", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Deploying cephadm binary to smithi129 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.538 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Added host smithi129 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1439294802' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.539 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"} : dispatch 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Saving service mon spec with placement smithi005:172.21.15.5=a;smithi044:172.21.15.44=b;smithi129:172.21.15.129=c;count:3 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.540 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Deploying daemon mon.c on smithi129 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/2073042769' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.a calling monitor election 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.541 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.c calling monitor election 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: monmap epoch 2 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: last_changed 2024-09-17T11:08:28.465018+0000 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: min_mon_release 19 (squid) 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: election_strategy: 1 2024-09-17T11:08:37.542 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: fsmap 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mgrmap e14: x(active, since 42s) 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: overall HEALTH_OK 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: Deploying daemon mon.b on smithi044 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/547288386' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:37.543 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:37.544 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:37.544 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 ceph-mon[27894]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T11:08:37.544 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 bash[27856]: 116818775f86e4caa3465831c4a1c06d87c91373dfb6a72bed7444cc3abc1a1b 2024-09-17T11:08:37.544 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:37 smithi044 systemd[1]: Started Ceph mon.b for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:08:38.545 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T11:08:38.545 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T11:08:38.795 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:08:42.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: mon.c calling monitor election 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: mon.a calling monitor election 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: monmap epoch 3 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: min_mon_release 19 (squid) 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: election_strategy: 1 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: fsmap 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:42.685 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: mgrmap e14: x(active, since 51s) 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: mon.b (rank 2) addr [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] is down (out of quorum) 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.686 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.729 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:08:42.729 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":3,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","modified":"2024-09-17T11:08:37.322037Z","created":"2024-09-17T11:06:57.633710Z","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.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:3300","nonce":0},{"type":"v1","addr":"172.21.15.44:6789","nonce":0}]},"addr":"172.21.15.44:6789/0","public_addr":"172.21.15.44:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T11:08:42.730 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 3 2024-09-17T11:08:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: mon.c calling monitor election 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: mon.a calling monitor election 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: monmap epoch 3 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: min_mon_release 19 (squid) 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: election_strategy: 1 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: fsmap 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: mgrmap e14: x(active, since 51s) 2024-09-17T11:08:42.874 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: mon.b (rank 2) addr [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] is down (out of quorum) 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:42.875 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:43.288 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T11:08:43.289 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T11:08:43.552 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:43.607 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:43.607 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:43 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/1892840172' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:43.607 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:43.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:43.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:43 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/1892840172' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:43.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.166 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:44.166 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2024-09-17T11:08:44.166 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:44.166 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2024-09-17T11:08:44.736 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T11:08:44.736 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:44.736 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:08:44.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: mon.c calling monitor election 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: mon.a calling monitor election 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: monmap epoch 3 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: min_mon_release 19 (squid) 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: election_strategy: 1 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: fsmap 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:44.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: mgrmap e14: x(active, since 51s) 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: mon.b (rank 2) addr [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] is down (out of quorum) 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/1892840172' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T11:08:44.766 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:44 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:44.767 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:44.767 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:44.837 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:08:44.837 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:08:44.867 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:08:44.867 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:44.933 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:08:44.933 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T11:08:44.961 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:08:44.961 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:08:45.028 INFO:tasks.cephadm:Adding mgr.x on smithi005 2024-09-17T11:08:45.028 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch apply mgr '1;smithi005=x' 2024-09-17T11:08:45.262 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mon.b calling monitor election 2024-09-17T11:08:45.304 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:08:45.490 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mon.b calling monitor election 2024-09-17T11:08:45.490 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:08:45.490 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:45.490 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Reconfiguring daemon mon.a on smithi005 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mon.b calling monitor election 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mon.c calling monitor election 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mon.a calling monitor election 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: monmap epoch 3 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: min_mon_release 19 (squid) 2024-09-17T11:08:45.491 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: election_strategy: 1 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: fsmap 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: mgrmap e14: x(active, since 53s) 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: Cluster is now healthy 2024-09-17T11:08:45.492 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:45 smithi005 ceph-mon[25422]: overall HEALTH_OK 2024-09-17T11:08:45.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:08:45.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Reconfiguring daemon mon.a on smithi005 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mon.b calling monitor election 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mon.c calling monitor election 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mon.a calling monitor election 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: monmap epoch 3 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:45.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: min_mon_release 19 (squid) 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: election_strategy: 1 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: fsmap 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: mgrmap e14: x(active, since 53s) 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: Cluster is now healthy 2024-09-17T11:08:45.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:45 smithi044 ceph-mon[27894]: overall HEALTH_OK 2024-09-17T11:08:45.564 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mon.b calling monitor election 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Reconfiguring daemon mon.a on smithi005 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mon.b calling monitor election 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mon.c calling monitor election 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mon.a calling monitor election 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T11:08:45.565 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: monmap epoch 3 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: last_changed 2024-09-17T11:08:37.322037+0000 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: created 2024-09-17T11:06:57.633710+0000 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: min_mon_release 19 (squid) 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: election_strategy: 1 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.a 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.c 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: 2: [v2:172.21.15.44:3300/0,v1:172.21.15.44:6789/0] mon.b 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: fsmap 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: mgrmap e14: x(active, since 53s) 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: Cluster is now healthy 2024-09-17T11:08:45.566 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:45 smithi129 ceph-mon[28396]: overall HEALTH_OK 2024-09-17T11:08:45.972 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mgr update... 2024-09-17T11:08:46.476 DEBUG:tasks.cephadm:set 0 configs 2024-09-17T11:08:46.476 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T11:08:46.476 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:08:46.476 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:08:46.494 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:08:46.494 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-09-17T11:08:46.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.552 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:08:46.552 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:46.552 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T11:08:46.552 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:46.552 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:46.553 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-09-17 11:08:04.961733189 +0000 2024-09-17T11:08:46.553 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.553 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.553 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.553 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:08:46.616 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:08:46.321+0000 7fb22ded0640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:46.617 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.619 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-09-17T11:08:46.619 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-09-17T11:08:46.620 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000122352 s, 4.2 MB/s 2024-09-17T11:08:46.621 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:08:46.678 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-09-17T11:08:46.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:46.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:46.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:46.736 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-09-17 11:08:04.988732667 +0000 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.737 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:46.737 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:08:46.802 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-09-17T11:08:46.803 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-09-17T11:08:46.803 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000117279 s, 4.4 MB/s 2024-09-17T11:08:46.804 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:08:46.862 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-09-17T11:08:46.918 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-09-17 11:08:05.015732145 +0000 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-09-17 11:04:55.127330701 +0000 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-09-17 11:04:55.127330701 +0000 2024-09-17T11:08:46.919 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-09-17 11:04:55.127330701 +0000 2024-09-17T11:08:46.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:08:46.984 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-09-17T11:08:46.984 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-09-17T11:08:46.984 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000117038 s, 4.4 MB/s 2024-09-17T11:08:46.986 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:08:47.044 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-09-17T11:08:47.100 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:08:47.100 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-09-17 11:08:05.041731642 +0000 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:47.101 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: 2024-09-17 11:04:55.126330606 +0000 2024-09-17T11:08:47.101 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:08:47.166 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-09-17T11:08:47.167 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-09-17T11:08:47.167 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000132827 s, 3.9 MB/s 2024-09-17T11:08:47.168 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:08:47.226 DEBUG:teuthology.orchestra.run.smithi044:> set -ex 2024-09-17T11:08:47.226 DEBUG:teuthology.orchestra.run.smithi044:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:08:47.243 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:08:47.243 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_1 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-09-17 11:08:36.756474659 +0000 2024-09-17T11:08:47.300 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.301 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.301 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.301 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:08:47.366 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-09-17T11:08:47.366 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-09-17T11:08:47.366 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000205699 s, 2.5 MB/s 2024-09-17T11:08:47.367 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:08:47.424 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_2 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-09-17 11:08:36.756474659 +0000 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-09-17 11:04:55.870674870 +0000 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-09-17 11:04:55.870674870 +0000 2024-09-17T11:08:47.481 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: 2024-09-17 11:04:55.870674870 +0000 2024-09-17T11:08:47.481 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:08:47.545 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-09-17T11:08:47.545 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-09-17T11:08:47.545 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000218314 s, 2.3 MB/s 2024-09-17T11:08:47.546 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:08:47.602 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_3 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: Reconfiguring daemon mon.b on smithi044 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi005=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: Saving service mgr spec with placement smithi005=x;count:1 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:47.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:47 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:47.658 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:08:47.658 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:47.658 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-17T11:08:47.658 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:47.659 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:47.659 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-09-17 11:08:36.756474659 +0000 2024-09-17T11:08:47.659 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.659 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.659 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: 2024-09-17 11:04:55.871674856 +0000 2024-09-17T11:08:47.659 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: Reconfiguring daemon mon.b on smithi044 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi005=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: Saving service mgr spec with placement smithi005=x;count:1 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:47.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:47.684 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:47 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: Reconfiguring mon.b (monmap changed)... 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: Reconfiguring daemon mon.b on smithi044 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi005=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: Saving service mgr spec with placement smithi005=x;count:1 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T11:08:47.721 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:47 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:47.723 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-09-17T11:08:47.723 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-09-17T11:08:47.723 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000212848 s, 2.4 MB/s 2024-09-17T11:08:47.724 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:08:47.781 DEBUG:teuthology.orchestra.run.smithi044:> stat /dev/vg_nvme/lv_4 2024-09-17T11:08:47.836 INFO:teuthology.orchestra.run.smithi044.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Access: 2024-09-17 11:08:36.757474645 +0000 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Modify: 2024-09-17 11:04:55.872674841 +0000 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout:Change: 2024-09-17 11:04:55.872674841 +0000 2024-09-17T11:08:47.837 INFO:teuthology.orchestra.run.smithi044.stdout: Birth: 2024-09-17 11:04:55.872674841 +0000 2024-09-17T11:08:47.837 DEBUG:teuthology.orchestra.run.smithi044:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:08:47.901 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records in 2024-09-17T11:08:47.901 INFO:teuthology.orchestra.run.smithi044.stderr:1+0 records out 2024-09-17T11:08:47.901 INFO:teuthology.orchestra.run.smithi044.stderr:512 bytes copied, 0.000199464 s, 2.6 MB/s 2024-09-17T11:08:47.902 DEBUG:teuthology.orchestra.run.smithi044:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:08:47.958 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-09-17T11:08:47.958 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T11:08:47.975 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:08:47.975 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2024-09-17T11:08:48.031 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-09-17 11:08:27.561452566 +0000 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.032 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.032 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T11:08:48.096 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-09-17T11:08:48.096 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-09-17T11:08:48.096 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000191637 s, 2.7 MB/s 2024-09-17T11:08:48.098 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T11:08:48.154 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2024-09-17T11:08:48.209 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-09-17 11:08:27.561452566 +0000 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.210 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.210 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T11:08:48.273 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-09-17T11:08:48.273 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-09-17T11:08:48.273 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000223399 s, 2.3 MB/s 2024-09-17T11:08:48.274 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T11:08:48.331 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2024-09-17T11:08:48.388 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T11:08:48.388 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-09-17 11:08:27.562452544 +0000 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.389 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.389 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T11:08:48.452 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-09-17T11:08:48.452 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-09-17T11:08:48.452 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000170086 s, 3.0 MB/s 2024-09-17T11:08:48.453 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T11:08:48.510 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2024-09-17T11:08:48.565 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T11:08:48.565 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T11:08:48.565 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-09-17 11:08:27.562452544 +0000 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.566 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-09-17 11:04:54.745346298 +0000 2024-09-17T11:08:48.566 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T11:08:48.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:48 smithi005 ceph-mon[25422]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:48.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:48 smithi005 ceph-mon[25422]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:08:48.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:48 smithi005 ceph-mon[25422]: Reconfiguring daemon mon.c on smithi129 2024-09-17T11:08:48.628 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:48 smithi129 ceph-mon[28396]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:48.629 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:48 smithi129 ceph-mon[28396]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:08:48.629 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:48 smithi129 ceph-mon[28396]: Reconfiguring daemon mon.c on smithi129 2024-09-17T11:08:48.632 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-09-17T11:08:48.632 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-09-17T11:08:48.632 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.00165533 s, 309 kB/s 2024-09-17T11:08:48.633 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T11:08:48.690 INFO:tasks.cephadm:Deploying osd.0 on smithi005 with /dev/vg_nvme/lv_4... 2024-09-17T11:08:48.690 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:08:48.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:48 smithi044 ceph-mon[27894]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:48.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:48 smithi044 ceph-mon[27894]: Reconfiguring mon.c (monmap changed)... 2024-09-17T11:08:48.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:48 smithi044 ceph-mon[27894]: Reconfiguring daemon mon.c on smithi129 2024-09-17T11:08:48.954 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:49.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:49.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:49 smithi129 ceph-mon[28396]: Reconfiguring daemon mgr.x on smithi005 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:08:49.982 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:08:49.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:08:49.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:49.983 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:49 smithi005 ceph-mon[25422]: Reconfiguring daemon mgr.x on smithi005 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T11:08:50.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T11:08:50.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T11:08:50.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:50.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:49 smithi044 ceph-mon[27894]: Reconfiguring daemon mgr.x on smithi005 2024-09-17T11:08:50.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:50 smithi005 ceph-mon[25422]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:50.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.869 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:50 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:50 smithi129 ceph-mon[28396]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:50 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:50 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:51.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:50 smithi044 ceph-mon[27894]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:51.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:50 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:51.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:50 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:08:52.579 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:08:52.605 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi005:vg_nvme/lv_4 2024-09-17T11:08:52.856 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:08:52.871 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:52 smithi005 ceph-mon[25422]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:52.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:52 smithi129 ceph-mon[28396]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:52 smithi044 ceph-mon[27894]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:53.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:08:53.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:08:53.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:53.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:08:53.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:08:53.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:08:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:08:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:08:54.834 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:54 smithi005 ceph-mon[25422]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:54.835 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:54 smithi005 ceph-mon[25422]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:54.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:54 smithi129 ceph-mon[28396]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:54.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:54 smithi129 ceph-mon[28396]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:54 smithi044 ceph-mon[27894]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:54 smithi044 ceph-mon[27894]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:08:56.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:56.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"} : dispatch 2024-09-17T11:08:56.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"}]': finished 2024-09-17T11:08:56.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:08:56.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:08:56.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:56 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/680922051' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:08:56.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:56.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"} : dispatch 2024-09-17T11:08:56.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"}]': finished 2024-09-17T11:08:56.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:08:56.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:08:56.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:56 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/680922051' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:08:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"} : dispatch 2024-09-17T11:08:57.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3932074140' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8cf05437-db5d-46f0-a103-66a2f4094468"}]': finished 2024-09-17T11:08:57.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T11:08:57.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:08:57.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:56 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/680922051' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:08:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:08:58 smithi129 ceph-mon[28396]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:08:58 smithi044 ceph-mon[27894]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:08:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:08:58 smithi005 ceph-mon[25422]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:00.684 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:00 smithi005 ceph-mon[25422]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:00.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:00 smithi129 ceph-mon[28396]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:01.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:00 smithi044 ceph-mon[27894]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:02.701 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:02 smithi005 ceph-mon[25422]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:02.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:02 smithi129 ceph-mon[28396]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:03.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:02 smithi044 ceph-mon[27894]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:03.926 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:03 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:09:03.926 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:03 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:03.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:03 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:09:03.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:03 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:03.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:03 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T11:09:03.975 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:03 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:04.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:04 smithi129 ceph-mon[28396]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:04.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:04 smithi129 ceph-mon[28396]: Deploying daemon osd.0 on smithi005 2024-09-17T11:09:05.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:04 smithi044 ceph-mon[27894]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:05.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:04 smithi044 ceph-mon[27894]: Deploying daemon osd.0 on smithi005 2024-09-17T11:09:05.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:04 smithi005 ceph-mon[25422]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:05.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:04 smithi005 ceph-mon[25422]: Deploying daemon osd.0 on smithi005 2024-09-17T11:09:06.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:06 smithi005 ceph-mon[25422]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:06.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:06 smithi129 ceph-mon[28396]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:07.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:06 smithi044 ceph-mon[27894]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:08.721 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:08 smithi005 ceph-mon[25422]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:08 smithi129 ceph-mon[28396]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:09.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:08 smithi044 ceph-mon[27894]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:10.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:10 smithi005 ceph-mon[25422]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:10.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:10.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:10.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:10 smithi129 ceph-mon[28396]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:11.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:10 smithi044 ceph-mon[27894]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:11.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:11.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:11.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:12.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:12 smithi129 ceph-mon[28396]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:12.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:12 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:12.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:12 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:12 smithi044 ceph-mon[27894]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:13.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:12 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:12 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:12 smithi005 ceph-mon[25422]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:13.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:12 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:12 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.626 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 0 on host 'smithi005' 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:13.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:14.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:14.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:14.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:14.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:14.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:14.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:14.300 DEBUG:teuthology.orchestra.run.smithi005:osd.0> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T11:09:14.303 INFO:tasks.cephadm:Deploying osd.1 on smithi005 with /dev/vg_nvme/lv_3... 2024-09-17T11:09:14.303 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:09:14.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:14 smithi005 ceph-mon[25422]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:14.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:14 smithi129 ceph-mon[28396]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:15.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:14 smithi044 ceph-mon[27894]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:15.039 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:09:15.429 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:09:15 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:09:15.192+0000 7f75e76f2640 -1 osd.0 0 log_to_monitors true 2024-09-17T11:09:15.981 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:15 smithi005 ceph-mon[25422]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:09:16.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:15 smithi044 ceph-mon[27894]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:09:16.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:15 smithi129 ceph-mon[28396]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T11:09:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:16 smithi044 ceph-mon[27894]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:16 smithi044 ceph-mon[27894]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:09:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:16 smithi044 ceph-mon[27894]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:09:17.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:16 smithi044 ceph-mon[27894]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:17.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:16 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:17.065 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-mon[25422]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:17.066 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-mon[25422]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:09:17.066 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-mon[25422]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:09:17.066 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-mon[25422]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:17.066 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:17.066 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:09:16.697+0000 7f75e3675640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T11:09:17.066 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:09:16 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:09:16.699+0000 7f75df49c640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:09:17.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:16 smithi129 ceph-mon[28396]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:17.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:16 smithi129 ceph-mon[28396]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T11:09:17.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:16 smithi129 ceph-mon[28396]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T11:09:17.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:16 smithi129 ceph-mon[28396]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:17.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:16 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:17.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:17 smithi005 ceph-mon[25422]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:17.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:17 smithi005 ceph-mon[25422]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:09:17.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:17 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:17.775 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:17 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:17.778 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:09:17.805 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi005:vg_nvme/lv_3 2024-09-17T11:09:18.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:17 smithi044 ceph-mon[27894]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:18.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:17 smithi044 ceph-mon[27894]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:09:18.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:17 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:18.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:17 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:18.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:17 smithi129 ceph-mon[28396]: from='osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:18.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:17 smithi129 ceph-mon[28396]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T11:09:18.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:17 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:18.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:17 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:18.335 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:09:18.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:09:18.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:09:18.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:18.722 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:18.723 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763] boot 2024-09-17T11:09:18.723 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:09:18.723 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:19.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763] boot 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:09:19.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:19.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:09:19.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:09:19.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T11:09:19.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:19.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: osd.0 [v2:172.21.15.5:6802/2928725763,v1:172.21.15.5:6803/2928725763] boot 2024-09-17T11:09:19.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T11:09:19.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:19.854 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:19.855 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:19 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:20.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:19 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T11:09:20.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:20.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:19 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:20.825 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:20 smithi005 ceph-mon[25422]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:20.826 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:20 smithi005 ceph-mon[25422]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:20.826 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:20 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi005 2024-09-17T11:09:20.826 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:20 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi005 to 17092M 2024-09-17T11:09:21.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:20 smithi044 ceph-mon[27894]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:21.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:20 smithi044 ceph-mon[27894]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:21.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:20 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi005 2024-09-17T11:09:21.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:20 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi005 to 17092M 2024-09-17T11:09:21.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:20 smithi129 ceph-mon[28396]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:21.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:20 smithi129 ceph-mon[28396]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi005:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:21.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:20 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi005 2024-09-17T11:09:21.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:20 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi005 to 17092M 2024-09-17T11:09:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"} : dispatch 2024-09-17T11:09:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"}]': finished 2024-09-17T11:09:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:09:23.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:23.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:22 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3345040825' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"} : dispatch 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"}]': finished 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:23.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:22 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3345040825' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:23.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:23.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"} : dispatch 2024-09-17T11:09:23.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/575785638' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16300c0f-4686-4746-a204-167563dfc880"}]': finished 2024-09-17T11:09:23.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T11:09:23.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:23.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:22 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3345040825' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:25.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:24 smithi044 ceph-mon[27894]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:25.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:24 smithi005 ceph-mon[25422]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:25.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:24 smithi129 ceph-mon[28396]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:26.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:26 smithi005 ceph-mon[25422]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:27.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:26 smithi044 ceph-mon[27894]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:27.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:26 smithi129 ceph-mon[28396]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:28.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:28 smithi005 ceph-mon[25422]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:29.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:28 smithi044 ceph-mon[27894]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:29.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:28 smithi129 ceph-mon[28396]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:29.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:09:29.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:30.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:09:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:30.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T11:09:30.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:30.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:30 smithi005 ceph-mon[25422]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:30.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:30 smithi005 ceph-mon[25422]: Deploying daemon osd.1 on smithi005 2024-09-17T11:09:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:30 smithi044 ceph-mon[27894]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:30 smithi044 ceph-mon[27894]: Deploying daemon osd.1 on smithi005 2024-09-17T11:09:31.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:30 smithi129 ceph-mon[28396]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:31.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:30 smithi129 ceph-mon[28396]: Deploying daemon osd.1 on smithi005 2024-09-17T11:09:32.770 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:32 smithi005 ceph-mon[25422]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:33.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:32 smithi044 ceph-mon[27894]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:33.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:32 smithi129 ceph-mon[28396]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:34.823 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:34 smithi005 ceph-mon[25422]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:34.985 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:34 smithi129 ceph-mon[28396]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:35.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:34 smithi044 ceph-mon[27894]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:36.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:35 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:36.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:35 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:36.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:35 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:36.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:35 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:36.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:35 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:36.120 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:35 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:36.164 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:35 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:36.164 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:35 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:36.164 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:35 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:37.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:36 smithi044 ceph-mon[27894]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:37.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:36 smithi005 ceph-mon[25422]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:37.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:36 smithi129 ceph-mon[28396]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:39.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:39.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:39.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:39.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:38 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.050 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:39.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:39.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:39.051 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:38 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:39.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:39.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:39.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:38 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.377 INFO:teuthology.orchestra.run.smithi005.stdout:Created osd(s) 1 on host 'smithi005' 2024-09-17T11:09:39.995 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:39 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:39.995 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:39 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:39.995 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:39 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:40.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:39 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:40.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:39 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:40.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:39 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:40.023 DEBUG:teuthology.orchestra.run.smithi005:osd.1> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T11:09:40.026 INFO:tasks.cephadm:Deploying osd.2 on smithi044 with /dev/vg_nvme/lv_4... 2024-09-17T11:09:40.026 DEBUG:teuthology.orchestra.run.smithi044:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:09:40.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:39 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:09:40.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:39 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:40.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:39 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:40.288 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:09:40.288 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:09:40 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:09:40.185+0000 7f0c7b069640 -1 osd.1 0 log_to_monitors true 2024-09-17T11:09:40.983 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:40 smithi044 ceph-mon[27894]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:40.983 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:40 smithi044 ceph-mon[27894]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:09:41.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:40 smithi005 ceph-mon[25422]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:41.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:40 smithi005 ceph-mon[25422]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:09:41.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:40 smithi129 ceph-mon[28396]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:41.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:40 smithi129 ceph-mon[28396]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T11:09:41.896 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:41 smithi044 ceph-mon[27894]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:09:41.897 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:41 smithi044 ceph-mon[27894]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:09:41.897 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:41 smithi044 ceph-mon[27894]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:41.897 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:41 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:41.897 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:41 smithi044 ceph-mon[27894]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:42.030 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:41 smithi005 ceph-mon[25422]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:09:42.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:41 smithi005 ceph-mon[25422]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:09:42.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:41 smithi005 ceph-mon[25422]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:42.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:41 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.031 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:41 smithi005 ceph-mon[25422]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:42.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:41 smithi129 ceph-mon[28396]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T11:09:42.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:41 smithi129 ceph-mon[28396]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T11:09:42.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:41 smithi129 ceph-mon[28396]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]} : dispatch 2024-09-17T11:09:42.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:41 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:41 smithi129 ceph-mon[28396]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-09-17T11:09:42.372 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:09:42.027+0000 7f0c76fec640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T11:09:42.373 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:09:42.030+0000 7f0c6ee0b640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:09:42.543 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:09:42.577 DEBUG:teuthology.orchestra.run.smithi044:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi044:vg_nvme/lv_4 2024-09-17T11:09:42.831 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:09:42.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:42.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:09:42.882 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' 2024-09-17T11:09:42.883 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:42 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.952 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:42.952 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:09:42.953 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.953 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:42.953 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' 2024-09-17T11:09:42.953 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:42 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:43.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: pgmap v56: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:43.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T11:09:43.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:43.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:43.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: from='osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893]' entity='osd.1' 2024-09-17T11:09:43.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:42 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:44.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:09:44.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi005 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi005 to 8546M 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:44.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893] boot 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:44.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi005 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi005 to 8546M 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:44.196 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893] boot 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:44.197 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:44.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:09:44.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:09:44.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi005 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi005 to 8546M 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: osd.1 [v2:172.21.15.5:6810/473118893,v1:172.21.15.5:6811/473118893] boot 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:09:44.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='client.24140 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:09:44.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:09:44.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:09:44.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:45.343 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:45 smithi005 ceph-mon[25422]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:09:45.359 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:45 smithi044 ceph-mon[27894]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:09:45.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:45 smithi129 ceph-mon[28396]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: from='client.? 172.21.15.44:0/3745873810' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"}]': finished 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:09:46.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:46 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:09:46.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:46.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: from='client.? 172.21.15.44:0/3745873810' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"}]': finished 2024-09-17T11:09:46.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:09:46.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:46 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:09:46.445 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:46.446 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: from='client.? 172.21.15.44:0/3745873810' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.446 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"} : dispatch 2024-09-17T11:09:46.446 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79f5d89f-e490-45af-8a8a-befa66514c96"}]': finished 2024-09-17T11:09:46.446 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T11:09:46.446 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:46 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:09:47.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:47 smithi005 ceph-mon[25422]: from='client.? 172.21.15.44:0/3163026318' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:47.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:47 smithi129 ceph-mon[28396]: from='client.? 172.21.15.44:0/3163026318' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:47.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:47 smithi044 ceph-mon[27894]: from='client.? 172.21.15.44:0/3163026318' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:09:48.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:48 smithi005 ceph-mon[25422]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:48.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:48 smithi129 ceph-mon[28396]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:48.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:48 smithi044 ceph-mon[27894]: pgmap v63: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:50.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:50 smithi044 ceph-mon[27894]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:50.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:50 smithi005 ceph-mon[25422]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:50.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:50 smithi129 ceph-mon[28396]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:52.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:52 smithi005 ceph-mon[25422]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:52.381 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:52 smithi044 ceph-mon[27894]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:52.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:52 smithi129 ceph-mon[28396]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:54.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:54 smithi044 ceph-mon[27894]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:54.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:54 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:09:54.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:54 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:54.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:54 smithi044 ceph-mon[27894]: Deploying daemon osd.2 on smithi044 2024-09-17T11:09:54.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:54 smithi005 ceph-mon[25422]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:54.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:54 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:09:54.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:54 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:54.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:54 smithi005 ceph-mon[25422]: Deploying daemon osd.2 on smithi044 2024-09-17T11:09:54.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:54 smithi129 ceph-mon[28396]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:54.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:54 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T11:09:54.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:54 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:09:54.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:54 smithi129 ceph-mon[28396]: Deploying daemon osd.2 on smithi044 2024-09-17T11:09:56.223 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:56 smithi044 ceph-mon[27894]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:56.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:56 smithi005 ceph-mon[25422]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:56.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:56 smithi129 ceph-mon[28396]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:58.325 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:09:58 smithi044 ceph-mon[27894]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:58.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:09:58 smithi005 ceph-mon[25422]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:09:58.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:09:58 smithi129 ceph-mon[28396]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:00.125 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:00 smithi044 ceph-mon[27894]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:00.125 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:00 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:00.126 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:00 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.126 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:00 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.126 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:00 smithi044 ceph-mon[27894]: overall HEALTH_OK 2024-09-17T11:10:00.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:00 smithi005 ceph-mon[25422]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:00.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:00 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:00.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:00 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:00 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:00 smithi005 ceph-mon[25422]: overall HEALTH_OK 2024-09-17T11:10:00.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:00 smithi129 ceph-mon[28396]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:00.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:00 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:00.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:00 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:00 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:00.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:00 smithi129 ceph-mon[28396]: overall HEALTH_OK 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:02.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:02.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:02.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:02.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:02.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:02.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:02.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:02.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:03.181 INFO:teuthology.orchestra.run.smithi044.stdout:Created osd(s) 2 on host 'smithi044' 2024-09-17T11:10:03.796 DEBUG:teuthology.orchestra.run.smithi044:osd.2> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T11:10:03.799 INFO:tasks.cephadm:Deploying osd.3 on smithi044 with /dev/vg_nvme/lv_3... 2024-09-17T11:10:03.799 DEBUG:teuthology.orchestra.run.smithi044:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:10:04.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:04 smithi005 ceph-mon[25422]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:04.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:04.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:04 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.388 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:04 smithi044 ceph-mon[27894]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:04.388 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:04 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:04.388 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:04 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:04 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.389 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:04 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:10:04.264+0000 7fa63422b640 -1 osd.2 0 log_to_monitors true 2024-09-17T11:10:04.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:04 smithi129 ceph-mon[28396]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:04.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:04 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:04.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:04 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:04 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:04.553 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:10:05.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:05 smithi044 ceph-mon[27894]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:05.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:05 smithi044 ceph-mon[27894]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:05.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:05 smithi005 ceph-mon[25422]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:05.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:05 smithi005 ceph-mon[25422]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:05.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:05 smithi129 ceph-mon[28396]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:05.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:05 smithi129 ceph-mon[28396]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T11:10:06.327 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:10:06.083+0000 7fa6301ae640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T11:10:06.328 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:10:06.086+0000 7fa62bfd5640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:06.328 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:06 smithi044 ceph-mon[27894]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:06 smithi005 ceph-mon[25422]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:06.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:06.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T11:10:06.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T11:10:06.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:06.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: from='osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:06.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:06 smithi129 ceph-mon[28396]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:07.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:07 smithi005 ceph-mon[25422]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:07.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:07 smithi005 ceph-mon[25422]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:10:07.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:07.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:07 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:07.421 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:07 smithi044 ceph-mon[27894]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:07.421 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:07 smithi044 ceph-mon[27894]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:10:07.421 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:07 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:07.421 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:07 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:07.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:07 smithi129 ceph-mon[28396]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:07.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:07 smithi129 ceph-mon[28396]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T11:10:07.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:07 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:07.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:07 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290] boot 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi044 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi044 to 21188M 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:08.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:08 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:10:08.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:10:08.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290] boot 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi044 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi044 to 21188M 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:08.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:08 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: osd.2 [v2:172.21.15.44:6800/2279929290,v1:172.21.15.44:6801/2279929290] boot 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi044 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi044 to 21188M 2024-09-17T11:10:08.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:08.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:08.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:08.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:08 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:09.014 INFO:teuthology.orchestra.run.smithi044.stdout: 2024-09-17T11:10:09.041 DEBUG:teuthology.orchestra.run.smithi044:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi044:vg_nvme/lv_3 2024-09-17T11:10:09.292 INFO:teuthology.orchestra.run.smithi044.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T11:10:09.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 ceph-mon[25422]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:10:09.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.351 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.414 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.415 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 ceph-mon[27894]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:10:09.415 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.415 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 ceph-mon[28396]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T11:10:09.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' 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:10:09.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48193]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48193]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48193]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48193]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48196]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48196]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48196]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48196]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.623 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48181]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.623 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48181]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.623 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48181]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.623 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48181]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48184]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48184]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48184]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48184]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48187]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48187]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48187]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48187]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48190]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.624 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48190]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.625 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48190]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.625 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:10:09 smithi005 sudo[48190]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.723 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35035]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.723 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35035]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.723 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35035]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.723 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35035]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.724 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35038]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.724 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35038]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.724 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35038]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.724 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35038]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35009]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35009]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35009]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35009]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35012]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35012]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35012]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.724 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:10:09 smithi044 sudo[35012]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29972]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29972]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29972]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29972]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29975]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29975]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29975]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T11:10:09.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:09 smithi129 sudo[29975]: pam_unix(sudo:session): session closed for user root 2024-09-17T11:10:10.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:10.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:10:10.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:10:10.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:10.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:10 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:10.382 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.383 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:10.384 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:10 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:10:10.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T11:10:10.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:10.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:10.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:10 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:11.256 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:11 smithi044 ceph-mon[27894]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:11.257 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:11 smithi044 ceph-mon[27894]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:10:11.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:11 smithi005 ceph-mon[25422]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:11.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:11 smithi005 ceph-mon[25422]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:10:11.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:11 smithi129 ceph-mon[28396]: from='client.24176 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi044:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:11.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:11 smithi129 ceph-mon[28396]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T11:10:12.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:12 smithi044 ceph-mon[27894]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:12.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:12 smithi044 ceph-mon[27894]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:10:12.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:12 smithi044 ceph-mon[27894]: Cluster is now healthy 2024-09-17T11:10:12.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:12 smithi044 ceph-mon[27894]: mgrmap e15: x(active, since 2m) 2024-09-17T11:10:12.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:12 smithi005 ceph-mon[25422]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:12.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:12 smithi005 ceph-mon[25422]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:10:12.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:12 smithi005 ceph-mon[25422]: Cluster is now healthy 2024-09-17T11:10:12.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:12 smithi005 ceph-mon[25422]: mgrmap e15: x(active, since 2m) 2024-09-17T11:10:12.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:12 smithi129 ceph-mon[28396]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:12.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:12 smithi129 ceph-mon[28396]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:10:12.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:12 smithi129 ceph-mon[28396]: Cluster is now healthy 2024-09-17T11:10:12.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:12 smithi129 ceph-mon[28396]: mgrmap e15: x(active, since 2m) 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: from='client.? 172.21.15.44:0/949062192' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"}]': finished 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:13.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:13 smithi005 ceph-mon[25422]: from='client.? 172.21.15.44:0/2145574886' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: from='client.? 172.21.15.44:0/949062192' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"}]': finished 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:13.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:13 smithi129 ceph-mon[28396]: from='client.? 172.21.15.44:0/2145574886' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:13.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: from='client.? 172.21.15.44:0/949062192' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"} : dispatch 2024-09-17T11:10:13.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2da01c23-a77b-4597-b5b3-d9955ab34d9f"}]': finished 2024-09-17T11:10:13.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: osdmap e22: 4 total, 3 up, 4 in 2024-09-17T11:10:13.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:13.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:13 smithi044 ceph-mon[27894]: from='client.? 172.21.15.44:0/2145574886' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:14.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:14 smithi044 ceph-mon[27894]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:14.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:14 smithi005 ceph-mon[25422]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:14.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:14 smithi129 ceph-mon[28396]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:16.473 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:16 smithi044 ceph-mon[27894]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:16.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:16 smithi005 ceph-mon[25422]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:16.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:16 smithi129 ceph-mon[28396]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:18 smithi044 ceph-mon[27894]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:18.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:18 smithi005 ceph-mon[25422]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:18.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:18 smithi129 ceph-mon[28396]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:20.434 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:20 smithi044 ceph-mon[27894]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:20.434 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:20 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:10:20.434 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:20 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:20.434 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:20 smithi044 ceph-mon[27894]: Deploying daemon osd.3 on smithi044 2024-09-17T11:10:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:20 smithi005 ceph-mon[25422]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:20 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:10:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:20 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:20 smithi005 ceph-mon[25422]: Deploying daemon osd.3 on smithi044 2024-09-17T11:10:20.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:20 smithi129 ceph-mon[28396]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:20.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:20 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T11:10:20.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:20 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:20.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:20 smithi129 ceph-mon[28396]: Deploying daemon osd.3 on smithi044 2024-09-17T11:10:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:22 smithi044 ceph-mon[27894]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:22.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:22 smithi005 ceph-mon[25422]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:22.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:22 smithi129 ceph-mon[28396]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:24.615 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:24 smithi044 ceph-mon[27894]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:24.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:24 smithi005 ceph-mon[25422]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:24.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:24 smithi129 ceph-mon[28396]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:26.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:26 smithi044 ceph-mon[27894]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:26.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:26 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:26.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:26 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:26.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:26 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:26.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:26 smithi005 ceph-mon[25422]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:26.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:26 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:26.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:26 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:26.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:26 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:26.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:26 smithi129 ceph-mon[28396]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:26.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:26 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:26.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:26 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:26.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:26 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:28 smithi005 ceph-mon[25422]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:28.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:28 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:28 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:28 smithi129 ceph-mon[28396]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:28.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:28 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.751 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:28 smithi044 ceph-mon[27894]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:28.751 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:28 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:28.752 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:28 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.083 INFO:teuthology.orchestra.run.smithi044.stdout:Created osd(s) 3 on host 'smithi044' 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.389 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:29 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:29 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.674 DEBUG:teuthology.orchestra.run.smithi044:osd.3> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T11:10:29.676 INFO:tasks.cephadm:Deploying osd.4 on smithi129 with /dev/vg_nvme/lv_4... 2024-09-17T11:10:29.676 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:29 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:29.930 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:10:30.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:30 smithi044 ceph-mon[27894]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:30.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:30 smithi129 ceph-mon[28396]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:30.829 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:10:30 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:10:30.538+0000 7ff8cfbf9640 -1 osd.3 0 log_to_monitors true 2024-09-17T11:10:30.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:30 smithi005 ceph-mon[25422]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:31.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:31 smithi129 ceph-mon[28396]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:31.691 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:31 smithi129 ceph-mon[28396]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:31.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:31 smithi044 ceph-mon[27894]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:31.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:31 smithi044 ceph-mon[27894]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:31.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:31 smithi005 ceph-mon[25422]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:31.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:31 smithi005 ceph-mon[25422]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T11:10:32.248 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:10:32.274 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi129:vg_nvme/lv_4 2024-09-17T11:10:32.513 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:10:32.453+0000 7ff8cbb7c640 -1 osd.3 0 waiting for initial osdmap 2024-09-17T11:10:32.514 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:10:32.457+0000 7ff8c79a3640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:32.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:32 smithi044 ceph-mon[27894]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:32.554 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:32.675 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:32 smithi129 ceph-mon[28396]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: from='osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:32 smithi005 ceph-mon[25422]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]} : dispatch 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi044 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi044 to 10594M 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:33.765 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:33 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:33.793 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:33.793 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:10:33.793 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.793 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi044 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi044 to 10594M 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:33.794 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:33.795 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:33 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi044", "root=default"]}]': finished 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi044 2024-09-17T11:10:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi044 to 10594M 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:33.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:33 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:34.723 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:10:34.723 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:10:34.723 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:34.723 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:34.724 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138] boot 2024-09-17T11:10:34.724 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:10:34.724 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:34.724 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:34 smithi129 ceph-mon[28396]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:10:34.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:10:34.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:10:34.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:34.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:34.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138] boot 2024-09-17T11:10:34.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:10:34.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:34.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:34 smithi044 ceph-mon[27894]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:10:34.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:10:34.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:10:34.773 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T11:10:34.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:10:34.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: osd.3 [v2:172.21.15.44:6808/1561598138,v1:172.21.15.44:6809/1561598138] boot 2024-09-17T11:10:34.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: osdmap e25: 4 total, 4 up, 4 in 2024-09-17T11:10:34.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:10:34.774 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:34 smithi005 ceph-mon[25422]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: pgmap v98: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/3916005987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"}]': finished 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:36.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:36 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/4289096517' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: pgmap v98: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:10:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/3916005987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"}]': finished 2024-09-17T11:10:36.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:10:36.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:36.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:36 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/4289096517' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:36.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: pgmap v98: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/3916005987' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"} : dispatch 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dfa75663-e8cc-497e-bab7-6d058a9b0d57"}]': finished 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: osdmap e28: 5 total, 4 up, 5 in 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:36.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:36 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/4289096517' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:10:38.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:38 smithi044 ceph-mon[27894]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:38.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:38 smithi005 ceph-mon[25422]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:38.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:38 smithi129 ceph-mon[28396]: pgmap v101: 1 pgs: 1 remapped; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:40.727 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:40 smithi129 ceph-mon[28396]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-09-17T11:10:40.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:40 smithi044 ceph-mon[27894]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-09-17T11:10:40.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:40 smithi005 ceph-mon[25422]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 105 KiB/s, 0 objects/s recovering 2024-09-17T11:10:42.659 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:42 smithi129 ceph-mon[28396]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-17T11:10:42.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:42 smithi044 ceph-mon[27894]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-17T11:10:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:42 smithi005 ceph-mon[25422]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-17T11:10:43.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:10:43.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:43 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:43.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:43 smithi129 ceph-mon[28396]: Deploying daemon osd.4 on smithi129 2024-09-17T11:10:43.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:10:43.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:43 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:43.764 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:43 smithi044 ceph-mon[27894]: Deploying daemon osd.4 on smithi129 2024-09-17T11:10:43.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T11:10:43.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:43 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:43.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:43 smithi005 ceph-mon[25422]: Deploying daemon osd.4 on smithi129 2024-09-17T11:10:44.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:44 smithi044 ceph-mon[27894]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:10:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:44 smithi005 ceph-mon[25422]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:10:44.881 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:44 smithi129 ceph-mon[28396]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:10:46.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:46 smithi044 ceph-mon[27894]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-17T11:10:46.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:46 smithi005 ceph-mon[25422]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-17T11:10:46.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:46 smithi129 ceph-mon[28396]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-17T11:10:48.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:48 smithi129 ceph-mon[28396]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:10:48.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:48 smithi044 ceph-mon[27894]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:10:48.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:48 smithi005 ceph-mon[25422]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-17T11:10:49.680 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:49.680 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:49.680 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:49 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:49.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:49.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:49.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:49 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:49.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:49.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:49.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:49 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:50.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:50 smithi129 ceph-mon[28396]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:10:50.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:50 smithi044 ceph-mon[27894]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:10:50.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:50 smithi005 ceph-mon[25422]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:10:52.719 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:52.720 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:52.720 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:52.720 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:52.720 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:52.720 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:52 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:52.757 INFO:teuthology.orchestra.run.smithi129.stdout:Created osd(s) 4 on host 'smithi129' 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:52 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:53.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:53.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:52 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.352 DEBUG:teuthology.orchestra.run.smithi129:osd.4> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T11:10:53.355 INFO:tasks.cephadm:Deploying osd.5 on smithi129 with /dev/vg_nvme/lv_3... 2024-09-17T11:10:53.355 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T11:10:53.868 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:53.869 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.869 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:53.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:53.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:10:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:54.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:54.057 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:10:54.433 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:10:54 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:10:54.272+0000 7f9d214eb640 -1 osd.4 0 log_to_monitors true 2024-09-17T11:10:54.987 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:54 smithi129 ceph-mon[28396]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:54.987 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:54 smithi129 ceph-mon[28396]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:54.987 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:54 smithi129 ceph-mon[28396]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:54 smithi044 ceph-mon[27894]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:54 smithi044 ceph-mon[27894]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:54 smithi044 ceph-mon[27894]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:55.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:54 smithi005 ceph-mon[25422]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:55.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:54 smithi005 ceph-mon[25422]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:55.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:54 smithi005 ceph-mon[25422]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T11:10:55.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:55 smithi129 ceph-mon[28396]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T11:10:55.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:55 smithi129 ceph-mon[28396]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:55.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:55 smithi129 ceph-mon[28396]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:10:55.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:55.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:55 smithi129 ceph-mon[28396]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:56.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:55 smithi005 ceph-mon[25422]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T11:10:56.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:55 smithi005 ceph-mon[25422]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:56.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:55 smithi005 ceph-mon[25422]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:10:56.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:56.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:55 smithi005 ceph-mon[25422]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:55 smithi044 ceph-mon[27894]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T11:10:56.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:55 smithi044 ceph-mon[27894]: from='osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:56.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:55 smithi044 ceph-mon[27894]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T11:10:56.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:56.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:55 smithi044 ceph-mon[27894]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:10:56.311 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:10:56.183+0000 7f9d1d46e640 -1 osd.4 0 waiting for initial osdmap 2024-09-17T11:10:56.311 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:10:56.186+0000 7f9d1528d640 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:10:56.884 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:56.884 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:10:56.884 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='osd.4 ' entity='osd.4' 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:56.885 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:56 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:57.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:10:57.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='osd.4 ' entity='osd.4' 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:57.124 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.124 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:57.124 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:57.124 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:56 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='osd.4 ' entity='osd.4' 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:10:57.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:10:57.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:56 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:10:57.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi129 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi129 to 21184M 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245] boot 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:57 smithi129 ceph-mon[28396]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:10:57.969 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-09-17T11:10:57.998 DEBUG:teuthology.orchestra.run.smithi129:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi129:vg_nvme/lv_3 2024-09-17T11:10:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi129 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi129 to 21184M 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245] boot 2024-09-17T11:10:58.132 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:10:58.133 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:58.133 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:57 smithi005 ceph-mon[25422]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:10:58.242 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi129 2024-09-17T11:10:58.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi129 to 21184M 2024-09-17T11:10:58.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:58.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: osd.4 [v2:172.21.15.129:6800/1564523245,v1:172.21.15.129:6801/1564523245] boot 2024-09-17T11:10:58.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: osdmap e31: 5 total, 5 up, 5 in 2024-09-17T11:10:58.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:10:58.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:57 smithi044 ceph-mon[27894]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T11:10:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:58 smithi005 ceph-mon[25422]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:58 smithi005 ceph-mon[25422]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:10:59.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:58 smithi129 ceph-mon[28396]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:59.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:58 smithi129 ceph-mon[28396]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:10:59.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:58 smithi044 ceph-mon[27894]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T11:10:59.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:58 smithi044 ceph-mon[27894]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T11:10:59.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:59 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:10:59.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:59 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:10:59.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:10:59 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:00.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:59 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:11:00.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:59 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:11:00.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:10:59 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:59 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T11:11:00.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:59 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T11:11:00.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:10:59 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:00.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:00 smithi129 ceph-mon[28396]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:00.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:00 smithi129 ceph-mon[28396]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-17T11:11:01.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:00 smithi005 ceph-mon[25422]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:01.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:00 smithi005 ceph-mon[25422]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-17T11:11:01.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:00 smithi044 ceph-mon[27894]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi129:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:01.265 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:00 smithi044 ceph-mon[27894]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-17T11:11:02.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-09-17T11:11:02.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/68081549' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"}]': finished 2024-09-17T11:11:02.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:11:02.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-09-17T11:11:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/68081549' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"}]': finished 2024-09-17T11:11:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:11:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:02.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 111 KiB/s, 0 objects/s recovering 2024-09-17T11:11:02.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/68081549' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"} : dispatch 2024-09-17T11:11:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e068418-c555-437b-ab86-3fc2fa6388a5"}]': finished 2024-09-17T11:11:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: osdmap e34: 6 total, 5 up, 6 in 2024-09-17T11:11:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:03.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:02 smithi005 ceph-mon[25422]: from='client.? 172.21.15.129:0/4077694308' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:11:03.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:02 smithi129 ceph-mon[28396]: from='client.? 172.21.15.129:0/4077694308' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:11:03.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:02 smithi044 ceph-mon[27894]: from='client.? 172.21.15.129:0/4077694308' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T11:11:04.085 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:03 smithi129 ceph-mon[28396]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-09-17T11:11:04.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:03 smithi005 ceph-mon[25422]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-09-17T11:11:04.164 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:03 smithi044 ceph-mon[27894]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2024-09-17T11:11:06.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:06 smithi129 ceph-mon[28396]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:11:06.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:06 smithi005 ceph-mon[25422]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:11:06.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:06 smithi044 ceph-mon[27894]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T11:11:08.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:08 smithi129 ceph-mon[28396]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:11:08.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:08 smithi005 ceph-mon[25422]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:11:08.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:08 smithi044 ceph-mon[27894]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-17T11:11:09.133 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:09 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:11:09.133 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:09 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:09.134 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:09 smithi129 ceph-mon[28396]: Deploying daemon osd.5 on smithi129 2024-09-17T11:11:09.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:09 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:11:09.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:09 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:09.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:09 smithi005 ceph-mon[25422]: Deploying daemon osd.5 on smithi129 2024-09-17T11:11:09.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:09 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T11:11:09.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:09 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:09.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:09 smithi044 ceph-mon[27894]: Deploying daemon osd.5 on smithi129 2024-09-17T11:11:10.253 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:10 smithi129 ceph-mon[28396]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:10.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:10 smithi005 ceph-mon[25422]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:10.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:10 smithi044 ceph-mon[27894]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:12.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:12 smithi005 ceph-mon[25422]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:12.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:12 smithi129 ceph-mon[28396]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:12.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:12 smithi044 ceph-mon[27894]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:14.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:14 smithi129 ceph-mon[28396]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:14.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:14 smithi005 ceph-mon[25422]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:14.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:14 smithi044 ceph-mon[27894]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:15.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:15 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:15.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:15 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:15.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:15 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:15.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:15 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:15.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:15 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:15.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:15 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:15.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:15 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:15.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:15 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:15.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:15 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:16.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:16 smithi129 ceph-mon[28396]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:16 smithi005 ceph-mon[25422]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:16 smithi044 ceph-mon[27894]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:17.983 INFO:teuthology.orchestra.run.smithi129.stdout:Created osd(s) 5 on host 'smithi129' 2024-09-17T11:11:18.338 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:18.338 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.339 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.339 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:18.339 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:18.339 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.339 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:18.340 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.340 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:18 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:18 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.627 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:18 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:18.657 DEBUG:teuthology.orchestra.run.smithi129:osd.5> sudo journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T11:11:18.659 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-17T11:11:18.659 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T11:11:18.926 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:19.565 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:19.881 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:11:19 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:11:19.491+0000 7f0b69b8d640 -1 osd.5 0 log_to_monitors true 2024-09-17T11:11:20.317 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":34,"num_osds":6,"num_up_osds":5,"osd_up_since":1726571456,"num_in_osds":6,"osd_in_since":1726571461,"num_remapped_pgs":0} 2024-09-17T11:11:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:20 smithi129 ceph-mon[28396]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:20 smithi129 ceph-mon[28396]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:20 smithi129 ceph-mon[28396]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:20 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3485121362' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:20.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:20 smithi044 ceph-mon[27894]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:20.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:20 smithi044 ceph-mon[27894]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:20 smithi044 ceph-mon[27894]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:20 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3485121362' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:20 smithi005 ceph-mon[25422]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:20 smithi005 ceph-mon[25422]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:20 smithi005 ceph-mon[25422]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T11:11:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:20 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3485121362' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:21.318 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T11:11:21.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-mon[28396]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:11:21.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-mon[28396]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:11:21.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:21.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-mon[28396]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.327 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-mon[28396]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:21 smithi044 ceph-mon[27894]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:11:21.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:21 smithi044 ceph-mon[27894]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:11:21.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:21 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:21.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:21 smithi044 ceph-mon[27894]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:21 smithi044 ceph-mon[27894]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.592 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:21.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:21 smithi005 ceph-mon[25422]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T11:11:21.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:21 smithi005 ceph-mon[25422]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T11:11:21.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:21 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:21.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:21 smithi005 ceph-mon[25422]: from='osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:21 smithi005 ceph-mon[25422]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]} : dispatch 2024-09-17T11:11:21.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:11:21.644+0000 7f0b65b10640 -1 osd.5 0 waiting for initial osdmap 2024-09-17T11:11:21.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:11:21 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:11:21.648+0000 7f0b5d92f640 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T11:11:22.194 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:22.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:22.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:11:22.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: Detected new or changed devices on smithi129 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi129 to 10592M 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='osd.5 ' entity='osd.5' 2024-09-17T11:11:22.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555] boot 2024-09-17T11:11:22.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:11:22.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:22 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: Detected new or changed devices on smithi129 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi129 to 10592M 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='osd.5 ' entity='osd.5' 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555] boot 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:11:22.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:22 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: Detected new or changed devices on smithi129 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi129 to 10592M 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='osd.5 ' entity='osd.5' 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: osd.5 [v2:172.21.15.129:6808/3238235555,v1:172.21.15.129:6809/3238235555] boot 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: osdmap e37: 6 total, 6 up, 6 in 2024-09-17T11:11:22.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:22 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:11:22.778 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":37,"num_osds":6,"num_up_osds":6,"osd_up_since":1726571481,"num_in_osds":6,"osd_in_since":1726571461,"num_remapped_pgs":1} 2024-09-17T11:11:22.779 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:11:23.032 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:23.408 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:23 smithi005 ceph-mon[25422]: purged_snaps scrub starts 2024-09-17T11:11:23.408 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:23 smithi005 ceph-mon[25422]: purged_snaps scrub ok 2024-09-17T11:11:23.408 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:23 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1754559144' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:23.408 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:23 smithi005 ceph-mon[25422]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:11:23.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:23 smithi129 ceph-mon[28396]: purged_snaps scrub starts 2024-09-17T11:11:23.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:23 smithi129 ceph-mon[28396]: purged_snaps scrub ok 2024-09-17T11:11:23.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:23 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1754559144' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:23.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:23 smithi129 ceph-mon[28396]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:11:23.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:23 smithi044 ceph-mon[27894]: purged_snaps scrub starts 2024-09-17T11:11:23.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:23 smithi044 ceph-mon[27894]: purged_snaps scrub ok 2024-09-17T11:11:23.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:23 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1754559144' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T11:11:23.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:23 smithi044 ceph-mon[27894]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T11:11:23.685 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:23.685 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":38,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","created":"2024-09-17T11:07:01.403450+0000","modified":"2024-09-17T11:11:22.787701+0000","last_up_change":"2024-09-17T11:11:21.786266+0000","last_in_change":"2024-09-17T11:11:01.281115+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:10:07.400625+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":"8cf05437-db5d-46f0-a103-66a2f4094468","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.5:6802","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6803","nonce":2928725763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6805","nonce":2928725763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6809","nonce":2928725763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6807","nonce":2928725763}]},"public_addr":"172.21.15.5:6803/2928725763","cluster_addr":"172.21.15.5:6805/2928725763","heartbeat_back_addr":"172.21.15.5:6809/2928725763","heartbeat_front_addr":"172.21.15.5:6807/2928725763","state":["exists","up"]},{"osd":1,"uuid":"16300c0f-4686-4746-a204-167563dfc880","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.5:6810","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6811","nonce":473118893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6813","nonce":473118893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6817","nonce":473118893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6815","nonce":473118893}]},"public_addr":"172.21.15.5:6811/473118893","cluster_addr":"172.21.15.5:6813/473118893","heartbeat_back_addr":"172.21.15.5:6817/473118893","heartbeat_front_addr":"172.21.15.5:6815/473118893","state":["exists","up"]},{"osd":2,"uuid":"79f5d89f-e490-45af-8a8a-befa66514c96","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.44:6800","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6801","nonce":2279929290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6803","nonce":2279929290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6807","nonce":2279929290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6805","nonce":2279929290}]},"public_addr":"172.21.15.44:6801/2279929290","cluster_addr":"172.21.15.44:6803/2279929290","heartbeat_back_addr":"172.21.15.44:6807/2279929290","heartbeat_front_addr":"172.21.15.44:6805/2279929290","state":["exists","up"]},{"osd":3,"uuid":"2da01c23-a77b-4597-b5b3-d9955ab34d9f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6808","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6809","nonce":1561598138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6810","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6811","nonce":1561598138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6815","nonce":1561598138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6813","nonce":1561598138}]},"public_addr":"172.21.15.44:6809/1561598138","cluster_addr":"172.21.15.44:6811/1561598138","heartbeat_back_addr":"172.21.15.44:6815/1561598138","heartbeat_front_addr":"172.21.15.44:6813/1561598138","state":["exists","up"]},{"osd":4,"uuid":"dfa75663-e8cc-497e-bab7-6d058a9b0d57","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.129:6800","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6801","nonce":1564523245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6803","nonce":1564523245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6807","nonce":1564523245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6805","nonce":1564523245}]},"public_addr":"172.21.15.129:6801/1564523245","cluster_addr":"172.21.15.129:6803/1564523245","heartbeat_back_addr":"172.21.15.129:6807/1564523245","heartbeat_front_addr":"172.21.15.129:6805/1564523245","state":["exists","up"]},{"osd":5,"uuid":"1e068418-c555-437b-ab86-3fc2fa6388a5","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.129:6808","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6809","nonce":3238235555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6811","nonce":3238235555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6815","nonce":3238235555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6813","nonce":3238235555}]},"public_addr":"172.21.15.129:6809/3238235555","cluster_addr":"172.21.15.129:6811/3238235555","heartbeat_back_addr":"172.21.15.129:6815/3238235555","heartbeat_front_addr":"172.21.15.129:6813/3238235555","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:09:16.162794+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:09:41.205306+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:10:05.279970+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:10:31.516019+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-17T11:10:55.310706+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-17T11:11:20.460998+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/2535410659":"2024-09-18T11:07:50.932795+0000","172.21.15.5:6801/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2440298694":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/3901177880":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/1736674171":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2064273961":"2024-09-18T11:07:23.575239+0000","172.21.15.5:0/53471602":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6801/4294584078":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/4294584078":"2024-09-18T11:07:23.575239+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-17T11:11:24.211 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:24 smithi005 ceph-mon[25422]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:24.211 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:24 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/543630441' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:24.211 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:24 smithi005 ceph-mon[25422]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:11:24.241 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T11:10:07.400625+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-17T11:11:24.241 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T11:11:24.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:24 smithi129 ceph-mon[28396]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:24.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:24 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/543630441' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:24.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:24 smithi129 ceph-mon[28396]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:11:24.493 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:24.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:24 smithi044 ceph-mon[27894]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:24.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:24 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/543630441' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:24.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:24 smithi044 ceph-mon[27894]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T11:11:25.100 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2024-09-17T11:11:25.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:25 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/544713387' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:11:25.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:25 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/544713387' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:11:25.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:25 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/544713387' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T11:11:25.728 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T11:11:25.729 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T11:11:25.983 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:26.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:26 smithi005 ceph-mon[25422]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:26.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:26 smithi129 ceph-mon[28396]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:26.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:26 smithi044 ceph-mon[27894]: pgmap v136: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:26.672 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2024-09-17T11:11:26.672 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQDeY+lmzsHTJxAAwlD7JYr9AePKVURLN+rpOg== 2024-09-17T11:11:27.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:27 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:11:27.341 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:27 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:11:27.369 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-09-17T11:11:27.370 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T11:11:27.370 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T11:11:27.408 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-17T11:11:27.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:27 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:11:27.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:27 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:11:27.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:27 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T11:11:27.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:27 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1735567324' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T11:11:27.696 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:28.337 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:28.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:28 smithi129 ceph-mon[28396]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:28.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:28 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/2720286933' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:11:28.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:28 smithi005 ceph-mon[25422]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:28.939 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:28 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/2720286933' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:11:28.965 INFO:teuthology.orchestra.run.smithi005.stdout:[{"version":18,"timestamp":"2024-09-17T11:11:21.646329+0000","name":"","changes":[{"name":"osd.5/osd_mclock_max_capacity_iops_ssd","new_value":"35092.844085"}]}] 2024-09-17T11:11:28.966 INFO:tasks.ceph_manager:config epoch is 18 2024-09-17T11:11:28.966 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T11:11:28.966 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T11:11:28.966 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T11:11:29.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:28 smithi044 ceph-mon[27894]: pgmap v137: 1 pgs: 1 peering; 577 KiB data, 542 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:29.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:28 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/2720286933' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T11:11:29.213 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:29.938 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:30.627 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":3988876257},{"type":"v1","addr":"172.21.15.5:6801","nonce":3988876257}]},"active_addr":"172.21.15.5:6801/3988876257","active_change":"2024-09-17T11:07:50.932945+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.5: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.5:0","nonce":238971272}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":396308541}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":1240035880}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":2123179220}]}]} 2024-09-17T11:11:30.629 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T11:11:30.629 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T11:11:30.630 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:11:30.883 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:30 smithi129 ceph-mon[28396]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T11:11:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:30 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3569498808' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:11:31.003 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:30 smithi005 ceph-mon[25422]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T11:11:31.004 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:30 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3569498808' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:11:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:30 smithi044 ceph-mon[27894]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-17T11:11:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:30 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3569498808' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T11:11:31.682 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:31.682 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":39,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","created":"2024-09-17T11:07:01.403450+0000","modified":"2024-09-17T11:11:23.789495+0000","last_up_change":"2024-09-17T11:11:21.786266+0000","last_in_change":"2024-09-17T11:11:01.281115+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:10:07.400625+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":"8cf05437-db5d-46f0-a103-66a2f4094468","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.5:6802","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6803","nonce":2928725763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6805","nonce":2928725763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6809","nonce":2928725763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6807","nonce":2928725763}]},"public_addr":"172.21.15.5:6803/2928725763","cluster_addr":"172.21.15.5:6805/2928725763","heartbeat_back_addr":"172.21.15.5:6809/2928725763","heartbeat_front_addr":"172.21.15.5:6807/2928725763","state":["exists","up"]},{"osd":1,"uuid":"16300c0f-4686-4746-a204-167563dfc880","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.5:6810","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6811","nonce":473118893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6813","nonce":473118893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6817","nonce":473118893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6815","nonce":473118893}]},"public_addr":"172.21.15.5:6811/473118893","cluster_addr":"172.21.15.5:6813/473118893","heartbeat_back_addr":"172.21.15.5:6817/473118893","heartbeat_front_addr":"172.21.15.5:6815/473118893","state":["exists","up"]},{"osd":2,"uuid":"79f5d89f-e490-45af-8a8a-befa66514c96","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.44:6800","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6801","nonce":2279929290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6803","nonce":2279929290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6807","nonce":2279929290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6805","nonce":2279929290}]},"public_addr":"172.21.15.44:6801/2279929290","cluster_addr":"172.21.15.44:6803/2279929290","heartbeat_back_addr":"172.21.15.44:6807/2279929290","heartbeat_front_addr":"172.21.15.44:6805/2279929290","state":["exists","up"]},{"osd":3,"uuid":"2da01c23-a77b-4597-b5b3-d9955ab34d9f","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.44:6808","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6809","nonce":1561598138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6810","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6811","nonce":1561598138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6815","nonce":1561598138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6813","nonce":1561598138}]},"public_addr":"172.21.15.44:6809/1561598138","cluster_addr":"172.21.15.44:6811/1561598138","heartbeat_back_addr":"172.21.15.44:6815/1561598138","heartbeat_front_addr":"172.21.15.44:6813/1561598138","state":["exists","up"]},{"osd":4,"uuid":"dfa75663-e8cc-497e-bab7-6d058a9b0d57","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.129:6800","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6801","nonce":1564523245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6803","nonce":1564523245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6807","nonce":1564523245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6805","nonce":1564523245}]},"public_addr":"172.21.15.129:6801/1564523245","cluster_addr":"172.21.15.129:6803/1564523245","heartbeat_back_addr":"172.21.15.129:6807/1564523245","heartbeat_front_addr":"172.21.15.129:6805/1564523245","state":["exists","up"]},{"osd":5,"uuid":"1e068418-c555-437b-ab86-3fc2fa6388a5","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.129:6808","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6809","nonce":3238235555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6811","nonce":3238235555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6815","nonce":3238235555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6813","nonce":3238235555}]},"public_addr":"172.21.15.129:6809/3238235555","cluster_addr":"172.21.15.129:6811/3238235555","heartbeat_back_addr":"172.21.15.129:6815/3238235555","heartbeat_front_addr":"172.21.15.129:6813/3238235555","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:09:16.162794+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:09:41.205306+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:10:05.279970+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:10:31.516019+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-17T11:10:55.310706+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-17T11:11:20.460998+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/2535410659":"2024-09-18T11:07:50.932795+0000","172.21.15.5:6801/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2440298694":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/3901177880":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/1736674171":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2064273961":"2024-09-18T11:07:23.575239+0000","172.21.15.5:0/53471602":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6801/4294584078":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/4294584078":"2024-09-18T11:07:23.575239+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-17T11:11:32.255 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T11:11:32.255 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T11:11:32.503 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:32 smithi005 ceph-mon[25422]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T11:11:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:32 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3520412194' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:32.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:32 smithi129 ceph-mon[28396]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T11:11:32.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:32 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3520412194' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:33.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:32 smithi044 ceph-mon[27894]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-09-17T11:11:33.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:32 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3520412194' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:33.250 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:33.250 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":39,"fsid":"c7b1bf0e-74e4-11ef-bceb-c7b262605968","created":"2024-09-17T11:07:01.403450+0000","modified":"2024-09-17T11:11:23.789495+0000","last_up_change":"2024-09-17T11:11:21.786266+0000","last_in_change":"2024-09-17T11:11:01.281115+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:10:07.400625+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":"8cf05437-db5d-46f0-a103-66a2f4094468","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.5:6802","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6803","nonce":2928725763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6805","nonce":2928725763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6809","nonce":2928725763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":2928725763},{"type":"v1","addr":"172.21.15.5:6807","nonce":2928725763}]},"public_addr":"172.21.15.5:6803/2928725763","cluster_addr":"172.21.15.5:6805/2928725763","heartbeat_back_addr":"172.21.15.5:6809/2928725763","heartbeat_front_addr":"172.21.15.5:6807/2928725763","state":["exists","up"]},{"osd":1,"uuid":"16300c0f-4686-4746-a204-167563dfc880","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.5:6810","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6811","nonce":473118893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6813","nonce":473118893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6817","nonce":473118893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":473118893},{"type":"v1","addr":"172.21.15.5:6815","nonce":473118893}]},"public_addr":"172.21.15.5:6811/473118893","cluster_addr":"172.21.15.5:6813/473118893","heartbeat_back_addr":"172.21.15.5:6817/473118893","heartbeat_front_addr":"172.21.15.5:6815/473118893","state":["exists","up"]},{"osd":2,"uuid":"79f5d89f-e490-45af-8a8a-befa66514c96","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.44:6800","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6801","nonce":2279929290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6802","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6803","nonce":2279929290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6806","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6807","nonce":2279929290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6804","nonce":2279929290},{"type":"v1","addr":"172.21.15.44:6805","nonce":2279929290}]},"public_addr":"172.21.15.44:6801/2279929290","cluster_addr":"172.21.15.44:6803/2279929290","heartbeat_back_addr":"172.21.15.44:6807/2279929290","heartbeat_front_addr":"172.21.15.44:6805/2279929290","state":["exists","up"]},{"osd":3,"uuid":"2da01c23-a77b-4597-b5b3-d9955ab34d9f","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.44:6808","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6809","nonce":1561598138}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6810","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6811","nonce":1561598138}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6814","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6815","nonce":1561598138}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.44:6812","nonce":1561598138},{"type":"v1","addr":"172.21.15.44:6813","nonce":1561598138}]},"public_addr":"172.21.15.44:6809/1561598138","cluster_addr":"172.21.15.44:6811/1561598138","heartbeat_back_addr":"172.21.15.44:6815/1561598138","heartbeat_front_addr":"172.21.15.44:6813/1561598138","state":["exists","up"]},{"osd":4,"uuid":"dfa75663-e8cc-497e-bab7-6d058a9b0d57","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.129:6800","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6801","nonce":1564523245}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6803","nonce":1564523245}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6807","nonce":1564523245}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1564523245},{"type":"v1","addr":"172.21.15.129:6805","nonce":1564523245}]},"public_addr":"172.21.15.129:6801/1564523245","cluster_addr":"172.21.15.129:6803/1564523245","heartbeat_back_addr":"172.21.15.129:6807/1564523245","heartbeat_front_addr":"172.21.15.129:6805/1564523245","state":["exists","up"]},{"osd":5,"uuid":"1e068418-c555-437b-ab86-3fc2fa6388a5","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.129:6808","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6809","nonce":3238235555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6811","nonce":3238235555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6815","nonce":3238235555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":3238235555},{"type":"v1","addr":"172.21.15.129:6813","nonce":3238235555}]},"public_addr":"172.21.15.129:6809/3238235555","cluster_addr":"172.21.15.129:6811/3238235555","heartbeat_back_addr":"172.21.15.129:6815/3238235555","heartbeat_front_addr":"172.21.15.129:6813/3238235555","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:09:16.162794+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:09:41.205306+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:10:05.279970+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:10:31.516019+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-17T11:10:55.310706+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-17T11:11:20.460998+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/2535410659":"2024-09-18T11:07:50.932795+0000","172.21.15.5:6801/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2440298694":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/3901177880":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/1736674171":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/1883833743":"2024-09-18T11:07:50.932795+0000","172.21.15.5:0/2064273961":"2024-09-18T11:07:23.575239+0000","172.21.15.5:0/53471602":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6801/4294584078":"2024-09-18T11:07:23.575239+0000","172.21.15.5:6800/4294584078":"2024-09-18T11:07:23.575239+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-17T11:11:33.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:33 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/2608005503' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:33.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T11:11:33.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T11:11:33.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T11:11:33.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T11:11:33.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T11:11:33.920 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T11:11:33.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:33 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/2608005503' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:34.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:33 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/2608005503' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T11:11:34.211 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:34.218 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:34.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:34 smithi005 ceph-mon[25422]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:11:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:34 smithi129 ceph-mon[28396]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:11:35.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:34 smithi044 ceph-mon[27894]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T11:11:35.650 INFO:teuthology.orchestra.run.smithi005.stdout:107374182415 2024-09-17T11:11:35.650 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T11:11:36.110 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:36.126 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:36.127 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:36.127 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:36.164 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:36.944 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:36 smithi005 ceph-mon[25422]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:11:37.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:36 smithi044 ceph-mon[27894]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:11:37.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:36 smithi129 ceph-mon[28396]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2024-09-17T11:11:37.878 INFO:teuthology.orchestra.run.smithi005.stdout:77309411349 2024-09-17T11:11:37.878 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T11:11:38.226 INFO:teuthology.orchestra.run.smithi005.stdout:107374182415 2024-09-17T11:11:38.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:38 smithi005 ceph-mon[25422]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:38.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:38 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1257746485' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:11:39.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:38 smithi044 ceph-mon[27894]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:39.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:38 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1257746485' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:11:39.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:38 smithi129 ceph-mon[28396]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:39.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:38 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1257746485' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T11:11:39.850 INFO:teuthology.orchestra.run.smithi005.stdout:133143986188 2024-09-17T11:11:39.850 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T11:11:40.440 INFO:teuthology.orchestra.run.smithi005.stdout:34359738400 2024-09-17T11:11:40.440 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T11:11:40.851 INFO:teuthology.orchestra.run.smithi005.stdout:55834574873 2024-09-17T11:11:40.851 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T11:11:40.968 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:40 smithi005 ceph-mon[25422]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:41.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:40 smithi044 ceph-mon[27894]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:41.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:40 smithi129 ceph-mon[28396]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T11:11:41.261 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182415 for osd.3 2024-09-17T11:11:41.261 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:41.754 INFO:teuthology.orchestra.run.smithi005.stdout:158913789958 2024-09-17T11:11:41.755 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T11:11:41.772 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:41.773 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:41.773 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:41.773 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:42.537 INFO:teuthology.orchestra.run.smithi005.stdout:34359738400 2024-09-17T11:11:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:42 smithi005 ceph-mon[25422]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:42 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3091707573' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:11:43.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:42 smithi044 ceph-mon[27894]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:43.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:42 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3091707573' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:11:43.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:42 smithi129 ceph-mon[28396]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:43.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:42 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3091707573' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T11:11:43.259 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738400 got 34359738400 for osd.0 2024-09-17T11:11:43.259 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:43.636 INFO:teuthology.orchestra.run.smithi005.stdout:133143986188 2024-09-17T11:11:43.924 INFO:teuthology.orchestra.run.smithi005.stdout:77309411350 2024-09-17T11:11:43.924 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:43 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/248293197' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:11:44.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:43 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/248293197' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:11:44.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:43 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/248293197' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T11:11:44.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411349 got 77309411350 for osd.2 2024-09-17T11:11:44.571 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:44.793 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:44.796 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:44 smithi005 ceph-mon[25422]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:44.796 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:44 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/625596103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:11:45.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:44 smithi044 ceph-mon[27894]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:45.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:44 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/625596103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:11:45.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:44 smithi129 ceph-mon[28396]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:45.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:44 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/625596103' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T11:11:45.234 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986188 for osd.4 2024-09-17T11:11:45.234 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:45.637 INFO:teuthology.orchestra.run.smithi005.stdout:55834574874 2024-09-17T11:11:45.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:45 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1072395586' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:11:45.955 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:45 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1072395586' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:11:46.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:45 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1072395586' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T11:11:46.278 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574874 for osd.1 2024-09-17T11:11:46.278 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:46.728 INFO:teuthology.orchestra.run.smithi005.stdout:158913789959 2024-09-17T11:11:46.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:46 smithi005 ceph-mon[25422]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:47.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:46 smithi044 ceph-mon[27894]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:47.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:46 smithi129 ceph-mon[28396]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:47.338 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789958 got 158913789959 for osd.5 2024-09-17T11:11:47.339 DEBUG:teuthology.parallel:result is None 2024-09-17T11:11:47.339 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T11:11:47.339 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T11:11:47.591 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:48.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:47 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3951429653' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:11:48.046 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:47 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3951429653' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:11:48.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:47 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3951429653' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T11:11:48.185 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:48.185 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-09-17T11:11:49.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:48 smithi044 ceph-mon[27894]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:49.025 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:48 smithi005 ceph-mon[25422]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:49.060 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-09-17T11:11:46.978777+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":170160,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300752,"statfs":{"total":575970213888,"available":575795970048,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9564,"internal_metadata":170187428},"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.002817"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":63,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T11:11:24.257194+0000","last_change":"2024-09-17T11:11:24.257116+0000","last_active":"2024-09-17T11:11:24.257194+0000","last_peered":"2024-09-17T11:11:24.257194+0000","last_clean":"2024-09-17T11:11:24.257194+0000","last_became_active":"2024-09-17T11:11:24.251519+0000","last_became_peered":"2024-09-17T11:11:24.251519+0000","last_unstale":"2024-09-17T11:11:24.257194+0000","last_undegraded":"2024-09-17T11:11:24.257194+0000","last_fullsized":"2024-09-17T11:11:24.257194+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:10:08.086174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:10:08.086174+0000","last_clean_scrub_stamp":"2024-09-17T11:10:08.086174+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-18T16:30:50.810154+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":2969600,"data_stored":2951840,"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":158913789959,"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":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"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":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":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":55834574875,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31536,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":1591,"internal_metadata":27654601},"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":0,"data_stored":0,"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-17T11:11:49.061 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T11:11:49.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:48 smithi129 ceph-mon[28396]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:49.321 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:49.987 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:49.987 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-09-17T11:11:49.988 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:49 smithi005 ceph-mon[25422]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:50.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:49 smithi044 ceph-mon[27894]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:50.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:49 smithi129 ceph-mon[28396]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:50.589 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2024-09-17T11:11:48.979125+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":170160,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300752,"statfs":{"total":575970213888,"available":575795970048,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9564,"internal_metadata":170187428},"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.002626"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":63,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T11:11:24.257194+0000","last_change":"2024-09-17T11:11:24.257116+0000","last_active":"2024-09-17T11:11:24.257194+0000","last_peered":"2024-09-17T11:11:24.257194+0000","last_clean":"2024-09-17T11:11:24.257194+0000","last_became_active":"2024-09-17T11:11:24.251519+0000","last_became_peered":"2024-09-17T11:11:24.251519+0000","last_unstale":"2024-09-17T11:11:24.257194+0000","last_undegraded":"2024-09-17T11:11:24.257194+0000","last_fullsized":"2024-09-17T11:11:24.257194+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:10:08.086174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T11:10:08.086174+0000","last_clean_scrub_stamp":"2024-09-17T11:10:08.086174+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-18T16:30:50.810154+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":2969600,"data_stored":2951840,"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":133143986190,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"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":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":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":31536,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713616,"statfs":{"total":95995035648,"available":95962742784,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359738402,"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":1591,"internal_metadata":27654601},"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":0,"data_stored":0,"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-17T11:11:50.590 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T11:11:50.590 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T11:11:50.590 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T11:11:50.590 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T11:11:50.842 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:50.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:50 smithi005 ceph-mon[25422]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:51.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:50 smithi044 ceph-mon[27894]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:51.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:50 smithi129 ceph-mon[28396]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:51.481 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:51.481 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T11:11:52.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:51 smithi044 ceph-mon[27894]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:52.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:51 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/1790552071' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:11:52.046 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:51 smithi005 ceph-mon[25422]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:52.046 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:51 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/1790552071' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:11:52.079 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T11:11:52.079 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T11:11:52.079 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:11:52.093 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:11:52.093 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create cephfs' 2024-09-17T11:11:52.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:51 smithi129 ceph-mon[28396]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:52.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:51 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/1790552071' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T11:11:52.346 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:52 smithi044 ceph-mon[27894]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:53.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:52 smithi005 ceph-mon[25422]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:53.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:52 smithi129 ceph-mon[28396]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:54.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:53 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:11:54.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:53 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:11:54.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:53 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T11:11:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:54 smithi044 ceph-mon[27894]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:54 smithi044 ceph-mon[27894]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:54 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:11:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:54 smithi044 ceph-mon[27894]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:11:55.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:54 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:55.118 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-mon[25422]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:55.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-mon[25422]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:55.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:11:55.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-mon[25422]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:11:55.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:55.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:54 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a[25394]: 2024-09-17T11:11:54.736+0000 7f18f4dba640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:11:55.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:54 smithi129 ceph-mon[28396]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:11:55.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:54 smithi129 ceph-mon[28396]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:55.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:54 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T11:11:55.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:54 smithi129 ceph-mon[28396]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T11:11:55.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:54 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:55.523 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T11:11:55.532 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-17T11:11:55.533 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:11:55.789 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:55.842 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: fsmap cephfs:0 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: Saving service mds.cephfs spec with placement count:2 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:55.843 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:55.844 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:55.844 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:55.844 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:55.844 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:55 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:11:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: fsmap cephfs:0 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: Saving service mds.cephfs spec with placement count:2 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:55.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:55 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: fsmap cephfs:0 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: Saving service mds.cephfs spec with placement count:2 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:11:56.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:56.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:11:56.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:56.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:56.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi129.czdztp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:56.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:55 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:56.395 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:11:56.395 INFO:teuthology.orchestra.run.smithi005.stdout:[{"events": ["2024-09-17T11:11:54.754668Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T11:08:48.647739Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:09:38.076510Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:08:42.346758Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:09:38.076415Z", "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:09:38.076585Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:56 smithi044 ceph-mon[27894]: pgmap v154: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:56 smithi044 ceph-mon[27894]: Deploying daemon mds.cephfs.smithi129.czdztp on smithi129 2024-09-17T11:11:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:56 smithi044 ceph-mon[27894]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:11:57.062 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:56 smithi129 ceph-mon[28396]: pgmap v154: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:57.062 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:56 smithi129 ceph-mon[28396]: Deploying daemon mds.cephfs.smithi129.czdztp on smithi129 2024-09-17T11:11:57.062 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:56 smithi129 ceph-mon[28396]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:11:57.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:56 smithi005 ceph-mon[25422]: pgmap v154: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:57.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:56 smithi005 ceph-mon[25422]: Deploying daemon mds.cephfs.smithi129.czdztp on smithi129 2024-09-17T11:11:57.119 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:56 smithi005 ceph-mon[25422]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T11:11:57.155 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T11:11:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:57 smithi044 ceph-mon[27894]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:57 smithi044 ceph-mon[27894]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:11:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:57 smithi005 ceph-mon[25422]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:57 smithi005 ceph-mon[25422]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:11:58.156 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:11:58.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:57 smithi129 ceph-mon[28396]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:11:58.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:57 smithi129 ceph-mon[28396]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T11:11:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: pgmap v157: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:boot 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: daemon mds.cephfs.smithi129.czdztp assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: Cluster is now healthy 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: fsmap cephfs:0 1 up:standby 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:creating} 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: daemon mds.cephfs.smithi129.czdztp is now active in filesystem cephfs as rank 0 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:59.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:59.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:58 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: pgmap v157: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:boot 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: daemon mds.cephfs.smithi129.czdztp assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: Cluster is now healthy 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: fsmap cephfs:0 1 up:standby 2024-09-17T11:11:59.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:creating} 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: daemon mds.cephfs.smithi129.czdztp is now active in filesystem cephfs as rank 0 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:59.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:58 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:59.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: pgmap v157: 65 pgs: 6 creating+peering, 58 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:boot 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: daemon mds.cephfs.smithi129.czdztp assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: Cluster is now healthy 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: fsmap cephfs:0 1 up:standby 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:creating} 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: daemon mds.cephfs.smithi129.czdztp is now active in filesystem cephfs as rank 0 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:11:59.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T11:11:59.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi005.stiodq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T11:11:59.185 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:58 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:11:59.315 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:11:59.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:59 smithi005 ceph-mon[25422]: Deploying daemon mds.cephfs.smithi005.stiodq on smithi005 2024-09-17T11:11:59.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:59 smithi005 ceph-mon[25422]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:11:59.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:11:59 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 2024-09-17T11:12:00.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:59 smithi129 ceph-mon[28396]: Deploying daemon mds.cephfs.smithi005.stiodq on smithi005 2024-09-17T11:12:00.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:59 smithi129 ceph-mon[28396]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:12:00.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:11:59 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 2024-09-17T11:12:00.215 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:12:00.215 INFO:teuthology.orchestra.run.smithi005.stdout:[{"events": ["2024-09-17T11:11:57.826095Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T11:08:48.647739Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:09:38.076510Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:08:42.346758Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:09:38.076415Z", "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:09:38.076585Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:12:00.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:59 smithi044 ceph-mon[27894]: Deploying daemon mds.cephfs.smithi005.stiodq on smithi005 2024-09-17T11:12:00.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:59 smithi044 ceph-mon[27894]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:12:00.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:11:59 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 2024-09-17T11:12:01.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:00 smithi005 ceph-mon[25422]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 9 op/s 2024-09-17T11:12:01.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:00 smithi129 ceph-mon[28396]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 9 op/s 2024-09-17T11:12:01.201 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T11:12:01.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:00 smithi044 ceph-mon[27894]: pgmap v158: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 9 op/s 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:boot 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:01.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:01.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:01.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:01.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:01.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:01 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:boot 2024-09-17T11:12:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:02.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:02.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:01 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.202 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:12:02.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:boot 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:02.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:01 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.454 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 984 B/s wr, 6 op/s 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:02.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:02.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:02.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:02.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:02.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:02 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.163 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:12:03.164 INFO:teuthology.orchestra.run.smithi005.stdout:[{"events": ["2024-09-17T11:12:00.860964Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:02.093046Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T11:08:48.647739Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:02.200569Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T11:08:42.346758Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:10:28.083513Z", "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:10:28.083646Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:12:03.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 984 B/s wr, 6 op/s 2024-09-17T11:12:03.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:03.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:02 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: pgmap v159: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 984 B/s wr, 6 op/s 2024-09-17T11:12:03.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:03.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:02 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:03.868 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-17T11:12:03.868 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:12:03.881 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:12:03.881 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-17T11:12:04.084 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:03 smithi129 ceph-mon[28396]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:12:04.085 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:03 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:04.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:03 smithi005 ceph-mon[25422]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:12:04.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:03 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:04.133 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:04.164 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:03 smithi044 ceph-mon[27894]: mds.? [v2:172.21.15.129:6816/1312502013,v1:172.21.15.129:6817/1312502013] up:active 2024-09-17T11:12:04.165 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:03 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:05.111 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-mon[25422]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T11:12:05.111 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-mon[25422]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:05.112 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:04.796+0000 7fb1fad5c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:05.112 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:04.796+0000 7fb1fad5c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:05.112 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:04.796+0000 7fb1fad5c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:05.112 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:04.796+0000 7fb1fad5c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:05.112 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:04 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:04.796+0000 7fb1fad5c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:05.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:04 smithi129 ceph-mon[28396]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T11:12:05.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:04 smithi129 ceph-mon[28396]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:05.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:04 smithi044 ceph-mon[27894]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T11:12:05.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:04 smithi044 ceph-mon[27894]: from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:05.469 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-17T11:12:05.729 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:05.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:05 smithi005 ceph-mon[25422]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:standby 2024-09-17T11:12:05.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:05 smithi005 ceph-mon[25422]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:05.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:05 smithi005 ceph-mon[25422]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:05.989 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:05 smithi005 ceph-mon[25422]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T11:12:06.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:05 smithi129 ceph-mon[28396]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:standby 2024-09-17T11:12:06.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:05 smithi129 ceph-mon[28396]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:06.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:05 smithi129 ceph-mon[28396]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:06.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:05 smithi129 ceph-mon[28396]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:05 smithi044 ceph-mon[27894]: mds.? [v2:172.21.15.5:6818/2366120019,v1:172.21.15.5:6819/2366120019] up:standby 2024-09-17T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:05 smithi044 ceph-mon[27894]: fsmap cephfs:1 {0=cephfs.smithi129.czdztp=up:active} 1 up:standby 2024-09-17T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:05 smithi044 ceph-mon[27894]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:06.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:05 smithi044 ceph-mon[27894]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-09-17T11:12:07.052 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:06 smithi005 ceph-mon[25422]: mgrmap e16: x(active, since 4m) 2024-09-17T11:12:07.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:06 smithi005 ceph-mon[25422]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:07.053 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:06 smithi005 ceph-mon[25422]: from='client.14538 -' 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-17T11:12:07.081 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-17T11:12:07.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:06 smithi129 ceph-mon[28396]: mgrmap e16: x(active, since 4m) 2024-09-17T11:12:07.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:06 smithi129 ceph-mon[28396]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:07.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:06 smithi129 ceph-mon[28396]: from='client.14538 -' 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-17T11:12:07.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:06 smithi044 ceph-mon[27894]: mgrmap e16: x(active, since 4m) 2024-09-17T11:12:07.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:06 smithi044 ceph-mon[27894]: from='mgr.14152 172.21.15.5:0/572553138' entity='mgr.x' 2024-09-17T11:12:07.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:06 smithi044 ceph-mon[27894]: from='client.14538 -' 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-17T11:12:07.333 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:08.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:07 smithi005 ceph-mon[25422]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T11:12:08.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:07 smithi129 ceph-mon[28396]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T11:12:08.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:07 smithi044 ceph-mon[27894]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 1.4 KiB/s wr, 4 op/s 2024-09-17T11:12:08.764 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph mgr module enable smb' 2024-09-17T11:12:09.015 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:09.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:08 smithi005 ceph-mon[25422]: from='client.14544 -' 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-17T11:12:09.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:08 smithi129 ceph-mon[28396]: from='client.14544 -' 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-17T11:12:09.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:08 smithi044 ceph-mon[27894]: from='client.14544 -' 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-17T11:12:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:09 smithi005 ceph-mon[25422]: pgmap v163: 65 pgs: 65 active+clean; 618 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-09-17T11:12:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:09 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T11:12:10.122 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:09 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setuser ceph since I am not root 2024-09-17T11:12:10.122 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:09 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ignoring --setgroup ceph since I am not root 2024-09-17T11:12:10.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:09 smithi129 ceph-mon[28396]: pgmap v163: 65 pgs: 65 active+clean; 618 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-09-17T11:12:10.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:09 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T11:12:10.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:09 smithi044 ceph-mon[27894]: pgmap v163: 65 pgs: 65 active+clean; 618 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 5 op/s 2024-09-17T11:12:10.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:09 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T11:12:10.570 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'sleep 30' 2024-09-17T11:12:10.825 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:11.087 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:10 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T11:12:11.087 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:10 smithi005 ceph-mon[25422]: mgrmap e17: x(active, since 4m) 2024-09-17T11:12:11.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:10 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T11:12:11.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:10 smithi129 ceph-mon[28396]: mgrmap e17: x(active, since 4m) 2024-09-17T11:12:11.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:10 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/889276894' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T11:12:11.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:10 smithi044 ceph-mon[27894]: mgrmap e17: x(active, since 4m) 2024-09-17T11:12:15.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: Active manager daemon x restarted 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: Activating manager daemon x 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: mgrmap e18: x(active, starting, since 0.00547523s) 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:12:15.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:12:15.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:12:15.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:12:15.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:12:15.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:12:15.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:15 smithi005 ceph-mon[25422]: Manager daemon x is now available 2024-09-17T11:12:15.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: Active manager daemon x restarted 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: Activating manager daemon x 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: mgrmap e18: x(active, starting, since 0.00547523s) 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:12:15.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:12:15.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:15 smithi129 ceph-mon[28396]: Manager daemon x is now available 2024-09-17T11:12:15.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: Active manager daemon x restarted 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: Activating manager daemon x 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: mgrmap e18: x(active, starting, since 0.00547523s) 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi005.stiodq"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi129.czdztp"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T11:12:15.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T11:12:15.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:15 smithi044 ceph-mon[27894]: Manager daemon x is now available 2024-09-17T11:12:16.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:16.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:12:16.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:12:16.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:12:16.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:16 smithi005 ceph-mon[25422]: mgrmap e19: x(active, since 1.01106s) 2024-09-17T11:12:16.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:16.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:12:16.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:12:16.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:12:16.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:16 smithi129 ceph-mon[28396]: mgrmap e19: x(active, since 1.01106s) 2024-09-17T11:12:16.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:16.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T11:12:16.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T11:12:16.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T11:12:16.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:16 smithi044 ceph-mon[27894]: mgrmap e19: x(active, since 1.01106s) 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.126 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.127 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: pgmap v3: 65 pgs: 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:17.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T11:12:17.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T11:12:17.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T11:12:17.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7974e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7974e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7974e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7974e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7974e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.622 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7bf53640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.623 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7bf53640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.623 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7bf53640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.623 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7bf53640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:17.623 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:17 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:17.151+0000 7f8d7bf53640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:18.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:18.070+0000 7f8d62620640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:11:12:18] ENGINE Error in HTTPServer.serve 2024-09-17T11:12:18.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: Traceback (most recent call last): 2024-09-17T11:12:18.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:12:18.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._connections.run(self.expiration_interval) 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._run(expiration_interval) 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: s = self.context.wrap_socket( 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: return self.sslsocket_class._create( 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self.do_handshake() 2024-09-17T11:12:18.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: self._sslobj.do_handshake() 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi129 to 8544M 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Adjusting osd_memory_target on smithi005 to 6498M 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:12:18.375 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:12:18.376 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:12:18.376 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: [17/Sep/2024:11:12:17] ENGINE Bus STARTING 2024-09-17T11:12:18.376 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: mgrmap e20: x(active, since 2s) 2024-09-17T11:12:18.376 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:18 smithi005 ceph-mon[25422]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:12:18.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi129 to 8544M 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Adjusting osd_memory_target on smithi005 to 6498M 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: [17/Sep/2024:11:12:17] ENGINE Bus STARTING 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: mgrmap e20: x(active, since 2s) 2024-09-17T11:12:18.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:18 smithi129 ceph-mon[28396]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:12:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi129 to 8544M 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Adjusting osd_memory_target on smithi005 to 6498M 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Updating smithi005:/etc/ceph/ceph.conf 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Updating smithi044:/etc/ceph/ceph.conf 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Updating smithi129:/etc/ceph/ceph.conf 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: [17/Sep/2024:11:12:17] ENGINE Bus STARTING 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: mgrmap e20: x(active, since 2s) 2024-09-17T11:12:18.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:18 smithi044 ceph-mon[27894]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T11:12:19.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: [17/Sep/2024:11:12:17] ENGINE Serving on http://172.21.15.5:8765 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: [17/Sep/2024:11:12:18] ENGINE Serving on https://172.21.15.5:7150 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: [17/Sep/2024:11:12:18] ENGINE Bus STARTED 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: [17/Sep/2024:11:12:18] ENGINE Error in HTTPServer.serve 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout: Traceback (most recent call last): 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:12:19.434 INFO:journalctl@ceph.mon.c.smithi129.stdout: self._run(expiration_interval) 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: s = self.context.wrap_socket( 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: return self.sslsocket_class._create( 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: self.do_handshake() 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: self._sslobj.do_handshake() 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:12:19.435 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:19.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:19.437 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:19.437 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:19 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: [17/Sep/2024:11:12:17] ENGINE Serving on http://172.21.15.5:8765 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: [17/Sep/2024:11:12:18] ENGINE Serving on https://172.21.15.5:7150 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: [17/Sep/2024:11:12:18] ENGINE Bus STARTED 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: [17/Sep/2024:11:12:18] ENGINE Error in HTTPServer.serve 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout: Traceback (most recent call last): 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:12:19.514 INFO:journalctl@ceph.mon.b.smithi044.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: self._run(expiration_interval) 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: s = self.context.wrap_socket( 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: return self.sslsocket_class._create( 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: self.do_handshake() 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: self._sslobj.do_handshake() 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:12:19.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:19.516 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:19.517 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:19 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: [17/Sep/2024:11:12:17] ENGINE Serving on http://172.21.15.5:8765 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: [17/Sep/2024:11:12:18] ENGINE Serving on https://172.21.15.5:7150 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: [17/Sep/2024:11:12:18] ENGINE Bus STARTED 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: [17/Sep/2024:11:12:18] ENGINE Error in HTTPServer.serve 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: Traceback (most recent call last): 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._connections.run(self.expiration_interval) 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._run(expiration_interval) 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T11:12:19.623 INFO:journalctl@ceph.mon.a.smithi005.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: s = self.context.wrap_socket( 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: return self.sslsocket_class._create( 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: self.do_handshake() 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: self._sslobj.do_handshake() 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi044:/etc/ceph/ceph.client.admin.keyring 2024-09-17T11:12:19.624 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: Updating smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:19.625 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:19 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:20 smithi129 ceph-mon[28396]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:20 smithi129 ceph-mon[28396]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:12:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:20 smithi129 ceph-mon[28396]: Cluster is now healthy 2024-09-17T11:12:20.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:20 smithi129 ceph-mon[28396]: mgrmap e21: x(active, since 4s) 2024-09-17T11:12:20.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:20 smithi044 ceph-mon[27894]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:20.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:20 smithi044 ceph-mon[27894]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:12:20.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:20 smithi044 ceph-mon[27894]: Cluster is now healthy 2024-09-17T11:12:20.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:20 smithi044 ceph-mon[27894]: mgrmap e21: x(active, since 4s) 2024-09-17T11:12:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:20 smithi005 ceph-mon[25422]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:20 smithi005 ceph-mon[25422]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T11:12:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:20 smithi005 ceph-mon[25422]: Cluster is now healthy 2024-09-17T11:12:20.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:20 smithi005 ceph-mon[25422]: mgrmap e21: x(active, since 4s) 2024-09-17T11:12:22.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:22 smithi129 ceph-mon[28396]: pgmap v9: 97 pgs: 16 unknown, 81 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 204 B/s wr, 0 op/s 2024-09-17T11:12:22.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:22 smithi044 ceph-mon[27894]: pgmap v9: 97 pgs: 16 unknown, 81 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 204 B/s wr, 0 op/s 2024-09-17T11:12:22.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:22 smithi005 ceph-mon[25422]: pgmap v9: 97 pgs: 16 unknown, 81 active+clean; 637 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 204 B/s wr, 0 op/s 2024-09-17T11:12:24.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:24 smithi129 ceph-mon[28396]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T11:12:24.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:24 smithi044 ceph-mon[27894]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T11:12:24.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:24 smithi005 ceph-mon[25422]: pgmap v10: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 10 op/s 2024-09-17T11:12:26.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:26 smithi129 ceph-mon[28396]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T11:12:26.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:26 smithi044 ceph-mon[27894]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T11:12:26.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:26 smithi005 ceph-mon[25422]: pgmap v11: 97 pgs: 97 active+clean; 638 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T11:12:28.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:28 smithi129 ceph-mon[28396]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T11:12:28.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:28 smithi044 ceph-mon[27894]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T11:12:28.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:28 smithi005 ceph-mon[25422]: pgmap v12: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 7 op/s 2024-09-17T11:12:30.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:30 smithi129 ceph-mon[28396]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T11:12:30.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:30 smithi044 ceph-mon[27894]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T11:12:30.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:30 smithi005 ceph-mon[25422]: pgmap v13: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T11:12:32.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:32 smithi129 ceph-mon[28396]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T11:12:32.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:32 smithi044 ceph-mon[27894]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T11:12:32.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:32 smithi005 ceph-mon[25422]: pgmap v14: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T11:12:34.424 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:34 smithi005 ceph-mon[25422]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T11:12:34.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:34 smithi129 ceph-mon[28396]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T11:12:34.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:34 smithi044 ceph-mon[27894]: pgmap v15: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 767 B/s wr, 6 op/s 2024-09-17T11:12:36.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:36 smithi129 ceph-mon[28396]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:36.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:36 smithi044 ceph-mon[27894]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:36.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:36 smithi005 ceph-mon[25422]: pgmap v16: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:38.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:38 smithi129 ceph-mon[28396]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:38.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:38 smithi044 ceph-mon[27894]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:38.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:38 smithi005 ceph-mon[25422]: pgmap v17: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T11:12:40.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:40 smithi129 ceph-mon[28396]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:40.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:40 smithi044 ceph-mon[27894]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:40.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:40 smithi005 ceph-mon[25422]: pgmap v18: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:41.950 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T11:12:42.211 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:42.326 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-mon[25422]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:42.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:42 smithi129 ceph-mon[28396]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:42.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:42 smithi044 ceph-mon[27894]: pgmap v19: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:43.067 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-09-17T11:12:43.067 INFO:teuthology.orchestra.run.smithi005.stdout: "results": [ 2024-09-17T11:12:43.067 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:12:43.067 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:12:43.067 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "auth_id": "join1-admin", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "present", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "auth": { 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "username": "Administrator", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "password": "Passw0rd" 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "created", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:12:43.068 INFO:teuthology.orchestra.run.smithi005.stdout: "auth_mode": "active-directory", 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "present", 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "domain_settings": { 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "realm": "DOMAIN1.SINK.TEST", 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "join_sources": [ 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "source_type": "resource", 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "ref": "join1-admin" 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: ] 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "custom_dns": [ 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "172.21.15.152" 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2024-09-17T11:12:43.069 INFO:teuthology.orchestra.run.smithi005.stdout: "placement": { 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "count": 3 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "created", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.share", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "share_id": "share1", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "present", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "share1", 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "readonly": false, 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "browseable": true, 2024-09-17T11:12:43.070 INFO:teuthology.orchestra.run.smithi005.stdout: "cephfs": { 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "volume": "cephfs", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "subvolumegroup": "smb", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "subvolume": "sv1", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "provider": "samba-vfs" 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "created", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.share", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "share_id": "share2", 2024-09-17T11:12:43.071 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "present", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "name": "share2", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "readonly": false, 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "browseable": true, 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "cephfs": { 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "volume": "cephfs", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "subvolumegroup": "smb", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "subvolume": "sv2", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "provider": "samba-vfs" 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "created", 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:12:43.072 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2024-09-17T11:12:43.073 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:12:43.073 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-09-17T11:12:43.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.982+0000 7f8d76748640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.982+0000 7f8d76748640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.982+0000 7f8d76748640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.982+0000 7f8d76748640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.372 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.982+0000 7f8d76748640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.995+0000 7f8d837a2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.995+0000 7f8d837a2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.995+0000 7f8d837a2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.995+0000 7f8d837a2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:12:42 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:12:42.995+0000 7f8d837a2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.373 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:12:43.374 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:43 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:12:43.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:43 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:12:43.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:12:43.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:12:43.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:12:43.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:43 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:12:43.828 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T11:12:43.837 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to start (timeout 300)... 2024-09-17T11:12:43.837 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:12:44.103 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:44.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:44.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: Saving service smb.adctdb1 spec with placement count:3 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: configuring smb/ctdb cluster metadata 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: daemon not available: 'smb.adctdb1.1.0.smithi044.wqjatr' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: Deploying daemon smb.adctdb1.0.0.smithi005.tcjrad on smithi005 2024-09-17T11:12:44.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:44 smithi129 ceph-mon[28396]: mgrmap e22: x(active, since 29s) 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: Saving service smb.adctdb1 spec with placement count:3 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:44.508 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: configuring smb/ctdb cluster metadata 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: daemon not available: 'smb.adctdb1.1.0.smithi044.wqjatr' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: Deploying daemon smb.adctdb1.0.0.smithi005.tcjrad on smithi005 2024-09-17T11:12:44.509 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:44 smithi005 ceph-mon[25422]: mgrmap e22: x(active, since 29s) 2024-09-17T11:12:44.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:12:44.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T11:12:44.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: Saving service smb.adctdb1 spec with placement count:3 2024-09-17T11:12:44.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: pgmap v20: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:44.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: configuring smb/ctdb cluster metadata 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: daemon not available: 'smb.adctdb1.1.0.smithi044.wqjatr' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}} 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: Deploying daemon smb.adctdb1.0.0.smithi005.tcjrad on smithi005 2024-09-17T11:12:44.515 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:44 smithi044 ceph-mon[27894]: mgrmap e22: x(active, since 29s) 2024-09-17T11:12:44.998 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:12:44.998 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:12:43.079381Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:12:45.830 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:12:46.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:46 smithi129 ceph-mon[28396]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:46.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:46 smithi129 ceph-mon[28396]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:46.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:46 smithi129 ceph-mon[28396]: mgrmap e23: x(active, since 30s) 2024-09-17T11:12:46.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:46 smithi044 ceph-mon[27894]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:46.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:46 smithi044 ceph-mon[27894]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:46.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:46 smithi044 ceph-mon[27894]: mgrmap e23: x(active, since 30s) 2024-09-17T11:12:46.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:46 smithi005 ceph-mon[25422]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:46.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:46 smithi005 ceph-mon[25422]: pgmap v21: 97 pgs: 97 active+clean; 642 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-09-17T11:12:46.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:46 smithi005 ceph-mon[25422]: mgrmap e23: x(active, since 30s) 2024-09-17T11:12:46.831 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:12:47.185 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:48.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:12:48.153 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:12:43.079381Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:12:48.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:48 smithi129 ceph-mon[28396]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:48.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:48 smithi044 ceph-mon[27894]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:48.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:48 smithi005 ceph-mon[25422]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:49.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:49 smithi129 ceph-mon[28396]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:49.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:49 smithi044 ceph-mon[27894]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:49.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:49 smithi005 ceph-mon[25422]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:50.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:50 smithi129 ceph-mon[28396]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:50.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:50 smithi044 ceph-mon[27894]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:50.621 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:50 smithi005 ceph-mon[25422]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:51.126 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:12:52.127 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:12:52.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:52 smithi129 ceph-mon[28396]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:52.441 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:52 smithi005 ceph-mon[25422]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:52.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:52 smithi044 ceph-mon[27894]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:53.164 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:12:54.082 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:12:54.082 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:12:43.079381Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:12:54.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:54 smithi005 ceph-mon[25422]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:54.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:54 smithi129 ceph-mon[28396]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:54.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:54 smithi044 ceph-mon[27894]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:55.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:55 smithi044 ceph-mon[27894]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:55.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:55 smithi005 ceph-mon[25422]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:55.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:55 smithi129 ceph-mon[28396]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:12:56.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:56 smithi044 ceph-mon[27894]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:56.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:56 smithi005 ceph-mon[25422]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:56.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:56 smithi129 ceph-mon[28396]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:58.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:12:58 smithi044 ceph-mon[27894]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:58.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:12:58 smithi005 ceph-mon[25422]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:58.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:12:58 smithi129 ceph-mon[28396]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T11:12:59.640 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:00.482 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:00 smithi005 ceph-mon[25422]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:00.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:00 smithi044 ceph-mon[27894]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:00.641 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:00.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:00 smithi129 ceph-mon[28396]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:00.901 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:01.328 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:01 smithi005 ceph-mon[25422]: from='client.? 172.21.15.5:0/3821733866' entity='client.smb.config.adctdb1.0.0.smithi005.tcjrad' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:13:01.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:01 smithi044 ceph-mon[27894]: from='client.? 172.21.15.5:0/3821733866' entity='client.smb.config.adctdb1.0.0.smithi005.tcjrad' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:13:01.535 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:01.536 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:12:43.079381Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:01.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:01 smithi129 ceph-mon[28396]: from='client.? 172.21.15.5:0/3821733866' entity='client.smb.config.adctdb1.0.0.smithi005.tcjrad' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:13:02.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:02 smithi044 ceph-mon[27894]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:02.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:02 smithi044 ceph-mon[27894]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:02.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:02 smithi005 ceph-mon[25422]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:02.622 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:02 smithi005 ceph-mon[25422]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:02.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:02 smithi129 ceph-mon[28396]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:02.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:02 smithi129 ceph-mon[28396]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:03.054 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:04.055 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:04.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:04 smithi005 ceph-mon[25422]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:04.485 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:04 smithi129 ceph-mon[28396]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:04.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:04 smithi044 ceph-mon[27894]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:05.229 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:06.200 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:06.200 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:12:43.079381Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:06.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:06 smithi044 ceph-mon[27894]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:06.562 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:06 smithi005 ceph-mon[25422]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:06.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:06 smithi129 ceph-mon[28396]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:06.958 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:07.461 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:07 smithi005 ceph-mon[25422]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:07.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:07 smithi044 ceph-mon[27894]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:07.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:07 smithi129 ceph-mon[28396]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:07.959 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:08.324 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:08 smithi005 ceph-mon[25422]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T11:13:08.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:08 smithi044 ceph-mon[27894]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T11:13:08.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:08 smithi129 ceph-mon[28396]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T11:13:08.764 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:09.469 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:09.469 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}, 'smb.adctdb1.1.0.smithi044.wqjatr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi044.wqjatr', 'hostname': 'smithi044', 'host_ip': '172.21.15.44'}} 2024-09-17T11:13:10.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:09 smithi005 ceph-mon[25422]: Deploying daemon smb.adctdb1.1.0.smithi044.wqjatr on smithi044 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:10.127 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}, 'smb.adctdb1.1.0.smithi044.wqjatr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi044.wqjatr', 'hostname': 'smithi044', 'host_ip': '172.21.15.44'}} 2024-09-17T11:13:10.128 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:09 smithi044 ceph-mon[27894]: Deploying daemon smb.adctdb1.1.0.smithi044.wqjatr on smithi044 2024-09-17T11:13:10.156 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:10.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: daemon not available: 'smb.adctdb1.2.0.smithi129.dkipwo' not in {'smb.adctdb1.0.0.smithi005.tcjrad': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi005.tcjrad', 'hostname': 'smithi005', 'host_ip': '172.21.15.5'}, 'smb.adctdb1.1.0.smithi044.wqjatr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi044.wqjatr', 'hostname': 'smithi044', 'host_ip': '172.21.15.44'}} 2024-09-17T11:13:10.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:09 smithi129 ceph-mon[28396]: Deploying daemon smb.adctdb1.1.0.smithi044.wqjatr on smithi044 2024-09-17T11:13:11.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:10 smithi005 ceph-mon[25422]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:11.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:10 smithi005 ceph-mon[25422]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:11.157 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:11.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:10 smithi129 ceph-mon[28396]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:11.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:10 smithi129 ceph-mon[28396]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:11.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:10 smithi044 ceph-mon[27894]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T11:13:11.286 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:10 smithi044 ceph-mon[27894]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:13.018 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:13.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:12 smithi005 ceph-mon[25422]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:13.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:12 smithi129 ceph-mon[28396]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:13.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:12 smithi044 ceph-mon[27894]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:13.825 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:13.825 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:15.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:14 smithi005 ceph-mon[25422]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:15.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:14 smithi005 ceph-mon[25422]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:15.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:14 smithi129 ceph-mon[28396]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:15.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:14 smithi129 ceph-mon[28396]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:15.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:14 smithi044 ceph-mon[27894]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:15.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:14 smithi044 ceph-mon[27894]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:16.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]} : dispatch 2024-09-17T11:13:16.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]} : dispatch 2024-09-17T11:13:16.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:15 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]} : dispatch 2024-09-17T11:13:16.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]} : dispatch 2024-09-17T11:13:16.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]} : dispatch 2024-09-17T11:13:16.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:15 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]} : dispatch 2024-09-17T11:13:16.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]} : dispatch 2024-09-17T11:13:16.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]} : dispatch 2024-09-17T11:13:16.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:15 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]} : dispatch 2024-09-17T11:13:17.105 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:17 smithi044 ceph-mon[27894]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:17.105 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]}]': finished 2024-09-17T11:13:17.105 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]}]': finished 2024-09-17T11:13:17.105 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:17 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]}]': finished 2024-09-17T11:13:17.106 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:17 smithi044 ceph-mon[27894]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T11:13:17.199 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:17.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:17 smithi005 ceph-mon[25422]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:17.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]}]': finished 2024-09-17T11:13:17.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]}]': finished 2024-09-17T11:13:17.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:17 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]}]': finished 2024-09-17T11:13:17.363 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:17 smithi005 ceph-mon[25422]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T11:13:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:17 smithi129 ceph-mon[28396]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T11:13:17.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 2]}]': finished 2024-09-17T11:13:17.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [3, 0]}]': finished 2024-09-17T11:13:17.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:17 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [5, 0]}]': finished 2024-09-17T11:13:17.434 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:17 smithi129 ceph-mon[28396]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T11:13:18.200 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:18.344 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:18 smithi005 ceph-mon[25422]: pgmap v38: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 102 B/s wr, 6 op/s 2024-09-17T11:13:18.345 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:18 smithi005 ceph-mon[25422]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T11:13:18.345 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:18 smithi005 ceph-mon[25422]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-17T11:13:18.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:18 smithi129 ceph-mon[28396]: pgmap v38: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 102 B/s wr, 6 op/s 2024-09-17T11:13:18.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:18 smithi129 ceph-mon[28396]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T11:13:18.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:18 smithi129 ceph-mon[28396]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-17T11:13:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:18 smithi044 ceph-mon[27894]: pgmap v38: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 102 B/s wr, 6 op/s 2024-09-17T11:13:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:18 smithi044 ceph-mon[27894]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T11:13:18.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:18 smithi044 ceph-mon[27894]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-17T11:13:18.856 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:19.513 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:19.513 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:20.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:20 smithi005 ceph-mon[25422]: pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:13:20.228 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:20 smithi005 ceph-mon[25422]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:20 smithi129 ceph-mon[28396]: pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:13:20.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:20 smithi129 ceph-mon[28396]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:20.513 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:20.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:20 smithi044 ceph-mon[27894]: pgmap v40: 97 pgs: 3 peering, 94 active+clean; 1.8 MiB data, 176 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:13:20.514 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:20 smithi044 ceph-mon[27894]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:21.349 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:21 smithi005 ceph-mon[25422]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-17T11:13:21.349 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:21 smithi005 ceph-mon[25422]: Cluster is now healthy 2024-09-17T11:13:21.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:21 smithi129 ceph-mon[28396]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-17T11:13:21.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:21 smithi129 ceph-mon[28396]: Cluster is now healthy 2024-09-17T11:13:21.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:21 smithi044 ceph-mon[27894]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-17T11:13:21.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:21 smithi044 ceph-mon[27894]: Cluster is now healthy 2024-09-17T11:13:21.515 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:21.786 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:22.230 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:22 smithi005 ceph-mon[25422]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:22.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:22 smithi129 ceph-mon[28396]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:22.513 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:22 smithi044 ceph-mon[27894]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:23.253 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:23.254 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:23.984 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:24.232 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:24 smithi005 ceph-mon[25422]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:24.232 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:24 smithi005 ceph-mon[25422]: from='client.14859 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:24.380 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:24 smithi044 ceph-mon[27894]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:24.380 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:24 smithi044 ceph-mon[27894]: from='client.14859 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:24.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:24 smithi129 ceph-mon[28396]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:24.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:24 smithi129 ceph-mon[28396]: from='client.14859 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:24.985 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:25.255 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:25.937 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:25.938 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:26.234 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:26 smithi005 ceph-mon[25422]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 0 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:26.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:26 smithi044 ceph-mon[27894]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 0 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:26.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:26 smithi129 ceph-mon[28396]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 0 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:26.549 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:27.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:27 smithi044 ceph-mon[27894]: from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:27.433 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:27 smithi129 ceph-mon[28396]: from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:27.530 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:27 smithi005 ceph-mon[25422]: from='client.14877 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:27.550 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:27.819 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:28.195 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:28 smithi005 ceph-mon[25422]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:28.436 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:28 smithi129 ceph-mon[28396]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:28.458 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:28 smithi044 ceph-mon[27894]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:28.481 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:28.481 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:08.850570Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:29.116 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:29.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:29.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:29.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:29 smithi129 ceph-mon[28396]: Deploying daemon smb.adctdb1.2.0.smithi129.dkipwo on smithi129 2024-09-17T11:13:30.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:30.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:30.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:29 smithi044 ceph-mon[27894]: Deploying daemon smb.adctdb1.2.0.smithi129.dkipwo on smithi129 2024-09-17T11:13:30.117 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:30.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:30.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:29 smithi005 ceph-mon[25422]: Deploying daemon smb.adctdb1.2.0.smithi129.dkipwo on smithi129 2024-09-17T11:13:30.390 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:30.764 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:30 smithi005 ceph-mon[25422]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:30.764 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:30 smithi129 ceph-mon[28396]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:30.983 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:30 smithi044 ceph-mon[27894]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:30.983 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:31.051 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:31.051 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:31.699 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:32.700 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:32.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:32 smithi044 ceph-mon[27894]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:32.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:32 smithi044 ceph-mon[27894]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 85 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:32 smithi005 ceph-mon[25422]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:32.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:32 smithi005 ceph-mon[25422]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 85 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:32.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:32 smithi129 ceph-mon[28396]: from='client.14949 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:32.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:32 smithi129 ceph-mon[28396]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 85 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T11:13:32.955 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:33.762 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:33.763 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:34.414 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:34.920 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:34 smithi044 ceph-mon[27894]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:34.920 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:34 smithi044 ceph-mon[27894]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:34 smithi129 ceph-mon[28396]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:34 smithi129 ceph-mon[28396]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:34.942 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:34 smithi005 ceph-mon[25422]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:34.942 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:34 smithi005 ceph-mon[25422]: from='client.15033 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:35.415 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:35.697 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:36.379 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:36.380 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:36.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:36 smithi129 ceph-mon[28396]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:36.976 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:36 smithi005 ceph-mon[25422]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:37.004 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:37.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:36 smithi044 ceph-mon[27894]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-17T11:13:37.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:37 smithi005 ceph-mon[25422]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:37.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:37 smithi129 ceph-mon[28396]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:38.005 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:38.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:37 smithi044 ceph-mon[27894]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:38.279 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:38.812 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:38 smithi044 ceph-mon[27894]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 10 KiB/s rd, 85 B/s wr, 14 op/s 2024-09-17T11:13:38.952 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:38.952 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:38.952 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:38 smithi005 ceph-mon[25422]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 10 KiB/s rd, 85 B/s wr, 14 op/s 2024-09-17T11:13:39.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:38 smithi129 ceph-mon[28396]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 10 KiB/s rd, 85 B/s wr, 14 op/s 2024-09-17T11:13:39.496 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:40.498 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:40.767 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:40.965 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:40 smithi005 ceph-mon[25422]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:40.965 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:40 smithi005 ceph-mon[25422]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.9 KiB/s rd, 85 B/s wr, 12 op/s 2024-09-17T11:13:41.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:40 smithi044 ceph-mon[27894]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:41.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:40 smithi044 ceph-mon[27894]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.9 KiB/s rd, 85 B/s wr, 12 op/s 2024-09-17T11:13:41.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:40 smithi129 ceph-mon[28396]: from='client.15201 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:41.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:40 smithi129 ceph-mon[28396]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.9 KiB/s rd, 85 B/s wr, 12 op/s 2024-09-17T11:13:41.381 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:41.381 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:41.935 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:42 smithi005 ceph-mon[25422]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 16 op/s 2024-09-17T11:13:42.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:42 smithi005 ceph-mon[25422]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:42.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:42 smithi129 ceph-mon[28396]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 16 op/s 2024-09-17T11:13:42.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:42 smithi129 ceph-mon[28396]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:42.937 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:43.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:42 smithi044 ceph-mon[27894]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 16 op/s 2024-09-17T11:13:43.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:42 smithi044 ceph-mon[27894]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:43.206 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:43.876 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:43.876 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:44.537 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:44.831 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:44 smithi044 ceph-mon[27894]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:44.831 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:44 smithi044 ceph-mon[27894]: from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:44 smithi005 ceph-mon[25422]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:44.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:44 smithi005 ceph-mon[25422]: from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:44.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:44 smithi129 ceph-mon[28396]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:44.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:44 smithi129 ceph-mon[28396]: from='client.15249 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:45.538 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:45.810 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:46.435 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:46.435 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:28.669979Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 0, "size": 3}}] 2024-09-17T11:13:46.806 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:46 smithi005 ceph-mon[25422]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:46.835 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:46 smithi129 ceph-mon[28396]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:47.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:46 smithi044 ceph-mon[27894]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T11:13:47.195 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-17T11:13:47.827 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:47 smithi129 ceph-mon[28396]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:48.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:47 smithi044 ceph-mon[27894]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:48.077 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:47 smithi005 ceph-mon[25422]: from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:48.196 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:48.473 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:49.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T11:13:49.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:48 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.018 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:48 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:49.078 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-17T11:13:49.078 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.078 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.078 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.078 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:49.079 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:48 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:49.975 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:49 smithi129 ceph-mon[28396]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:50.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:49 smithi044 ceph-mon[27894]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:50.079 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:49 smithi005 ceph-mon[25422]: configuring smb/ctdb cluster metadata 2024-09-17T11:13:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:50 smithi129 ceph-mon[28396]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:13:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:50 smithi129 ceph-mon[28396]: mgrmap e24: x(active, since 94s) 2024-09-17T11:13:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:50 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:50 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:50.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:50 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:50 smithi044 ceph-mon[27894]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:13:51.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:50 smithi044 ceph-mon[27894]: mgrmap e24: x(active, since 94s) 2024-09-17T11:13:51.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:50 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:50 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:50 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.080 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:50 smithi005 ceph-mon[25422]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:13:51.080 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:50 smithi005 ceph-mon[25422]: mgrmap e24: x(active, since 94s) 2024-09-17T11:13:51.080 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:50 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.080 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:50 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.080 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:50 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:51.607 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:51.607 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:48.610145Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 1, "size": 3}}] 2024-09-17T11:13:52.300 INFO:tasks.cephadm:smb.adctdb1 has 1/3 2024-09-17T11:13:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:52 smithi005 ceph-mon[25422]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T11:13:52.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:52 smithi005 ceph-mon[25422]: from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:52.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:52 smithi129 ceph-mon[28396]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T11:13:52.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:52 smithi129 ceph-mon[28396]: from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:52 smithi044 ceph-mon[27894]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.6 KiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T11:13:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:52 smithi044 ceph-mon[27894]: from='client.15345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:53.301 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:53.566 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:54.248 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:54.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:12:16.981015Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:12:17.163822Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:12:16.980762Z", "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:12:16.980864Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:48.610145Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "running": 1, "size": 3}}] 2024-09-17T11:13:54.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:54 smithi005 ceph-mon[25422]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:54.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:54 smithi129 ceph-mon[28396]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:54 smithi044 ceph-mon[27894]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:55.192 INFO:tasks.cephadm:smb.adctdb1 has 1/3 2024-09-17T11:13:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:55 smithi005 ceph-mon[25422]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:55 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:55.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:55 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:55.899 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:55 smithi129 ceph-mon[28396]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:55.899 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:55 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:55.899 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:55 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:55 smithi044 ceph-mon[27894]: from='client.15417 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:56.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:55 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:55 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.193 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:13:56.454 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:56.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:56 smithi005 ceph-mon[25422]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:56.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:56 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.793 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:56 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.897 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:56 smithi129 ceph-mon[28396]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:56.897 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:56 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:56.897 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:56 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:56 smithi044 ceph-mon[27894]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T11:13:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:56 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:56 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.092 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:13:57.092 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:13:56.983136Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:50.680954Z", "running": 3, "size": 3}}] 2024-09-17T11:13:57.738 INFO:tasks.cephadm:smb.adctdb1 has 3/3 2024-09-17T11:13:57.738 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:13:57.750 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:13:57.750 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'rados --pool=.smb -N adctdb1 get cluster.meta.json /dev/stdout' 2024-09-17T11:13:57.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.008 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:13:58.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:13:58.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:13:58.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.123 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:13:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:58 smithi129 ceph-mon[28396]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:58 smithi129 ceph-mon[28396]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:58 smithi129 ceph-mon[28396]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:13:58 smithi129 ceph-mon[28396]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T11:13:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:58 smithi044 ceph-mon[27894]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:58 smithi044 ceph-mon[27894]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:58 smithi044 ceph-mon[27894]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:59.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:13:58 smithi044 ceph-mon[27894]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T11:13:59.028 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:58 smithi005 ceph-mon[25422]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:59.028 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:58 smithi005 ceph-mon[25422]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:13:59.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:58 smithi005 ceph-mon[25422]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:13:59.029 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:13:58 smithi005 ceph-mon[25422]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T11:13:59.058 INFO:teuthology.orchestra.run.smithi005.stdout:{"nodes": [{"pnn": 0, "identity": "smb.adctdb1.0.0.smithi005.tcjrad", "node": "172.21.15.5", "state": "ready"}, {"pnn": 1, "identity": "smb.adctdb1.1.0.smithi044.wqjatr", "node": "172.21.15.44", "state": "ready"}, {"pnn": 2, "identity": "smb.adctdb1.2.0.smithi129.dkipwo", "node": "172.21.15.129", "state": "ready"}], "_source": "cephadm"} 2024-09-17T11:13:59.058 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T11:13:59.068 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi152.front.sepia.ceph.com 2024-09-17T11:13:59.068 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T11:13:59.101 INFO:teuthology.orchestra.run.smithi152.stderr:+ sleep 30 2024-09-17T11:14:00.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:00 smithi005 ceph-mon[25422]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T11:14:00.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:00 smithi129 ceph-mon[28396]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T11:14:01.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:00 smithi044 ceph-mon[27894]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-17T11:14:02.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:02 smithi005 ceph-mon[25422]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T11:14:02.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:02 smithi129 ceph-mon[28396]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T11:14:03.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:02 smithi044 ceph-mon[27894]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-09-17T11:14:04.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:04 smithi129 ceph-mon[28396]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:05.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:04 smithi044 ceph-mon[27894]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:05.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:04 smithi005 ceph-mon[25422]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:06.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:06 smithi005 ceph-mon[25422]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:06.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:06 smithi129 ceph-mon[28396]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:07.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:06 smithi044 ceph-mon[27894]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:08 smithi005 ceph-mon[25422]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T11:14:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:08 smithi129 ceph-mon[28396]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T11:14:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:08 smithi044 ceph-mon[27894]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T11:14:10.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:10 smithi005 ceph-mon[25422]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:10 smithi129 ceph-mon[28396]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:11.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:10 smithi044 ceph-mon[27894]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:12.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:12 smithi005 ceph-mon[25422]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:12.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:12 smithi129 ceph-mon[28396]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:13.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:12 smithi044 ceph-mon[27894]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T11:14:14.841 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:14 smithi005 ceph-mon[25422]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:14.909 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:14 smithi129 ceph-mon[28396]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:15.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:14 smithi044 ceph-mon[27894]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:16.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:16 smithi005 ceph-mon[25422]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:16.873 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:16 smithi044 ceph-mon[27894]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:16.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:16 smithi129 ceph-mon[28396]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T11:14:18.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:18 smithi005 ceph-mon[25422]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:18.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:18 smithi129 ceph-mon[28396]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:19.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:18 smithi044 ceph-mon[27894]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:20.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:20 smithi005 ceph-mon[25422]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:20.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:20 smithi129 ceph-mon[28396]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:21.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:20 smithi044 ceph-mon[27894]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:22.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:22 smithi005 ceph-mon[25422]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:22.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:22 smithi129 ceph-mon[28396]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:22 smithi044 ceph-mon[27894]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:24.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:24 smithi005 ceph-mon[25422]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:24.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:24 smithi129 ceph-mon[28396]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:25.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:24 smithi044 ceph-mon[27894]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:26.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:26 smithi005 ceph-mon[25422]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:26.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:26 smithi129 ceph-mon[28396]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:27.016 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:26 smithi044 ceph-mon[27894]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:28.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:28 smithi005 ceph-mon[25422]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:28.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:28 smithi129 ceph-mon[28396]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:29.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:28 smithi044 ceph-mon[27894]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:29.108 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.5/share1 -c ls' 2024-09-17T11:14:29.173 INFO:teuthology.orchestra.run.smithi152.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.5/share1 -c ls 2024-09-17T11:14:29.876 INFO:teuthology.orchestra.run.smithi152.stdout: . D 0 Tue Sep 17 11:12:06 2024 2024-09-17T11:14:29.876 INFO:teuthology.orchestra.run.smithi152.stdout: .. D 0 Tue Sep 17 11:12:06 2024 2024-09-17T11:14:29.877 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:14:29.877 INFO:teuthology.orchestra.run.smithi152.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T11:14:30.446 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.5/share2 -c ls' 2024-09-17T11:14:30.515 INFO:teuthology.orchestra.run.smithi152.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.5/share2 -c ls 2024-09-17T11:14:30.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:30 smithi005 ceph-mon[25422]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:30 smithi129 ceph-mon[28396]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:30.940 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:30 smithi044 ceph-mon[27894]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:30.986 INFO:teuthology.orchestra.run.smithi152.stdout: . D 0 Tue Sep 17 11:12:07 2024 2024-09-17T11:14:30.986 INFO:teuthology.orchestra.run.smithi152.stdout: .. D 0 Tue Sep 17 11:12:07 2024 2024-09-17T11:14:30.986 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:14:30.986 INFO:teuthology.orchestra.run.smithi152.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T11:14:31.499 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T11:14:31.509 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:14:31.510 DEBUG:teuthology.orchestra.run.smithi005:> 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.adctdb1")))[-1].name'"'"' > /tmp/svcname' 2024-09-17T11:14:31.545 INFO:teuthology.orchestra.run.smithi005.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-17T11:14:31.545 INFO:teuthology.orchestra.run.smithi005.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.adctdb1")))[-1].name' 2024-09-17T11:14:31.796 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:14:31.858 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:14:31.971 INFO:teuthology.orchestra.run.smithi005.stderr:Using ceph image with id '6c1fcab85602' and tag '7498493279982dfe87f00616198a5967475f6169' created on 2024-09-15 22:19:23 +0000 UTC 2024-09-17T11:14:31.971 INFO:teuthology.orchestra.run.smithi005.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:14:32.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:32 smithi129 ceph-mon[28396]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:33.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:32 smithi044 ceph-mon[27894]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:33.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:32 smithi005 ceph-mon[25422]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:33.231 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-17T11:14:33.302 INFO:teuthology.orchestra.run.smithi005.stderr:++ cat /tmp/svcname 2024-09-17T11:14:33.302 INFO:teuthology.orchestra.run.smithi005.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.adctdb1.0.0.smithi005.tcjrad ctdb status 2024-09-17T11:14:33.541 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:14:34.756 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-17T11:14:34.823 INFO:teuthology.orchestra.run.smithi005.stderr:+ cat /tmp/ctdb_status 2024-09-17T11:14:34.824 INFO:teuthology.orchestra.run.smithi005.stdout:Number of nodes:3 2024-09-17T11:14:34.824 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:0 172.21.15.5 OK (THIS NODE) 2024-09-17T11:14:34.824 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:1 172.21.15.44 OK 2024-09-17T11:14:34.824 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:2 172.21.15.129 OK 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:Generation:729388307 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:Size:3 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:hash:0 lmaster:0 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:hash:1 lmaster:1 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:hash:2 lmaster:2 2024-09-17T11:14:34.825 INFO:teuthology.orchestra.run.smithi005.stdout:Recovery mode:NORMAL (0) 2024-09-17T11:14:34.826 INFO:teuthology.orchestra.run.smithi005.stdout:Leader:0 2024-09-17T11:14:34.827 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T11:14:34.843 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:34 smithi005 ceph-mon[25422]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:34.868 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-17T11:14:34.868 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:0 172.21.15.5 OK (THIS NODE) 2024-09-17T11:14:34.870 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T11:14:34.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:34 smithi129 ceph-mon[28396]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:34.935 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-17T11:14:34.936 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:1 172.21.15.44 OK 2024-09-17T11:14:34.937 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T11:14:35.004 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-17T11:14:35.005 INFO:teuthology.orchestra.run.smithi005.stdout:pnn:2 172.21.15.129 OK 2024-09-17T11:14:35.006 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-17T11:14:35.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:34 smithi044 ceph-mon[27894]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:35.071 INFO:teuthology.orchestra.run.smithi005.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-17T11:14:35.072 INFO:teuthology.orchestra.run.smithi005.stdout:Number of nodes:3 2024-09-17T11:14:35.074 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-17T11:14:35.139 INFO:teuthology.orchestra.run.smithi005.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-17T11:14:35.141 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T11:14:35.154 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi152.front.sepia.ceph.com 2024-09-17T11:14:35.155 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T11:14:35.184 INFO:teuthology.orchestra.run.smithi152.stderr:+ sleep 30 2024-09-17T11:14:36.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:36 smithi005 ceph-mon[25422]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:36.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:36 smithi129 ceph-mon[28396]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:37.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:36 smithi044 ceph-mon[27894]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:38.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:38 smithi005 ceph-mon[25422]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:38.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:38 smithi129 ceph-mon[28396]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:39.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:38 smithi044 ceph-mon[27894]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:40.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:40 smithi005 ceph-mon[25422]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:40.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:40 smithi129 ceph-mon[28396]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:41.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:40 smithi044 ceph-mon[27894]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T11:14:42.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:42 smithi129 ceph-mon[28396]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:43.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:42 smithi044 ceph-mon[27894]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:43.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:42 smithi005 ceph-mon[25422]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T11:14:44.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:44 smithi129 ceph-mon[28396]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:45.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:44 smithi044 ceph-mon[27894]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:45.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:44 smithi005 ceph-mon[25422]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:46.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:46 smithi129 ceph-mon[28396]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:47.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:46 smithi044 ceph-mon[27894]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:47.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:46 smithi005 ceph-mon[25422]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:48.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:48 smithi005 ceph-mon[25422]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:48.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:48 smithi129 ceph-mon[28396]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:49.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:48 smithi044 ceph-mon[27894]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:50.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:50 smithi129 ceph-mon[28396]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:51.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:50 smithi044 ceph-mon[27894]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:51.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:50 smithi005 ceph-mon[25422]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:52.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:52 smithi129 ceph-mon[28396]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:53.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:52 smithi044 ceph-mon[27894]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:53.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:52 smithi005 ceph-mon[25422]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:54.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:54 smithi129 ceph-mon[28396]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:55.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:54 smithi044 ceph-mon[27894]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:55.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:54 smithi005 ceph-mon[25422]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:56.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:56 smithi129 ceph-mon[28396]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:57.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:56 smithi044 ceph-mon[27894]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:57.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:56 smithi005 ceph-mon[25422]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:14:57.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:14:57.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:14:57.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:14:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:57.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:57 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:14:58.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:14:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:14:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:58.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:57 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:14:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:14:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:14:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:58.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:57 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:14:58.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:58 smithi005 ceph-mon[25422]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:58.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:14:58 smithi005 ceph-mon[25422]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:14:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:58 smithi129 ceph-mon[28396]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:58.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:14:58 smithi129 ceph-mon[28396]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:14:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:58 smithi044 ceph-mon[27894]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:14:59.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:14:58 smithi044 ceph-mon[27894]: fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi005.tcjrad'}, 1: {0: 'adctdb1.1.0.smithi044.wqjatr'}, 2: {0: 'adctdb1.2.0.smithi129.dkipwo'}} 3 2024-09-17T11:15:00.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:00 smithi129 ceph-mon[28396]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:01.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:00 smithi044 ceph-mon[27894]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:01.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:00 smithi005 ceph-mon[25422]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:02.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:02 smithi129 ceph-mon[28396]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:15:03.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:02 smithi044 ceph-mon[27894]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:15:03.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:02 smithi005 ceph-mon[25422]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T11:15:04.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:04 smithi005 ceph-mon[25422]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:04.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:04 smithi129 ceph-mon[28396]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:05.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:04 smithi044 ceph-mon[27894]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:05.190 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.129/share1 -c ls' 2024-09-17T11:15:05.256 INFO:teuthology.orchestra.run.smithi152.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.129/share1 -c ls 2024-09-17T11:15:05.681 INFO:teuthology.orchestra.run.smithi152.stdout: . D 0 Tue Sep 17 11:12:06 2024 2024-09-17T11:15:05.682 INFO:teuthology.orchestra.run.smithi152.stdout: .. D 0 Tue Sep 17 11:12:06 2024 2024-09-17T11:15:05.682 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:15:05.682 INFO:teuthology.orchestra.run.smithi152.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T11:15:06.236 DEBUG:teuthology.orchestra.run.smithi152:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.129/share2 -c ls' 2024-09-17T11:15:06.300 INFO:teuthology.orchestra.run.smithi152.stderr:+ sudo podman run --rm --net=host --dns=172.21.15.152 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.129/share2 -c ls 2024-09-17T11:15:06.749 INFO:teuthology.orchestra.run.smithi152.stdout: . D 0 Tue Sep 17 11:12:07 2024 2024-09-17T11:15:06.749 INFO:teuthology.orchestra.run.smithi152.stdout: .. D 0 Tue Sep 17 11:12:07 2024 2024-09-17T11:15:06.749 INFO:teuthology.orchestra.run.smithi152.stdout: 2024-09-17T11:15:06.749 INFO:teuthology.orchestra.run.smithi152.stdout: 178044928 blocks of size 1024. 178044928 blocks available 2024-09-17T11:15:06.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:06 smithi129 ceph-mon[28396]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:07.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:06 smithi044 ceph-mon[27894]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:07.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:06 smithi005 ceph-mon[25422]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T11:15:07.198 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T11:15:07.209 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:15:07.209 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T11:15:07.479 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "results": [ 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.share", 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "share_id": "share1", 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "removed" 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.405 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "removed", 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.share", 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "share_id": "share2", 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "removed" 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "removed", 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:15:08.406 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster_id": "adctdb1", 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "removed" 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "removed", 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: { 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "resource": { 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "auth_id": "join1-admin", 2024-09-17T11:15:08.407 INFO:teuthology.orchestra.run.smithi005.stdout: "intent": "removed" 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: }, 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: "state": "removed", 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: } 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: ], 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout: "success": true 2024-09-17T11:15:08.408 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:15:08.872 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-17T11:15:08.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:08.873 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:08 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:15:08.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:08.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:15:08.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-17T11:15:08.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:08.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:08 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:09.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-17T11:15:09.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T11:15:09.015 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:08 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:09.150 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-17T11:15:09.161 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to be not present in service list 2024-09-17T11:15:09.161 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:09.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:09 smithi129 ceph-mon[28396]: from='client.16008 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:15:09.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:09 smithi129 ceph-mon[28396]: Remove service smb.adctdb1 2024-09-17T11:15:09.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:09 smithi129 ceph-mon[28396]: Removing orphan daemon smb.adctdb1.0.0.smithi005.tcjrad... 2024-09-17T11:15:09.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:09 smithi129 ceph-mon[28396]: Removing daemon smb.adctdb1.0.0.smithi005.tcjrad from smithi005 -- ports [445, 9922] 2024-09-17T11:15:10.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:09 smithi044 ceph-mon[27894]: from='client.16008 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:15:10.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:09 smithi044 ceph-mon[27894]: Remove service smb.adctdb1 2024-09-17T11:15:10.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:09 smithi044 ceph-mon[27894]: Removing orphan daemon smb.adctdb1.0.0.smithi005.tcjrad... 2024-09-17T11:15:10.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:09 smithi044 ceph-mon[27894]: Removing daemon smb.adctdb1.0.0.smithi005.tcjrad from smithi005 -- ports [445, 9922] 2024-09-17T11:15:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:09 smithi005 ceph-mon[25422]: from='client.16008 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T11:15:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:09 smithi005 ceph-mon[25422]: Remove service smb.adctdb1 2024-09-17T11:15:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:09 smithi005 ceph-mon[25422]: Removing orphan daemon smb.adctdb1.0.0.smithi005.tcjrad... 2024-09-17T11:15:10.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:09 smithi005 ceph-mon[25422]: Removing daemon smb.adctdb1.0.0.smithi005.tcjrad from smithi005 -- ports [445, 9922] 2024-09-17T11:15:10.931 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:10 smithi005 ceph-mon[25422]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T11:15:10.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:10 smithi129 ceph-mon[28396]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T11:15:11.016 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:10 smithi044 ceph-mon[27894]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 179 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-17T11:15:12.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:12 smithi129 ceph-mon[28396]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T11:15:13.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:12 smithi044 ceph-mon[27894]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T11:15:13.095 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:12 smithi005 ceph-mon[25422]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T11:15:13.680 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:14.719 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:14.719 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:50.680954Z", "running": 3, "size": 3}}] 2024-09-17T11:15:14.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:14 smithi129 ceph-mon[28396]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:14.990 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:14 smithi005 ceph-mon[25422]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:15.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:14 smithi044 ceph-mon[27894]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:15.371 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:15.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:15 smithi129 ceph-mon[28396]: from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:16.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:15 smithi044 ceph-mon[27894]: from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:16.076 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:15 smithi005 ceph-mon[25422]: from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:16.372 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:16.628 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:16.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:16 smithi129 ceph-mon[28396]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:16.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"} : dispatch 2024-09-17T11:15:16.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:16 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"}]': finished 2024-09-17T11:15:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:16 smithi044 ceph-mon[27894]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"} : dispatch 2024-09-17T11:15:17.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:16 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"}]': finished 2024-09-17T11:15:17.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:16 smithi005 ceph-mon[25422]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 181 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:17.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"} : dispatch 2024-09-17T11:15:17.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:16 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi005.tcjrad"}]': finished 2024-09-17T11:15:17.385 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:17.385 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:50.680954Z", "running": 2, "size": 3}}] 2024-09-17T11:15:17.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:17 smithi129 ceph-mon[28396]: Removing key for client.smb.config.adctdb1.0.0.smithi005.tcjrad 2024-09-17T11:15:17.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:17 smithi129 ceph-mon[28396]: Removing orphan daemon smb.adctdb1.1.0.smithi044.wqjatr... 2024-09-17T11:15:17.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:17 smithi129 ceph-mon[28396]: Removing daemon smb.adctdb1.1.0.smithi044.wqjatr from smithi044 -- ports [445, 9922] 2024-09-17T11:15:17.955 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:17 smithi044 ceph-mon[27894]: Removing key for client.smb.config.adctdb1.0.0.smithi005.tcjrad 2024-09-17T11:15:17.955 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:17 smithi044 ceph-mon[27894]: Removing orphan daemon smb.adctdb1.1.0.smithi044.wqjatr... 2024-09-17T11:15:17.956 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:17 smithi044 ceph-mon[27894]: Removing daemon smb.adctdb1.1.0.smithi044.wqjatr from smithi044 -- ports [445, 9922] 2024-09-17T11:15:17.972 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:17 smithi005 ceph-mon[25422]: Removing key for client.smb.config.adctdb1.0.0.smithi005.tcjrad 2024-09-17T11:15:17.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:17 smithi005 ceph-mon[25422]: Removing orphan daemon smb.adctdb1.1.0.smithi044.wqjatr... 2024-09-17T11:15:17.973 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:17 smithi005 ceph-mon[25422]: Removing daemon smb.adctdb1.1.0.smithi044.wqjatr from smithi044 -- ports [445, 9922] 2024-09-17T11:15:18.004 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:18.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:18 smithi129 ceph-mon[28396]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T11:15:18.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:18 smithi129 ceph-mon[28396]: from='client.16077 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:19.005 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:19.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:18 smithi044 ceph-mon[27894]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T11:15:19.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:18 smithi044 ceph-mon[27894]: from='client.16077 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:19.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:18 smithi005 ceph-mon[25422]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T11:15:19.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:18 smithi005 ceph-mon[25422]: from='client.16077 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:19.274 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:19.922 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:19.922 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:50.680954Z", "running": 2, "size": 3}}] 2024-09-17T11:15:20.687 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:20.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:20 smithi129 ceph-mon[28396]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T11:15:21.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:20 smithi005 ceph-mon[25422]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T11:15:21.223 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:20 smithi044 ceph-mon[27894]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-17T11:15:21.688 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:21.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:21 smithi129 ceph-mon[28396]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:21.956 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:21.960 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:21 smithi044 ceph-mon[27894]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:22.076 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:21 smithi005 ceph-mon[25422]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:22.568 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:22.568 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:50.680954Z", "running": 2, "size": 3}}] 2024-09-17T11:15:22.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:22 smithi129 ceph-mon[28396]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:23.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:22 smithi044 ceph-mon[27894]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:23.121 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:22 smithi005 ceph-mon[25422]: pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T11:15:23.493 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:23.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:23 smithi129 ceph-mon[28396]: from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:24.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:23 smithi005 ceph-mon[25422]: from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:24.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:23 smithi044 ceph-mon[27894]: from='client.16119 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:24.494 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:24.760 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:25.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:24 smithi005 ceph-mon[25422]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:25.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:24 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"} : dispatch 2024-09-17T11:15:25.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:24 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"}]': finished 2024-09-17T11:15:25.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:24 smithi129 ceph-mon[28396]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:25.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:24 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"} : dispatch 2024-09-17T11:15:25.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:24 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"}]': finished 2024-09-17T11:15:25.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:24 smithi044 ceph-mon[27894]: pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:25.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:24 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"} : dispatch 2024-09-17T11:15:25.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:24 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi044.wqjatr"}]': finished 2024-09-17T11:15:25.439 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:25.439 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:56.389227Z", "running": 1, "size": 3}}] 2024-09-17T11:15:26.010 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:25 smithi005 ceph-mon[25422]: Removing key for client.smb.config.adctdb1.1.0.smithi044.wqjatr 2024-09-17T11:15:26.010 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:25 smithi005 ceph-mon[25422]: Removing orphan daemon smb.adctdb1.2.0.smithi129.dkipwo... 2024-09-17T11:15:26.010 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:25 smithi005 ceph-mon[25422]: Removing daemon smb.adctdb1.2.0.smithi129.dkipwo from smithi129 -- ports [445, 9922] 2024-09-17T11:15:26.039 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:26.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:25 smithi129 ceph-mon[28396]: Removing key for client.smb.config.adctdb1.1.0.smithi044.wqjatr 2024-09-17T11:15:26.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:25 smithi129 ceph-mon[28396]: Removing orphan daemon smb.adctdb1.2.0.smithi129.dkipwo... 2024-09-17T11:15:26.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:25 smithi129 ceph-mon[28396]: Removing daemon smb.adctdb1.2.0.smithi129.dkipwo from smithi129 -- ports [445, 9922] 2024-09-17T11:15:26.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:25 smithi044 ceph-mon[27894]: Removing key for client.smb.config.adctdb1.1.0.smithi044.wqjatr 2024-09-17T11:15:26.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:25 smithi044 ceph-mon[27894]: Removing orphan daemon smb.adctdb1.2.0.smithi129.dkipwo... 2024-09-17T11:15:26.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:25 smithi044 ceph-mon[27894]: Removing daemon smb.adctdb1.2.0.smithi129.dkipwo from smithi129 -- ports [445, 9922] 2024-09-17T11:15:27.014 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:26 smithi129 ceph-mon[28396]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:27.014 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:26 smithi129 ceph-mon[28396]: from='client.16131 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:27.040 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:27.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:26 smithi044 ceph-mon[27894]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:27.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:26 smithi044 ceph-mon[27894]: from='client.16131 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:27.305 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:27.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:26 smithi005 ceph-mon[25422]: pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:27.372 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:26 smithi005 ceph-mon[25422]: from='client.16131 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:28.142 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:28.142 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T11:15:08.365182Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.152"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-17T11:12:43.060693Z", "last_refresh": "2024-09-17T11:13:56.389227Z", "running": 1, "size": 3}}] 2024-09-17T11:15:29.001 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:28 smithi005 ceph-mon[25422]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 682 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:29.035 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mon', 'mgr', 'mds.cephfs', 'smb.adctdb1', 'osd'} 2024-09-17T11:15:29.134 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:28 smithi129 ceph-mon[28396]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 682 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:29.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:28 smithi044 ceph-mon[27894]: pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 682 B/s rd, 0 B/s wr, 1 op/s 2024-09-17T11:15:30.036 DEBUG:teuthology.orchestra.run.smithi005:> 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 c7b1bf0e-74e4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T11:15:30.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:29 smithi129 ceph-mon[28396]: from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:30.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:29 smithi044 ceph-mon[27894]: from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:30.319 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T11:15:30.371 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:29 smithi005 ceph-mon[25422]: from='client.16137 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T11:15:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T11:15:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"} : dispatch 2024-09-17T11:15:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"}]': finished 2024-09-17T11:15:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-17T11:15:30.933 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-17T11:15:30.934 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:30 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T11:15:31.013 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"} : dispatch 2024-09-17T11:15:31.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"}]': finished 2024-09-17T11:15:31.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-17T11:15:31.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-17T11:15:31.014 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:30 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:31.084 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-09-17T11:15:31.084 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T11:11:54.748150Z", "last_refresh": "2024-09-17T11:13:55.466657Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi005=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T11:08:45.968724Z", "last_refresh": "2024-09-17T11:13:55.466398Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi005:172.21.15.5=a", "smithi044:172.21.15.44=b", "smithi129:172.21.15.129=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T11:08:23.736163Z", "last_refresh": "2024-09-17T11:13:50.680660Z", "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:13:50.680779Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T11:15:31.084 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 180 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T11:15:31.084 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"} : dispatch 2024-09-17T11:15:31.084 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi129.dkipwo"}]': finished 2024-09-17T11:15:31.084 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-17T11:15:31.085 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-17T11:15:31.085 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:30 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: Removing key for client.smb.config.adctdb1.2.0.smithi129.dkipwo 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: Purge service smb.adctdb1 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.122 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:31 smithi005 ceph-mon[25422]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: Removing key for client.smb.config.adctdb1.2.0.smithi129.dkipwo 2024-09-17T11:15:32.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: Purge service smb.adctdb1 2024-09-17T11:15:32.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:31 smithi129 ceph-mon[28396]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.212 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mds.cephfs', 'mon', 'mgr', 'osd'} 2024-09-17T11:15:32.212 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T11:15:32.224 INFO:tasks.cephadm:Teardown begin 2024-09-17T11:15:32.225 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:15:32.258 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: Removing key for client.smb.config.adctdb1.2.0.smithi129.dkipwo 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: Purge service smb.adctdb1 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:31 smithi044 ceph-mon[27894]: from='mgr.14556 172.21.15.5:0/2787098817' entity='mgr.x' 2024-09-17T11:15:32.293 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:15:32.326 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:15:32.359 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T11:15:32.360 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:15:32.376 DEBUG:teuthology.orchestra.run.smithi044:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:15:32.395 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:15:32.411 DEBUG:teuthology.orchestra.run.smithi152:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T11:15:32.428 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T11:15:32.429 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T11:15:32.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a 2024-09-17T11:15:32.766 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:32 smithi005 systemd[1]: Stopping Ceph mon.a for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:32.766 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:32 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a[25394]: 2024-09-17T11:15:32.692+0000 7f18fa5c5640 -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:15:32.766 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:32 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a[25394]: 2024-09-17T11:15:32.692+0000 7f18fa5c5640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T11:15:33.018 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:32 smithi005 podman[64406]: 2024-09-17 11:15:32.76492865 +0000 UTC m=+0.147679548 container died 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-17T11:15:33.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:33 smithi005 podman[64406]: 2024-09-17 11:15:33.082734781 +0000 UTC m=+0.465485669 container cleanup 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, ceph=True, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T11:15:33.301 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:33 smithi005 bash[64406]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a 2024-09-17T11:15:33.552 INFO:journalctl@ceph.mon.a.smithi005.stdout:Sep 17 11:15:33 smithi005 podman[64423]: 2024-09-17 11:15:33.300506101 +0000 UTC m=+0.534913705 container remove 29d639231847b9ee50d7ff323834c17b7d86e61bdd6624af4a4aa34256a63833 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-a, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=main-7498493, io.buildah.version=1.37.2) 2024-09-17T11:15:33.557 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T11:15:33.605 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:33.605 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T11:15:33.605 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T11:15:33.606 DEBUG:teuthology.orchestra.run.smithi044:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.b 2024-09-17T11:15:33.763 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:33 smithi044 systemd[1]: Stopping Ceph mon.b for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:34.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:33 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b[27871]: 2024-09-17T11:15:33.912+0000 7ff6cfde7640 -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-17T11:15:34.263 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:33 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b[27871]: 2024-09-17T11:15:33.912+0000 7ff6cfde7640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T11:15:34.264 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:34 smithi044 podman[46199]: 2024-09-17 11:15:34.077449761 +0000 UTC m=+0.264223815 container died 116818775f86e4caa3465831c4a1c06d87c91373dfb6a72bed7444cc3abc1a1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=main-7498493, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:15:34.830 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:34 smithi044 podman[46199]: 2024-09-17 11:15:34.528013429 +0000 UTC m=+0.714787524 container cleanup 116818775f86e4caa3465831c4a1c06d87c91373dfb6a72bed7444cc3abc1a1b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T11:15:34.830 INFO:journalctl@ceph.mon.b.smithi044.stdout:Sep 17 11:15:34 smithi044 bash[46199]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-b 2024-09-17T11:15:34.974 DEBUG:teuthology.orchestra.run.smithi044:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T11:15:35.022 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:35.022 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T11:15:35.022 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T11:15:35.022 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.c 2024-09-17T11:15:35.321 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 systemd[1]: Stopping Ceph mon.c for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:35.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c[28373]: 2024-09-17T11:15:35.319+0000 7fe21bcee640 -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-17T11:15:35.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c[28373]: 2024-09-17T11:15:35.319+0000 7fe21bcee640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T11:15:35.683 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 podman[47941]: 2024-09-17 11:15:35.482500868 +0000 UTC m=+0.266750901 container died 4a4d6b9a082b32f0739942522dca8e7c716ab6d0ba7d0f7929ab3405f89a4d4d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, 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, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, io.buildah.version=1.37.2) 2024-09-17T11:15:36.183 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 podman[47941]: 2024-09-17 11:15:35.942740174 +0000 UTC m=+0.726990200 container cleanup 4a4d6b9a082b32f0739942522dca8e7c716ab6d0ba7d0f7929ab3405f89a4d4d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c, RELEASE=main-7498493, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T11:15:36.184 INFO:journalctl@ceph.mon.c.smithi129.stdout:Sep 17 11:15:35 smithi129 bash[47941]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mon-c 2024-09-17T11:15:36.409 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T11:15:36.456 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:36.457 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T11:15:36.457 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-17T11:15:36.457 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x 2024-09-17T11:15:36.764 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:36 smithi005 systemd[1]: Stopping Ceph mgr.x for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:37.122 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:36 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:15:36.761+0000 7f8e14e2b640 -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-17T11:15:37.122 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:36 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x[25678]: 2024-09-17T11:15:36.761+0000 7f8e14e2b640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-17T11:15:37.122 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:36 smithi005 podman[64537]: 2024-09-17 11:15:36.794907032 +0000 UTC m=+0.139512891 container died 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-17T11:15:37.496 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:37 smithi005 podman[64537]: 2024-09-17 11:15:37.26943952 +0000 UTC m=+0.614045379 container cleanup 25d3c73068a1c36fc3104161a333a7c5f83c4166914e29b15ead205afbbd7a69 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=main-7498493, org.label-schema.vendor=CentOS) 2024-09-17T11:15:37.496 INFO:journalctl@ceph.mgr.x.smithi005.stdout:Sep 17 11:15:37 smithi005 bash[64537]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-mgr-x 2024-09-17T11:15:37.650 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-17T11:15:37.686 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:37.686 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-17T11:15:37.686 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T11:15:37.686 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.0 2024-09-17T11:15:38.010 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:37 smithi005 systemd[1]: Stopping Ceph osd.0 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:38.372 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:38 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:15:38.008+0000 7f75e468a640 -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-17T11:15:38.372 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:38 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:15:38.008+0000 7f75e468a640 -1 osd.0 50 *** Got signal Terminated *** 2024-09-17T11:15:38.372 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:38 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0[38578]: 2024-09-17T11:15:38.008+0000 7f75e468a640 -1 osd.0 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:15:43.717 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:43 smithi005 podman[64667]: 2024-09-17 11:15:43.445809036 +0000 UTC m=+5.534497198 container died 393fdfe1c8c4125202cf8bdf0b13a0cc90057dd482484384ddbff6e3addbfe21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T11:15:44.083 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:43 smithi005 podman[64667]: 2024-09-17 11:15:43.798685216 +0000 UTC m=+5.887373379 container cleanup 393fdfe1c8c4125202cf8bdf0b13a0cc90057dd482484384ddbff6e3addbfe21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0, RELEASE=main-7498493, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, ceph=True, 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_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-17T11:15:44.084 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:43 smithi005 bash[64667]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0 2024-09-17T11:15:44.372 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64690]: 2024-09-17 11:15:44.083168788 +0000 UTC m=+0.635719414 container remove 393fdfe1c8c4125202cf8bdf0b13a0cc90057dd482484384ddbff6e3addbfe21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T11:15:44.737 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.317418031 +0000 UTC m=+0.016161758 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:15:44.737 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.41748395 +0000 UTC m=+0.116227723 container create 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-17T11:15:44.737 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.636467632 +0000 UTC m=+0.335211347 container init 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:15:44.737 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.642203996 +0000 UTC m=+0.340947713 container start 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-17T11:15:44.738 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.736412094 +0000 UTC m=+0.435155821 container attach 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=main-7498493, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-17T11:15:45.107 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:44 smithi005 podman[64783]: 2024-09-17 11:15:44.836365196 +0000 UTC m=+0.535108920 container died 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=main-7498493, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T11:15:45.338 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T11:15:45.362 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:45 smithi005 podman[64826]: 2024-09-17 11:15:45.314534858 +0000 UTC m=+0.468809153 container remove 007f39b8c781dbf34ccbbcbfab2d91c0417106665884e266277f90ae6c7400bf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, RELEASE=main-7498493, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T11:15:45.362 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:45 smithi005 systemd[1]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-17T11:15:45.362 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:45 smithi005 systemd[1]: Stopped Ceph osd.0 for c7b1bf0e-74e4-11ef-bceb-c7b262605968. 2024-09-17T11:15:45.362 INFO:journalctl@ceph.osd.0.smithi005.stdout:Sep 17 11:15:45 smithi005 systemd[1]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.0.service: Consumed 3.517s CPU time. 2024-09-17T11:15:45.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:45.376 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T11:15:45.376 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T11:15:45.376 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.1 2024-09-17T11:15:45.621 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:45 smithi005 systemd[1]: Stopping Ceph osd.1 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:46.122 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:45 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:15:45.743+0000 7f0c78001640 -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-17T11:15:46.122 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:45 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:15:45.743+0000 7f0c78001640 -1 osd.1 50 *** Got signal Terminated *** 2024-09-17T11:15:46.122 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:45 smithi005 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1[44701]: 2024-09-17T11:15:45.743+0000 7f0c78001640 -1 osd.1 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:15:51.434 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:51 smithi005 podman[64911]: 2024-09-17 11:15:51.130501376 +0000 UTC m=+5.522586608 container died 2620ac4c53662d6d59a1acba8ac92c21031dd63d23cf95ed44ff189910cd35b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=main-7498493, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:15:51.434 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:51 smithi005 podman[64911]: 2024-09-17 11:15:51.433493118 +0000 UTC m=+5.825578358 container cleanup 2620ac4c53662d6d59a1acba8ac92c21031dd63d23cf95ed44ff189910cd35b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , 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=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:15:51.872 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:51 smithi005 bash[64911]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1 2024-09-17T11:15:51.872 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:51 smithi005 podman[64932]: 2024-09-17 11:15:51.601405138 +0000 UTC m=+0.471004292 container remove 2620ac4c53662d6d59a1acba8ac92c21031dd63d23cf95ed44ff189910cd35b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=main-7498493, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-17T11:15:52.314 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:51.910348727 +0000 UTC m=+0.016116647 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:15:52.314 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:52.010774276 +0000 UTC m=+0.116542226 container create 0fd50658f3ccbb4dfe14d7e2091f212b78d13d5321605c1d6921838f35fc4ccb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=main-7498493, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T11:15:52.314 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:52.313079464 +0000 UTC m=+0.418847382 container init 0fd50658f3ccbb4dfe14d7e2091f212b78d13d5321605c1d6921838f35fc4ccb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=main-7498493, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-17T11:15:52.622 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:52.317904261 +0000 UTC m=+0.423672170 container start 0fd50658f3ccbb4dfe14d7e2091f212b78d13d5321605c1d6921838f35fc4ccb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-17T11:15:52.622 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:52.396068578 +0000 UTC m=+0.501836505 container attach 0fd50658f3ccbb4dfe14d7e2091f212b78d13d5321605c1d6921838f35fc4ccb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True) 2024-09-17T11:15:52.622 INFO:journalctl@ceph.osd.1.smithi005.stdout:Sep 17 11:15:52 smithi005 podman[65022]: 2024-09-17 11:15:52.511758712 +0000 UTC m=+0.617526630 container died 0fd50658f3ccbb4dfe14d7e2091f212b78d13d5321605c1d6921838f35fc4ccb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=main-7498493, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-17T11:15:53.103 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T11:15:53.143 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:15:53.144 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T11:15:53.144 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T11:15:53.144 DEBUG:teuthology.orchestra.run.smithi044:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.2 2024-09-17T11:15:53.435 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:53 smithi044 systemd[1]: Stopping Ceph osd.2 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:15:53.763 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:53 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:15:53.433+0000 7fa6311c3640 -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-17T11:15:53.763 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:53 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:15:53.433+0000 7fa6311c3640 -1 osd.2 50 *** Got signal Terminated *** 2024-09-17T11:15:53.764 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:53 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2[31207]: 2024-09-17T11:15:53.433+0000 7fa6311c3640 -1 osd.2 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:15:59.013 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:58 smithi044 podman[46359]: 2024-09-17 11:15:58.872493484 +0000 UTC m=+5.518979930 container died 25d40a4b5f8611a3ce640927d62a8070df938356c368055f19d260e3ab213c5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T11:15:59.433 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:59 smithi044 podman[46359]: 2024-09-17 11:15:59.206099896 +0000 UTC m=+5.852586341 container cleanup 25d40a4b5f8611a3ce640927d62a8070df938356c368055f19d260e3ab213c5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T11:15:59.433 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:59 smithi044 bash[46359]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2 2024-09-17T11:15:59.695 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:59 smithi044 podman[46384]: 2024-09-17 11:15:59.432321293 +0000 UTC m=+0.561174140 container remove 25d40a4b5f8611a3ce640927d62a8070df938356c368055f19d260e3ab213c5a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-17T11:15:59.972 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:59 smithi044 podman[46481]: 2024-09-17 11:15:59.858232982 +0000 UTC m=+0.092171909 container create 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-17T11:15:59.972 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:15:59 smithi044 podman[46481]: 2024-09-17 11:15:59.782230144 +0000 UTC m=+0.016169080 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:16:00.263 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:16:00 smithi044 podman[46481]: 2024-09-17 11:16:00.068938172 +0000 UTC m=+0.302877104 container init 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=main-7498493, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-17T11:16:00.264 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:16:00 smithi044 podman[46481]: 2024-09-17 11:16:00.073704403 +0000 UTC m=+0.307643325 container start 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=main-7498493, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T11:16:00.264 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:16:00 smithi044 podman[46481]: 2024-09-17 11:16:00.14386282 +0000 UTC m=+0.377801751 container attach 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=main-7498493, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-17T11:16:00.573 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:16:00 smithi044 podman[46481]: 2024-09-17 11:16:00.267095008 +0000 UTC m=+0.501033948 container died 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, GIT_CLEAN=True, ceph=True) 2024-09-17T11:16:00.828 INFO:journalctl@ceph.osd.2.smithi044.stdout:Sep 17 11:16:00 smithi044 podman[46524]: 2024-09-17 11:16:00.805447113 +0000 UTC m=+0.532565733 container remove 00c6037a2965e8a9b3ca8d63190a38c0c119405420e9e7c9327989537aaa908d (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-2-deactivate, 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.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=main-7498493, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-17T11:16:00.834 DEBUG:teuthology.orchestra.run.smithi044:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T11:16:00.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:16:00.873 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T11:16:00.873 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T11:16:00.873 DEBUG:teuthology.orchestra.run.smithi044:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.3 2024-09-17T11:16:01.220 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:00 smithi044 systemd[1]: Stopping Ceph osd.3 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:16:01.513 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:01 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:16:01.217+0000 7ff8ccb91640 -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-17T11:16:01.513 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:01 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:16:01.217+0000 7ff8ccb91640 -1 osd.3 50 *** Got signal Terminated *** 2024-09-17T11:16:01.513 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:01 smithi044 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3[37008]: 2024-09-17T11:16:01.217+0000 7ff8ccb91640 -1 osd.3 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:16:06.683 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:06 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:06.338+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:06.869 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:06 smithi044 podman[46609]: 2024-09-17 11:16:06.573573145 +0000 UTC m=+5.469710358 container died edea42fa7e747bb96081ae4e36396cfe08ad08c9e7fcdfefe96c1224d9f07c06 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:16:07.218 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:06 smithi044 podman[46609]: 2024-09-17 11:16:06.975017374 +0000 UTC m=+5.871154586 container cleanup edea42fa7e747bb96081ae4e36396cfe08ad08c9e7fcdfefe96c1224d9f07c06 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3, RELEASE=main-7498493, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T11:16:07.218 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:06 smithi044 bash[46609]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3 2024-09-17T11:16:07.514 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46646]: 2024-09-17 11:16:07.217850927 +0000 UTC m=+0.636433535 container remove edea42fa7e747bb96081ae4e36396cfe08ad08c9e7fcdfefe96c1224d9f07c06 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-17T11:16:07.683 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:07 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:07.351+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:07.863 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.43506537 +0000 UTC m=+0.016436132 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:16:07.863 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.54370218 +0000 UTC m=+0.125072987 container create 6887363966e6f753dc46d53c676b46eb1970fe28429aa5e8c680e9e1d9e28aea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-17T11:16:07.863 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.77096423 +0000 UTC m=+0.352335000 container init 6887363966e6f753dc46d53c676b46eb1970fe28429aa5e8c680e9e1d9e28aea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=main-7498493, GIT_BRANCH=HEAD) 2024-09-17T11:16:07.863 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.77622839 +0000 UTC m=+0.357599152 container start 6887363966e6f753dc46d53c676b46eb1970fe28429aa5e8c680e9e1d9e28aea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-7498493, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-17T11:16:07.863 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.862419743 +0000 UTC m=+0.443790518 container attach 6887363966e6f753dc46d53c676b46eb1970fe28429aa5e8c680e9e1d9e28aea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493) 2024-09-17T11:16:08.263 INFO:journalctl@ceph.osd.3.smithi044.stdout:Sep 17 11:16:07 smithi044 podman[46742]: 2024-09-17 11:16:07.978026678 +0000 UTC m=+0.559397442 container died 6887363966e6f753dc46d53c676b46eb1970fe28429aa5e8c680e9e1d9e28aea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=main-7498493) 2024-09-17T11:16:08.570 DEBUG:teuthology.orchestra.run.smithi044:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T11:16:08.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:16:08.613 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T11:16:08.613 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T11:16:08.613 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.4 2024-09-17T11:16:08.639 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:08 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:08.386+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:08.933 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:08 smithi129 systemd[1]: Stopping Ceph osd.4 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:16:08.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:08 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:08.836+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:09.424 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:09 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:09.032+0000 7f9d1e483640 -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-17T11:16:09.424 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:09 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:09.032+0000 7f9d1e483640 -1 osd.4 50 *** Got signal Terminated *** 2024-09-17T11:16:09.424 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:09 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:09.032+0000 7f9d1e483640 -1 osd.4 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:16:09.683 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:09 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:09.422+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:10.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:09 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:09.808+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:10.683 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:10 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:10.402+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:11.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:10 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:10.841+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:11.846 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:11 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:11.447+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:12.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:11 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:11.844+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:12.875 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:12 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:12.474+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:13.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:12 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:12.874+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:13.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:12 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:12.874+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:13.843 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:13 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4[32360]: 2024-09-17T11:16:13.464+0000 7f9d16a90640 -1 osd.4 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:40.707986+0000 front 2024-09-17T11:15:40.708004+0000 (oldest deadline 2024-09-17T11:16:05.408106+0000) 2024-09-17T11:16:14.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:13 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:13.841+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:14.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:13 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:13.841+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:14.683 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:14 smithi129 podman[48097]: 2024-09-17 11:16:14.4286425 +0000 UTC m=+5.633935261 container died fa3b45b47bcd953b42a85d5e7c7e83e51d9ac0d19d6605ea527226d119664384 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T11:16:15.106 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:14 smithi129 podman[48097]: 2024-09-17 11:16:14.87977006 +0000 UTC m=+6.085062827 container cleanup fa3b45b47bcd953b42a85d5e7c7e83e51d9ac0d19d6605ea527226d119664384 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-17T11:16:15.107 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:14 smithi129 bash[48097]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4 2024-09-17T11:16:15.107 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:14 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:14.802+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:15.107 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:14 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:14.802+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:15.433 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48117]: 2024-09-17 11:16:15.106095195 +0000 UTC m=+0.673164174 container remove fa3b45b47bcd953b42a85d5e7c7e83e51d9ac0d19d6605ea527226d119664384 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T11:16:15.777 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.490267012 +0000 UTC m=+0.103131917 container create c2bf3484332e7b1f3bbfc229581bd3b921b58fa8075a18c963243101c00958e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-17T11:16:15.777 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.403022742 +0000 UTC m=+0.015887667 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:16:15.778 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.717797204 +0000 UTC m=+0.330662117 container init c2bf3484332e7b1f3bbfc229581bd3b921b58fa8075a18c963243101c00958e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-17T11:16:15.778 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.722457554 +0000 UTC m=+0.335322463 container start c2bf3484332e7b1f3bbfc229581bd3b921b58fa8075a18c963243101c00958e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T11:16:16.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:15 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:15.774+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:16.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:15 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:15.774+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:16.184 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.800998167 +0000 UTC m=+0.413863085 container attach c2bf3484332e7b1f3bbfc229581bd3b921b58fa8075a18c963243101c00958e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-17T11:16:16.184 INFO:journalctl@ceph.osd.4.smithi129.stdout:Sep 17 11:16:15 smithi129 podman[48211]: 2024-09-17 11:16:15.911411406 +0000 UTC m=+0.524276319 container died c2bf3484332e7b1f3bbfc229581bd3b921b58fa8075a18c963243101c00958e8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T11:16:16.586 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T11:16:16.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:16:16.667 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T11:16:16.667 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T11:16:16.667 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.5 2024-09-17T11:16:16.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:16 smithi129 systemd[1]: Stopping Ceph osd.5 for c7b1bf0e-74e4-11ef-bceb-c7b262605968... 2024-09-17T11:16:16.934 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:16 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:16.758+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:16.934 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:16 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:16.758+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:17.433 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:17 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:17.032+0000 7f0b66b25640 -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-17T11:16:17.433 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:17 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:17.033+0000 7f0b66b25640 -1 osd.5 50 *** Got signal Terminated *** 2024-09-17T11:16:17.433 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:17 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:17.033+0000 7f0b66b25640 -1 osd.5 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T11:16:18.034 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:17 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:17.712+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:18.034 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:17 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:17.712+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:18.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:18 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:18.705+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:18.934 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:18 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:18.705+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:20.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:19 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:19.723+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:20.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:19 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:19.723+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:21.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:20 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:20.700+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:21.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:20 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:20.700+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:22.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:21 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:21.740+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6806 osd.0 since back 2024-09-17T11:15:41.123554+0000 front 2024-09-17T11:15:41.123531+0000 (oldest deadline 2024-09-17T11:16:08.123924+0000) 2024-09-17T11:16:22.183 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:21 smithi129 ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5[38434]: 2024-09-17T11:16:21.740+0000 7f0b5f132640 -1 osd.5 50 heartbeat_check: no reply from 172.21.15.5:6814 osd.1 since back 2024-09-17T11:15:48.624855+0000 front 2024-09-17T11:15:48.624932+0000 (oldest deadline 2024-09-17T11:16:12.124793+0000) 2024-09-17T11:16:22.633 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:22 smithi129 podman[48338]: 2024-09-17 11:16:22.356556681 +0000 UTC m=+5.466560173 container died a19db7797f39dadee84c44fa2865c28016cc1ffd92f49d5873c4d9720c513bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, 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_POINT_RELEASE=, RELEASE=main-7498493, org.label-schema.license=GPLv2) 2024-09-17T11:16:22.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:22 smithi129 podman[48338]: 2024-09-17 11:16:22.824053791 +0000 UTC m=+5.934057326 container cleanup a19db7797f39dadee84c44fa2865c28016cc1ffd92f49d5873c4d9720c513bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-17T11:16:22.933 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:22 smithi129 bash[48338]: ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5 2024-09-17T11:16:23.433 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48358]: 2024-09-17 11:16:23.116973344 +0000 UTC m=+0.760835204 container remove a19db7797f39dadee84c44fa2865c28016cc1ffd92f49d5873c4d9720c513bef (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, RELEASE=main-7498493, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-17T11:16:23.763 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.349435568 +0000 UTC m=+0.016036718 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T11:16:23.763 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.459399189 +0000 UTC m=+0.126000341 container create 5af6aeb35135e3492db695eb1acb45f62f9689454cc642b8d5c58638d4cbc0de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5-deactivate, 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, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-17T11:16:23.763 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.678136411 +0000 UTC m=+0.344737562 container init 5af6aeb35135e3492db695eb1acb45f62f9689454cc642b8d5c58638d4cbc0de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_CLEAN=True, ceph=True) 2024-09-17T11:16:23.763 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.682981154 +0000 UTC m=+0.349582305 container start 5af6aeb35135e3492db695eb1acb45f62f9689454cc642b8d5c58638d4cbc0de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, RELEASE=main-7498493, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-17T11:16:23.763 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.761526365 +0000 UTC m=+0.428127516 container attach 5af6aeb35135e3492db695eb1acb45f62f9689454cc642b8d5c58638d4cbc0de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=main-7498493, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T11:16:24.165 INFO:journalctl@ceph.osd.5.smithi129.stdout:Sep 17 11:16:23 smithi129 podman[48453]: 2024-09-17 11:16:23.875529712 +0000 UTC m=+0.542130869 container died 5af6aeb35135e3492db695eb1acb45f62f9689454cc642b8d5c58638d4cbc0de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, maintainer=Guillaume Abrioux , RELEASE=main-7498493, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T11:16:24.447 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c7b1bf0e-74e4-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T11:16:24.485 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T11:16:24.485 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T11:16:24.486 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T11:16:24.699 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:30.275 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T11:16:30.486 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:31.468 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T11:16:31.668 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:40.419 DEBUG:teuthology.orchestra.run.smithi152:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T11:16:40.624 INFO:teuthology.orchestra.run.smithi152.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:40.756 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:16:40.790 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:16:40.825 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:16:40.855 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T11:16:40.880 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T11:16:40.882 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi005/crash 2024-09-17T11:16:40.882 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T11:16:40.922 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T11:16:40.922 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-09-17T11:16:40.925 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi044/crash 2024-09-17T11:16:40.925 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T11:16:40.971 INFO:teuthology.orchestra.run.smithi044.stderr:tar: /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T11:16:40.971 INFO:teuthology.orchestra.run.smithi044.stderr:tar: Error is not recoverable: exiting now 2024-09-17T11:16:40.973 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi129/crash 2024-09-17T11:16:40.974 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T11:16:41.012 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T11:16:41.013 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2024-09-17T11:16:41.014 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi152/crash 2024-09-17T11:16:41.015 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T11:16:41.074 INFO:teuthology.orchestra.run.smithi152.stderr:tar: /var/lib/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T11:16:41.075 INFO:teuthology.orchestra.run.smithi152.stderr:tar: Error is not recoverable: exiting now 2024-09-17T11:16:41.076 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T11:16:41.076 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T11:16:41.110 INFO:tasks.cephadm:Compressing logs... 2024-09-17T11:16:41.110 DEBUG:teuthology.orchestra.run.smithi005:> 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-17T11:16:41.153 DEBUG:teuthology.orchestra.run.smithi044:> 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-17T11:16:41.207 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-17T11:16:41.207 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T11:16:41.207 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- 84.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr: /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi005.stiodq.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr: 89.8% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi005.stiodq.log: 86.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr: 80.1% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi005.stiodq.log.gz 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T11:16:41.208 INFO:teuthology.orchestra.run.smithi005.stderr: 91.1% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T11:16:41.209 DEBUG:teuthology.orchestra.run.smithi129:> 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-17T11:16:41.212 DEBUG:teuthology.orchestra.run.smithi152:> 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-17T11:16:41.233 INFO:teuthology.orchestra.run.smithi044.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T11:16:41.233 INFO:teuthology.orchestra.run.smithi044.stderr:: No such file or directory 2024-09-17T11:16:41.233 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T11:16:41.234 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T11:16:41.234 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T11:16:41.234 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log 2024-09-17T11:16:41.235 INFO:teuthology.orchestra.run.smithi044.stderr: 81.7% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T11:16:41.235 INFO:teuthology.orchestra.run.smithi044.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T11:16:41.235 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.2.log: /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-17T11:16:41.235 INFO:teuthology.orchestra.run.smithi044.stderr: 90.0% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T11:16:41.235 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T11:16:41.236 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.3.log: 86.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T11:16:41.237 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T11:16:41.237 INFO:teuthology.orchestra.run.smithi129.stderr:: No such file or directory 2024-09-17T11:16:41.237 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-17T11:16:41.237 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T11:16:41.237 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T11:16:41.238 INFO:teuthology.orchestra.run.smithi044.stderr:/var/log/ceph/cephadm.log: 87.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:: No such file or directory 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:/var/log/ceph/cephadm.log: 76.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr: 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:real 0m0.012s 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:user 0m0.008s 2024-09-17T11:16:41.240 INFO:teuthology.orchestra.run.smithi152.stderr:sys 0m0.013s 2024-09-17T11:16:41.241 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip 81.6% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr: -5 90.1% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr: --verbose -- /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi129.czdztp.log 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi129.czdztp.log: 84.4% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi129.czdztp.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: 86.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr: 89.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi129.stderr: 91.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T11:16:41.242 INFO:teuthology.orchestra.run.smithi044.stderr: 91.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T11:16:41.305 INFO:teuthology.orchestra.run.smithi005.stderr: 89.6% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-17T11:16:41.344 INFO:teuthology.orchestra.run.smithi044.stderr: 92.5% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T11:16:41.358 INFO:teuthology.orchestra.run.smithi129.stderr: 92.3% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T11:16:41.390 INFO:teuthology.orchestra.run.smithi005.stderr: 93.7% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T11:16:41.417 INFO:teuthology.orchestra.run.smithi005.stderr: 93.8% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T11:16:41.426 INFO:teuthology.orchestra.run.smithi129.stderr: 93.9% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-17T11:16:41.482 INFO:teuthology.orchestra.run.smithi044.stderr: 93.7% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T11:16:41.494 INFO:teuthology.orchestra.run.smithi129.stderr: 93.5% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-17T11:16:41.494 INFO:teuthology.orchestra.run.smithi044.stderr: 93.8% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-17T11:16:41.495 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-09-17T11:16:41.496 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.270s 2024-09-17T11:16:41.496 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.559s 2024-09-17T11:16:41.496 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.046s 2024-09-17T11:16:41.496 INFO:teuthology.orchestra.run.smithi044.stderr: 2024-09-17T11:16:41.497 INFO:teuthology.orchestra.run.smithi044.stderr:real 0m0.276s 2024-09-17T11:16:41.497 INFO:teuthology.orchestra.run.smithi044.stderr:user 0m0.611s 2024-09-17T11:16:41.497 INFO:teuthology.orchestra.run.smithi044.stderr:sys 0m0.047s 2024-09-17T11:16:41.506 INFO:teuthology.orchestra.run.smithi005.stderr: 90.9% -- replaced with /var/log/ceph/c7b1bf0e-74e4-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T11:16:41.508 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-09-17T11:16:41.508 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.341s 2024-09-17T11:16:41.508 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.890s 2024-09-17T11:16:41.508 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.050s 2024-09-17T11:16:41.508 INFO:tasks.cephadm:Archiving logs... 2024-09-17T11:16:41.509 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi005/log 2024-09-17T11:16:41.509 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T11:16:41.670 DEBUG:teuthology.misc:Transferring archived files from smithi044:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi044/log 2024-09-17T11:16:41.671 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T11:16:41.791 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi129/log 2024-09-17T11:16:41.792 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T11:16:41.908 DEBUG:teuthology.misc:Transferring archived files from smithi152:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi152/log 2024-09-17T11:16:41.909 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T11:16:41.937 INFO:tasks.cephadm:Removing cluster... 2024-09-17T11:16:41.938 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force 2024-09-17T11:16:42.137 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:42.263 DEBUG:teuthology.orchestra.run.smithi044:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force 2024-09-17T11:16:42.467 INFO:teuthology.orchestra.run.smithi044.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:42.592 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c7b1bf0e-74e4-11ef-bceb-c7b262605968 --force 2024-09-17T11:16:42.787 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: c7b1bf0e-74e4-11ef-bceb-c7b262605968 2024-09-17T11:16:42.914 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T11:16:42.914 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T11:16:42.931 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T11:16:42.948 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T11:16:42.963 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T11:16:42.982 INFO:tasks.cephadm:Teardown complete 2024-09-17T11:16:42.982 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-09-17T11:16:42.993 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman stop samba-ad 2024-09-17T11:16:44.003 INFO:teuthology.orchestra.run.smithi152.stdout:samba-ad 2024-09-17T11:16:44.007 DEBUG:teuthology.orchestra.run.smithi152:> sudo podman rm samba-ad 2024-09-17T11:16:44.372 INFO:teuthology.orchestra.run.smithi152.stdout:samba-ad 2024-09-17T11:16:44.376 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-17T11:16:44.402 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T11:16:44.413 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T11:16:44.413 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:16:44.416 DEBUG:teuthology.orchestra.run.smithi044:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:16:44.418 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:16:44.421 DEBUG:teuthology.orchestra.run.smithi152:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T11:16:44.431 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:16:44.434 INFO:teuthology.orchestra.run.smithi044.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv01.front.sepia.ceph.com 3 6 377 62 -644us[ -613us] +/- 55ms 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 60 +876us[ +876us] +/- 59ms 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 -215us[ -215us] +/- 63ms 2024-09-17T11:16:44.436 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:16:44.437 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:16:44.438 INFO:teuthology.orchestra.run.smithi044.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:16:44.438 INFO:teuthology.orchestra.run.smithi044.stdout:=============================================================================== 2024-09-17T11:16:44.438 INFO:teuthology.orchestra.run.smithi044.stdout:^* hv01.front.sepia.ceph.com 3 6 377 62 -634us[ -607us] +/- 55ms 2024-09-17T11:16:44.439 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 61 +887us[ +887us] +/- 59ms 2024-09-17T11:16:44.439 INFO:teuthology.orchestra.run.smithi044.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 -195us[ -195us] +/- 63ms 2024-09-17T11:16:44.439 INFO:teuthology.orchestra.run.smithi044.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv01.front.sepia.ceph.com 3 6 377 62 -636us[ -623us] +/- 55ms 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 61 +895us[ +895us] +/- 59ms 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 -193us[ -181us] +/- 63ms 2024-09-17T11:16:44.441 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:16:44.457 INFO:teuthology.orchestra.run.smithi152.stderr:bash: line 1: ntpq: command not found 2024-09-17T11:16:44.462 INFO:teuthology.orchestra.run.smithi152.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T11:16:44.463 INFO:teuthology.orchestra.run.smithi152.stdout:=============================================================================== 2024-09-17T11:16:44.463 INFO:teuthology.orchestra.run.smithi152.stdout:^* hv01.front.sepia.ceph.com 3 6 377 60 -624us[ -594us] +/- 55ms 2024-09-17T11:16:44.463 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 59 +870us[ +870us] +/- 59ms 2024-09-17T11:16:44.463 INFO:teuthology.orchestra.run.smithi152.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 -216us[ -187us] +/- 63ms 2024-09-17T11:16:44.463 INFO:teuthology.orchestra.run.smithi152.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T11:16:44.463 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T11:16:44.474 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T11:16:44.474 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T11:16:44.499 DEBUG:teuthology.orchestra.run.smithi005:> 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-17T11:16:44.582 DEBUG:teuthology.orchestra.run.smithi044:> 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-17T11:16:44.657 DEBUG:teuthology.orchestra.run.smithi129:> 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-17T11:16:44.729 DEBUG:teuthology.orchestra.run.smithi152:> 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-17T11:16:44.791 DEBUG:teuthology.orchestra.run.smithi005:> 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:16:44.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:44.824 DEBUG:teuthology.orchestra.run.smithi044:> 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:16:44.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:44.857 DEBUG:teuthology.orchestra.run.smithi129:> 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:16:44.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:44.887 DEBUG:teuthology.orchestra.run.smithi152:> 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:16:44.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:44.917 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T11:16:44.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T11:16:44.974 INFO:teuthology.task.internal:Duration was 947.873630 seconds 2024-09-17T11:16:44.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T11:16:45.018 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T11:16:45.018 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T11:16:45.021 DEBUG:teuthology.orchestra.run.smithi044:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T11:16:45.024 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T11:16:45.026 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T11:16:45.066 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:16:45.066 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:16:45.067 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:16:45.068 INFO:teuthology.orchestra.run.smithi044.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T11:16:45.564 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T11:16:45.565 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-09-17T11:16:45.565 DEBUG:teuthology.orchestra.run.smithi005:> 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-17T11:16:45.591 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi044.front.sepia.ceph.com 2024-09-17T11:16:45.591 DEBUG:teuthology.orchestra.run.smithi044:> 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-17T11:16:45.617 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-09-17T11:16:45.618 DEBUG:teuthology.orchestra.run.smithi129:> 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-17T11:16:45.644 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2024-09-17T11:16:45.645 DEBUG:teuthology.orchestra.run.smithi152:> 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-17T11:16:45.669 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T11:16:45.669 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T11:16:45.672 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T11:16:45.674 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T11:16:45.687 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T11:16:45.736 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T11:16:45.737 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T11:16:45.743 DEBUG:teuthology.orchestra.run.smithi044:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T11:16:45.747 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T11:16:45.758 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T11:16:46.314 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T11:16:46.327 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T11:16:46.327 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T11:16:46.353 DEBUG:teuthology.orchestra.run.smithi044:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T11:16:46.379 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T11:16:46.405 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T11:16:46.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T11:16:46.442 DEBUG:teuthology.orchestra.run.smithi005:> 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-17T11:16:46.444 DEBUG:teuthology.orchestra.run.smithi044:> 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-17T11:16:46.447 DEBUG:teuthology.orchestra.run.smithi129:> 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-17T11:16:46.449 DEBUG:teuthology.orchestra.run.smithi152:> 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-17T11:16:46.466 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-09-17T11:16:46.468 INFO:teuthology.orchestra.run.smithi044.stdout:kernel.core_pattern = core 2024-09-17T11:16:46.471 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-09-17T11:16:46.496 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2024-09-17T11:16:46.529 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T11:16:46.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:46.545 DEBUG:teuthology.orchestra.run.smithi044:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T11:16:46.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:46.560 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T11:16:46.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:46.575 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T11:16:46.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T11:16:46.589 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T11:16:46.600 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T11:16:46.601 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi005 2024-09-17T11:16:46.602 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T11:16:46.641 DEBUG:teuthology.misc:Transferring archived files from smithi044:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi044 2024-09-17T11:16:46.642 DEBUG:teuthology.orchestra.run.smithi044:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T11:16:46.678 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi129 2024-09-17T11:16:46.678 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T11:16:46.714 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907725/remote/smithi152 2024-09-17T11:16:46.714 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T11:16:46.748 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T11:16:46.748 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T11:16:46.751 DEBUG:teuthology.orchestra.run.smithi044:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T11:16:46.753 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T11:16:46.755 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T11:16:46.798 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T11:16:46.811 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T11:16:46.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T11:16:46.858 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T11:16:46.858 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T11:16:46.861 DEBUG:teuthology.orchestra.run.smithi044:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T11:16:46.863 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T11:16:46.865 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T11:16:46.874 INFO:teuthology.orchestra.run.smithi005.stdout: 265966 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 11:16 /home/ubuntu/cephtest 2024-09-17T11:16:46.876 INFO:teuthology.orchestra.run.smithi044.stdout: 265501 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 11:16 /home/ubuntu/cephtest 2024-09-17T11:16:46.878 INFO:teuthology.orchestra.run.smithi129.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 11:16 /home/ubuntu/cephtest 2024-09-17T11:16:46.880 INFO:teuthology.orchestra.run.smithi152.stdout: 266063 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 11:16 /home/ubuntu/cephtest 2024-09-17T11:16:46.881 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T11:16:46.901 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T11:16:46.986 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_dom} duration: 947.8736295700073 owner: scheduled_teuthology@teuthology success: true 2024-09-17T11:16:46.986 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T11:16:47.072 INFO:teuthology.run:pass