2024-09-17T12:33:41.194 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T12:33:41.212 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T12:33:41.296 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856 branch: main description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907856' 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: smithi017.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFLwcp1tH0XDy0oDjPJaU+2qIM9fOJJ1p1gKulDcPMY6g2suSfQwyd2VxDeeTe1f4olYXcBLxmUPbgah1gBADrI= smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLOVs2t5REN0aitPoL3jx9TNccsF2tXsksVkYa2bqVsw/3o5AKVSXALC7NPy5L+ct/y2pnOwAnE6eujdW6XqNTw= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJbVGTXss0Pw9lxZHlD60pldk96s1xknQ/jvTXWvLmDat6uaEDs2lEfURlRNucT8LCbKzJPB8RSBSafdtdsVLw= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKwa0oCzv3NKf3H0LpZ475LhgqlgwR336hFHaEoXeFjhcpPwSqlqeD/UKFF3ejBhGJrAGIzvCfVTEPRowca8L4= 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.configure_samba_client_container: 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:\ \ uctdb1\n auth_mode: user\n user_group_settings:\n - {source_type: resource,\ \ ref: ug1}\n placement:\n count: 3\n- resource_type: ceph.smb.usersgroups\n\ \ users_groups_id: ug1\n values:\n users:\n - {name: user1, password:\ \ t3stP4ss1}\n - {name: user2, password: t3stP4ss2}\n groups: []\n\ - resource_type: ceph.smb.share\n cluster_id: uctdb1\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: uctdb1\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.uctdb1 - cephadm.shell: host.a: - cmd: rados --pool=.smb -N uctdb1 get cluster.meta.json /dev/stdout - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user1%t3stP4ss1 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''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.uctdb1")))[-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 user1%t3stP4ss1 //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U user2%t3stP4ss2 //{{''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:\ \ uctdb1\n intent: removed\n- resource_type: ceph.smb.usersgroups\n users_groups_id:\ \ ug1\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id: uctdb1\n\ \ share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: uctdb1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.uctdb1 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-17T12:33:41.296 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa; will attempt to use it 2024-09-17T12:33:41.297 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_2b698643d05f73e79c2d2888228947a84a4ac0bd/qa/tasks 2024-09-17T12:33:41.297 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T12:33:41.298 INFO:teuthology.task.internal:Checking packages... 2024-09-17T12:33:41.320 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7498493279982dfe87f00616198a5967475f6169' 2024-09-17T12:33:41.320 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T12:33:41.320 INFO:teuthology.packaging:ref: None 2024-09-17T12:33:41.321 INFO:teuthology.packaging:tag: None 2024-09-17T12:33:41.321 INFO:teuthology.packaging:branch: main 2024-09-17T12:33:41.321 INFO:teuthology.packaging:sha1: 7498493279982dfe87f00616198a5967475f6169 2024-09-17T12:33:41.321 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-17T12:33:41.538 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4959.g2b698643 2024-09-17T12:33:41.539 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T12:33:41.549 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T12:33:41.549 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T12:33:41.593 INFO:teuthology.task.internal:Saving configuration 2024-09-17T12:33:41.607 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T12:33:41.618 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T12:33:41.644 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856', '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 12:28:44.059386', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFLwcp1tH0XDy0oDjPJaU+2qIM9fOJJ1p1gKulDcPMY6g2suSfQwyd2VxDeeTe1f4olYXcBLxmUPbgah1gBADrI='} 2024-09-17T12:33:41.668 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856', '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 12:28:44.057833', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLOVs2t5REN0aitPoL3jx9TNccsF2tXsksVkYa2bqVsw/3o5AKVSXALC7NPy5L+ct/y2pnOwAnE6eujdW6XqNTw='} 2024-09-17T12:33:41.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856', '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 12:28:44.060710', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJbVGTXss0Pw9lxZHlD60pldk96s1xknQ/jvTXWvLmDat6uaEDs2lEfURlRNucT8LCbKzJPB8RSBSafdtdsVLw='} 2024-09-17T12:33:41.712 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856', '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 12:28:44.062003', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBKwa0oCzv3NKf3H0LpZ475LhgqlgwR336hFHaEoXeFjhcpPwSqlqeD/UKFF3ejBhGJrAGIzvCfVTEPRowca8L4='} 2024-09-17T12:33:41.712 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T12:33:41.719 INFO:teuthology.task.internal:roles: ubuntu@smithi017.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-17T12:33:41.719 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-17T12:33:41.719 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-17T12:33:41.719 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-17T12:33:41.719 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T12:33:41.840 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb30c2dfbe0>, signals=[15]) 2024-09-17T12:33:41.840 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T12:33:41.846 INFO:teuthology.task.internal:Opening connections... 2024-09-17T12:33:41.846 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:33:41.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:33:41.926 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:33:41.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:33:42.000 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-09-17T12:33:42.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:33:42.075 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:33:42.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:33:42.151 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T12:33:42.158 DEBUG:teuthology.orchestra.run.smithi017:> uname -m 2024-09-17T12:33:42.177 INFO:teuthology.orchestra.run.smithi017.stdout:x86_64 2024-09-17T12:33:42.177 DEBUG:teuthology.orchestra.run.smithi017:> cat /etc/os-release 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:NAME="CentOS Stream" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION="9" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:ID="centos" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:ID_LIKE="rhel fedora" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_ID="9" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:PLATFORM_ID="platform:el9" 2024-09-17T12:33:42.235 INFO:teuthology.orchestra.run.smithi017.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:ANSI_COLOR="0;31" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:LOGO="fedora-logo-icon" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:HOME_URL="https://centos.org/" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T12:33:42.236 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T12:33:42.237 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2024-09-17T12:33:42.254 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-09-17T12:33:42.272 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-09-17T12:33:42.273 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-09-17T12:33:42.330 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T12:33:42.331 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T12:33:42.331 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-09-17T12:33:42.354 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-09-17T12:33:42.372 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-09-17T12:33:42.372 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-09-17T12:33:42.431 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-09-17T12:33:42.431 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:LOGO="fedora-logo-icon" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T12:33:42.432 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T12:33:42.433 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-09-17T12:33:42.454 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-09-17T12:33:42.472 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-09-17T12:33:42.472 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-09-17T12:33:42.530 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="9" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="9" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el9" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:LOGO="fedora-logo-icon" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T12:33:42.531 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T12:33:42.532 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T12:33:42.532 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-09-17T12:33:42.554 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T12:33:42.563 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T12:33:42.601 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T12:33:42.601 DEBUG:teuthology.orchestra.run.smithi017:> test '!' -e /home/ubuntu/cephtest 2024-09-17T12:33:42.604 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-09-17T12:33:42.607 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-09-17T12:33:42.610 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-09-17T12:33:42.628 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T12:33:42.634 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T12:33:42.634 DEBUG:teuthology.orchestra.run.smithi017:> test -z $(ls -A /var/lib/ceph) 2024-09-17T12:33:42.661 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-09-17T12:33:42.664 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-09-17T12:33:42.666 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-09-17T12:33:42.696 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T12:33:42.797 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T12:33:42.810 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T12:33:42.810 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-17T12:33:42.810 DEBUG:teuthology.orchestra.run.smithi017:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T12:33:42.811 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T12:33:42.811 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T12:33:42.812 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T12:33:42.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:33:42.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:33:42.830 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-09-17T12:33:42.830 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-09-17T12:33:42.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:33:42.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:33:42.832 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-09-17T12:33:42.832 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T12:33:42.888 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-503.el9.x86_64 2024-09-17T12:33:42.888 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-503.el9.x86_64 2024-09-17T12:33:42.889 INFO:teuthology.task.kernel:Running kernel on smithi017: 5.14.0-503.el9.x86_64 2024-09-17T12:33:42.889 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum install -y kernel 2024-09-17T12:33:42.889 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.14.0-503.el9.x86_64 2024-09-17T12:33:42.889 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-09-17T12:33:42.890 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-503.el9.x86_64 2024-09-17T12:33:42.890 INFO:teuthology.task.kernel:Running kernel on smithi187: 5.14.0-503.el9.x86_64 2024-09-17T12:33:42.890 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-09-17T12:33:42.891 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-503.el9.x86_64 2024-09-17T12:33:42.891 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-503.el9.x86_64 2024-09-17T12:33:42.892 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-09-17T12:33:45.097 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.3 MB 00:00 2024-09-17T12:33:45.427 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-17T12:33:45.437 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-17T12:33:46.627 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - BaseOS 4.0 MB/s | 8.3 MB 00:02 2024-09-17T12:33:46.915 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-17T12:33:47.354 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - AppStream 24 MB/s | 20 MB 00:00 2024-09-17T12:33:48.303 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - AppStream 35 MB/s | 20 MB 00:00 2024-09-17T12:33:48.936 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 20 MB 00:02 2024-09-17T12:33:52.563 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.5 MB 00:01 2024-09-17T12:33:52.904 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - CRB 9.3 MB/s | 6.5 MB 00:00 2024-09-17T12:33:53.015 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 6.5 MB 00:02 2024-09-17T12:33:54.005 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 9 - Extras packages 84 kB/s | 19 kB 00:00 2024-09-17T12:33:54.540 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 9 - Extras packages 115 kB/s | 19 kB 00:00 2024-09-17T12:33:54.655 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 19 kB 00:00 2024-09-17T12:33:54.968 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-17T12:33:55.137 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-17T12:33:55.820 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 20 MB/s | 23 MB 00:01 2024-09-17T12:33:55.825 INFO:teuthology.orchestra.run.smithi017.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-17T12:33:56.538 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 105 kB/s | 19 kB 00:00 2024-09-17T12:33:57.300 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 35 MB/s | 23 MB 00:00 2024-09-17T12:34:00.432 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-17T12:34:01.142 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-09-17T12:34:01.448 INFO:teuthology.orchestra.run.smithi017.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-09-17T12:34:02.338 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T12:34:02.338 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T12:34:02.435 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T12:34:02.440 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:34:02.440 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-09-17T12:34:02.440 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:34:02.440 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout:Install 4 Packages 2024-09-17T12:34:02.441 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:34:02.442 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 79 M 2024-09-17T12:34:02.442 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 126 M 2024-09-17T12:34:02.442 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-09-17T12:34:02.683 INFO:teuthology.orchestra.run.smithi187.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 304 kB/s | 36 kB 00:00 2024-09-17T12:34:02.714 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-17T12:34:02.998 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T12:34:02.998 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T12:34:03.091 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-09-17T12:34:03.099 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:34:03.100 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-09-17T12:34:03.101 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:34:03.101 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 79 M 2024-09-17T12:34:03.101 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 126 M 2024-09-17T12:34:03.101 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-09-17T12:34:03.318 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 321 kB/s | 36 kB 00:00 2024-09-17T12:34:03.358 INFO:teuthology.orchestra.run.smithi187.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-09-17T12:34:03.362 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T12:34:03.363 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T12:34:03.470 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-09-17T12:34:03.481 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:34:03.481 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2024-09-17T12:34:03.481 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout:Install 4 Packages 2024-09-17T12:34:03.482 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:34:03.483 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 79 M 2024-09-17T12:34:03.483 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 126 M 2024-09-17T12:34:03.483 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-09-17T12:34:03.701 INFO:teuthology.orchestra.run.smithi017.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 211 kB/s | 36 kB 00:00 2024-09-17T12:34:03.983 INFO:teuthology.orchestra.run.smithi187.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-17T12:34:04.242 INFO:teuthology.orchestra.run.smithi187.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 18 MB/s | 29 MB 00:01 2024-09-17T12:34:04.242 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:34:04.242 INFO:teuthology.orchestra.run.smithi187.stdout:Total 44 MB/s | 79 MB 00:01 2024-09-17T12:34:04.629 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T12:34:04.630 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T12:34:04.723 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T12:34:04.733 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:34:04.734 INFO:teuthology.orchestra.run.smithi077.stdout:Install 4 Packages 2024-09-17T12:34:04.735 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:34:04.735 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 79 M 2024-09-17T12:34:04.735 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 126 M 2024-09-17T12:34:04.735 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T12:34:04.927 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T12:34:05.082 INFO:teuthology.orchestra.run.smithi077.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 119 kB/s | 36 kB 00:00 2024-09-17T12:34:05.273 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T12:34:05.273 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T12:34:05.550 INFO:teuthology.orchestra.run.smithi017.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 15 MB/s | 29 MB 00:01 2024-09-17T12:34:05.716 INFO:teuthology.orchestra.run.smithi017.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 7.2 MB/s | 16 MB 00:02 2024-09-17T12:34:05.777 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 6.1 MB/s | 16 MB 00:02 2024-09-17T12:34:06.255 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T12:34:06.255 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T12:34:06.333 INFO:teuthology.orchestra.run.smithi017.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 12 MB/s | 35 MB 00:02 2024-09-17T12:34:06.333 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:34:06.334 INFO:teuthology.orchestra.run.smithi017.stdout:Total 28 MB/s | 79 MB 00:02 2024-09-17T12:34:07.043 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-09-17T12:34:07.218 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 8.6 MB/s | 35 MB 00:04 2024-09-17T12:34:07.441 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-09-17T12:34:07.441 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-09-17T12:34:08.010 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 6.1 MB/s | 29 MB 00:04 2024-09-17T12:34:08.011 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:34:08.011 INFO:teuthology.orchestra.run.smithi116.stdout:Total 16 MB/s | 79 MB 00:04 2024-09-17T12:34:08.469 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-09-17T12:34:08.469 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-09-17T12:34:08.670 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T12:34:08.692 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-09-17T12:34:09.026 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-09-17T12:34:09.026 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-09-17T12:34:09.308 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:34:09.392 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:09.989 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-09-17T12:34:09.989 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-09-17T12:34:11.044 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-09-17T12:34:11.689 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:34:11.785 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:12.118 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:12.260 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:12.421 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-09-17T12:34:13.063 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:34:13.152 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:14.526 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:14.653 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:15.903 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:16.031 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:17.072 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:17.110 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:19.783 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:19.828 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:20.557 INFO:teuthology.orchestra.run.smithi077.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-09-17T12:34:20.856 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:20.906 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:21.975 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:24.973 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:25.732 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:37.064 INFO:teuthology.orchestra.run.smithi077.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 915 kB/s | 29 MB 00:31 2024-09-17T12:34:47.089 INFO:teuthology.orchestra.run.smithi077.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 836 kB/s | 35 MB 00:42 2024-09-17T12:34:47.089 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:34:47.089 INFO:teuthology.orchestra.run.smithi077.stdout:Total 1.9 MB/s | 79 MB 00:42 2024-09-17T12:34:47.764 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T12:34:48.119 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T12:34:48.119 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T12:34:49.074 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T12:34:49.074 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T12:34:51.506 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T12:34:52.123 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:34:52.206 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:54.937 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:34:55.061 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:59.834 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:59.873 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:34:59.914 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:34:59.953 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:00.269 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:00.269 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:35:00.269 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:35:00.269 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:35:01.120 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:01.120 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:35:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:35:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T12:35:01.468 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:01.568 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.568 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:01.568 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-17T12:35:01.568 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T12:35:01.569 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T12:35:01.569 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-17T12:35:01.569 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T12:35:01.569 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:01.628 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:01.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:01.629 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-09-17T12:35:01.661 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.06 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 82.el9 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Group : Unspecified 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 8274670 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T12:35:01.662 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : builder@centos.org 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:35:01.663 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T12:35:01.664 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T12:35:01.664 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 5.14.0-508.el9.x86_64 2024-09-17T12:35:01.664 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T12:35:02.359 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-09-17T12:35:03.705 INFO:teuthology.orchestra.run.smithi187.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T12:35:03.744 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-09-17T12:35:03.746 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-09-17T12:35:03.761 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.Jz5U9gdaF2 2024-09-17T12:35:03.761 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Jz5U9gdaF2 2024-09-17T12:35:03.828 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.Jz5U9gdaF2 2024-09-17T12:35:03.861 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:03.900 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:03.971 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.Jz5U9gdaF2 is 6KB 2024-09-17T12:35:04.018 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.Jz5U9gdaF2 2024-09-17T12:35:04.033 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T12:35:04.095 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T12:35:04.095 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T12:35:04.095 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T12:35:04.095 INFO:teuthology.orchestra.run.smithi187.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T12:35:04.097 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T12:35:04.172 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:04.197 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:04.197 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:35:04.198 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:35:04.198 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:35:04.214 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:04.254 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-09-17T12:35:04.573 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:04.573 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:35:04.573 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:35:04.574 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:35:04.819 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:05.053 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:05.053 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:35:05.053 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:35:05.054 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.393 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.394 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:35:05.394 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-09-17T12:35:05.417 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:05.505 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.505 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.505 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-17T12:35:05.505 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T12:35:05.505 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T12:35:05.506 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T12:35:05.506 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T12:35:05.506 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:05.565 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.565 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.565 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.06 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 82.el9 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Group : Unspecified 2024-09-17T12:35:05.601 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 8274670 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : builder@centos.org 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T12:35:05.602 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T12:35:05.603 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2024-09-17T12:35:05.603 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:35:05.603 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T12:35:05.603 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T12:35:05.604 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.604 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T12:35:05.727 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:05.813 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.813 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.813 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-17T12:35:05.813 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T12:35:05.813 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T12:35:05.813 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T12:35:05.813 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi017.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T12:35:05.813 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:05.871 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:05.872 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.873 DEBUG:teuthology.orchestra.run.smithi017:> sudo rpm -qi grub2-tools 2024-09-17T12:35:05.911 INFO:teuthology.orchestra.run.smithi017.stdout:Name : grub2-tools 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Epoch : 1 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Version : 2.06 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Release : 82.el9 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: x86_64 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Group : Unspecified 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Size : 8274670 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:License : GPLv3+ 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T12:35:05.912 INFO:teuthology.orchestra.run.smithi017.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:Packager : builder@centos.org 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:Vendor : CentOS 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:Summary : Support tools for GRUB. 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:Description : 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:hardware devices. 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:35:05.913 INFO:teuthology.orchestra.run.smithi017.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T12:35:05.914 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T12:35:05.914 INFO:teuthology.task.kernel:Updating grub on smithi017 to boot 5.14.0-508.el9.x86_64 2024-09-17T12:35:05.914 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T12:35:06.261 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-09-17T12:35:06.607 INFO:teuthology.orchestra.run.smithi017.stderr:Generating grub configuration file ... 2024-09-17T12:35:07.666 INFO:teuthology.orchestra.run.smithi116.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T12:35:07.698 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-09-17T12:35:07.700 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-09-17T12:35:07.715 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.APufAew1at 2024-09-17T12:35:07.716 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.APufAew1at 2024-09-17T12:35:07.786 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.APufAew1at 2024-09-17T12:35:07.899 INFO:teuthology.orchestra.run.smithi017.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T12:35:07.928 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.APufAew1at is 6KB 2024-09-17T12:35:07.930 INFO:teuthology.orchestra.run.smithi017.stderr:done 2024-09-17T12:35:07.942 DEBUG:teuthology.orchestra.run.smithi017:> mktemp 2024-09-17T12:35:07.957 INFO:teuthology.orchestra.run.smithi017.stdout:/tmp/tmp.mo4godIH1n 2024-09-17T12:35:07.958 DEBUG:teuthology.orchestra.run.smithi017:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mo4godIH1n 2024-09-17T12:35:07.975 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.APufAew1at 2024-09-17T12:35:07.990 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T12:35:08.027 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0666 /tmp/tmp.mo4godIH1n 2024-09-17T12:35:08.052 INFO:teuthology.orchestra.run.smithi116.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T12:35:08.052 INFO:teuthology.orchestra.run.smithi116.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T12:35:08.052 INFO:teuthology.orchestra.run.smithi116.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T12:35:08.052 INFO:teuthology.orchestra.run.smithi116.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T12:35:08.053 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T12:35:08.176 DEBUG:teuthology.orchestra.remote:smithi017:/tmp/tmp.mo4godIH1n is 6KB 2024-09-17T12:35:08.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-09-17T12:35:08.226 DEBUG:teuthology.orchestra.run.smithi017:> rm -fr /tmp/tmp.mo4godIH1n 2024-09-17T12:35:08.242 DEBUG:teuthology.orchestra.run.smithi017:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T12:35:08.304 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T12:35:08.304 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T12:35:08.304 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T12:35:08.304 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T12:35:08.305 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T12:35:08.462 DEBUG:teuthology.orchestra.run.smithi017:> sudo shutdown -r now 2024-09-17T12:35:34.257 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-17T12:35:34.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T12:35:34.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:35:38.219 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T12:35:38.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-09-17T12:35:38.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:35:38.465 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T12:35:38.465 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:35:38.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:35:42.655 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:42.694 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:43.034 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:43.034 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T12:35:43.034 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T12:35:43.035 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:43.881 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T12:35:43.882 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T12:35:43.882 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:35:43.882 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T12:35:44.228 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:44.304 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:44.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:44.304 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-17T12:35:44.304 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T12:35:44.304 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T12:35:44.304 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T12:35:44.305 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi077.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T12:35:44.305 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T12:35:44.364 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T12:35:44.365 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T12:35:44.365 DEBUG:teuthology.orchestra.run.smithi077:> sudo rpm -qi grub2-tools 2024-09-17T12:35:44.396 INFO:teuthology.orchestra.run.smithi077.stdout:Name : grub2-tools 2024-09-17T12:35:44.396 INFO:teuthology.orchestra.run.smithi077.stdout:Epoch : 1 2024-09-17T12:35:44.396 INFO:teuthology.orchestra.run.smithi077.stdout:Version : 2.06 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Release : 82.el9 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Architecture: x86_64 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Group : Unspecified 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Size : 8274670 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:License : GPLv3+ 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Packager : builder@centos.org 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Vendor : CentOS 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Summary : Support tools for GRUB. 2024-09-17T12:35:44.397 INFO:teuthology.orchestra.run.smithi077.stdout:Description : 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout:hardware devices. 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:35:44.398 INFO:teuthology.orchestra.run.smithi077.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T12:35:44.399 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T12:35:44.399 INFO:teuthology.task.kernel:Updating grub on smithi077 to boot 5.14.0-508.el9.x86_64 2024-09-17T12:35:44.399 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T12:35:45.081 INFO:teuthology.orchestra.run.smithi077.stderr:Generating grub configuration file ... 2024-09-17T12:35:46.452 INFO:teuthology.orchestra.run.smithi077.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T12:35:46.469 INFO:teuthology.orchestra.run.smithi077.stderr:done 2024-09-17T12:35:46.472 DEBUG:teuthology.orchestra.run.smithi077:> mktemp 2024-09-17T12:35:46.487 INFO:teuthology.orchestra.run.smithi077.stdout:/tmp/tmp.q9Aipx3MKA 2024-09-17T12:35:46.487 DEBUG:teuthology.orchestra.run.smithi077:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.q9Aipx3MKA 2024-09-17T12:35:46.554 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0666 /tmp/tmp.q9Aipx3MKA 2024-09-17T12:35:46.702 DEBUG:teuthology.orchestra.remote:smithi077:/tmp/tmp.q9Aipx3MKA is 6KB 2024-09-17T12:35:46.751 DEBUG:teuthology.orchestra.run.smithi077:> rm -fr /tmp/tmp.q9Aipx3MKA 2024-09-17T12:35:46.766 DEBUG:teuthology.orchestra.run.smithi077:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T12:35:46.830 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T12:35:46.830 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T12:35:46.830 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T12:35:46.831 INFO:teuthology.orchestra.run.smithi077.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T12:35:46.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T12:35:46.995 DEBUG:teuthology.orchestra.run.smithi077:> sudo shutdown -r now 2024-09-17T12:36:12.993 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2024-09-17T12:36:17.001 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T12:36:17.001 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:36:17.002 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:36:21.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:36:21.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:36:34.273 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T12:36:38.225 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T12:36:40.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2024-09-17T12:36:43.277 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T12:36:43.277 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:36:43.670 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-09-17T12:36:44.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T12:36:44.089 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.14.0-508.el9.x86_64"... 2024-09-17T12:36:44.090 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-09-17T12:36:44.106 INFO:teuthology.orchestra.run.smithi187.stdout:5.14.0-508.el9.x86_64 2024-09-17T12:36:44.107 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-17T12:36:44.107 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T12:36:44.107 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T12:36:45.107 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-17T12:36:45.108 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T12:36:45.218 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-09-17T12:36:45.265 DEBUG:teuthology.parallel:result is None 2024-09-17T12:36:47.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-09-17T12:36:47.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:36:47.810 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-09-17T12:36:48.215 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-09-17T12:36:48.215 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T12:36:48.216 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-09-17T12:36:48.230 INFO:teuthology.orchestra.run.smithi116.stdout:5.14.0-508.el9.x86_64 2024-09-17T12:36:48.230 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-17T12:36:48.231 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T12:36:48.231 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T12:36:49.232 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T12:36:49.232 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T12:36:49.330 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-09-17T12:36:49.362 DEBUG:teuthology.parallel:result is None 2024-09-17T12:36:51.645 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T12:36:52.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:36:52.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:36:52.816 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-09-17T12:36:53.224 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:36:53.224 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T12:36:53.225 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-09-17T12:36:53.240 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-508.el9.x86_64 2024-09-17T12:36:53.241 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-17T12:36:53.241 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T12:36:53.241 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T12:36:54.242 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T12:36:54.242 DEBUG:teuthology.orchestra.run.smithi017:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T12:36:54.323 INFO:teuthology.orchestra.run.smithi017.stdout:ttyS1 2024-09-17T12:36:54.349 DEBUG:teuthology.parallel:result is None 2024-09-17T12:37:00.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:37:00.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:37:19.041 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.77 2024-09-17T12:37:31.042 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:37:31.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:37:31.497 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T12:37:31.855 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:37:31.855 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T12:37:31.855 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-09-17T12:37:31.869 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-508.el9.x86_64 2024-09-17T12:37:31.870 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-17T12:37:31.870 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T12:37:31.870 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T12:37:32.871 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T12:37:32.871 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T12:37:32.959 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-09-17T12:37:32.982 DEBUG:teuthology.parallel:result is None 2024-09-17T12:37:32.982 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T12:37:32.989 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T12:37:32.992 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T12:37:32.996 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T12:37:32.998 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T12:37:33.001 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T12:37:33.023 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T12:37:33.028 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T12:37:33.063 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T12:37:33.063 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T12:37:33.066 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T12:37:33.068 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T12:37:33.070 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T12:37:33.154 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T12:37:33.160 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T12:37:33.160 DEBUG:teuthology.orchestra.run.smithi017:> 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-17T12:37:33.163 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T12:37:33.165 DEBUG:teuthology.orchestra.run.smithi116:> 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-17T12:37:33.167 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T12:37:33.187 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.197 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.199 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.205 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.207 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.211 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.217 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.219 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T12:37:33.221 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T12:37:33.228 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T12:37:33.228 DEBUG:teuthology.orchestra.run.smithi017:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T12:37:33.231 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T12:37:33.239 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T12:37:33.255 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T12:37:33.289 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T12:37:33.298 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T12:37:33.298 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T12:37:33.301 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T12:37:33.303 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T12:37:33.323 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T12:37:33.346 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:33.398 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:33.451 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:33.541 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:33.580 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:37:33.580 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T12:37:33.647 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:33.690 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:33.735 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:33.813 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:33.851 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:37:33.851 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T12:37:33.912 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:33.959 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:34.021 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:34.065 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:34.108 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:37:34.109 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T12:37:34.175 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:34.221 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T12:37:34.582 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:34.627 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T12:37:34.672 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-09-17T12:37:34.672 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T12:37:34.740 DEBUG:teuthology.orchestra.run.smithi017:> sudo service rsyslog restart 2024-09-17T12:37:34.742 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-09-17T12:37:34.748 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-09-17T12:37:34.750 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-09-17T12:37:34.799 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:37:34.800 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:37:34.826 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:37:34.845 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:37:35.091 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T12:37:35.099 INFO:teuthology.task.internal:Starting timer... 2024-09-17T12:37:35.099 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T12:37:35.141 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T12:37:35.174 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-17T12:37:35.175 DEBUG:teuthology.orchestra.run.smithi017:> sudo service auditd rotate 2024-09-17T12:37:35.239 INFO:teuthology.orchestra.run.smithi017.stdout:Rotating logs: 2024-09-17T12:37:35.241 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-09-17T12:37:35.353 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-09-17T12:37:35.358 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-09-17T12:37:35.434 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-09-17T12:37:35.435 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-09-17T12:37:35.488 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-09-17T12:37:35.490 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T12:37:35.491 DEBUG:teuthology.orchestra.run.smithi017:> /usr/sbin/getenforce 2024-09-17T12:37:35.517 INFO:teuthology.orchestra.run.smithi017.stdout:Permissive 2024-09-17T12:37:35.517 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-09-17T12:37:35.562 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-09-17T12:37:35.563 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-09-17T12:37:35.592 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-09-17T12:37:35.593 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-09-17T12:37:35.618 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-09-17T12:37:35.618 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi017.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-09-17T12:37:35.618 DEBUG:teuthology.orchestra.run.smithi017:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:37:35.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:37:35.650 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:37:35.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:37:35.690 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:37:35.719 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:37:35.720 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:37:35.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:37:35.748 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T12:37:35.748 DEBUG:teuthology.orchestra.run.smithi017:> sudo /usr/sbin/setenforce permissive 2024-09-17T12:37:35.792 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-09-17T12:37:35.826 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-09-17T12:37:35.863 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-09-17T12:37:35.896 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T12:37:35.907 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T12:37:35.920 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-17T12:37:35.921 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi017.front.sepia.ceph.com,smithi077.front.sepia.ceph.com,smithi116.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T12:41:25.891 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi017.front.sepia.ceph.com'), Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-09-17T12:41:25.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:41:25.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:41:25.973 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-09-17T12:41:26.058 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-17T12:41:26.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:41:26.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:41:26.133 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-09-17T12:41:26.217 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-09-17T12:41:26.218 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-09-17T12:41:26.219 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:41:26.295 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-09-17T12:41:26.380 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-09-17T12:41:26.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T12:41:26.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T12:41:26.461 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-09-17T12:41:26.545 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-09-17T12:41:26.547 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T12:41:26.557 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T12:41:26.557 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T12:41:26.557 DEBUG:teuthology.orchestra.run.smithi017:> 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-17T12:41:26.560 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T12:41:26.560 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:41:26.562 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T12:41:26.563 DEBUG:teuthology.orchestra.run.smithi116:> 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-17T12:41:26.565 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T12:41:26.565 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:41:26.593 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T12:41:26.593 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T12:41:26.594 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T12:41:26.608 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T12:41:26.610 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T12:41:26.610 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T12:41:26.617 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T12:41:26.632 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T12:41:26.633 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-09-17T12:41:26.637 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-09-17T12:41:26.637 INFO:teuthology.orchestra.run.smithi017.stderr:sudo: ntpd: command not found 2024-09-17T12:41:26.644 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-09-17T12:41:26.648 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-09-17T12:41:26.650 INFO:teuthology.orchestra.run.smithi017.stdout:506 Cannot talk to daemon 2024-09-17T12:41:26.657 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-09-17T12:41:26.658 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T12:41:26.663 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T12:41:26.665 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T12:41:26.669 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-09-17T12:41:26.672 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T12:41:26.677 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T12:41:26.680 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T12:41:26.684 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T12:41:26.698 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T12:41:26.726 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.729 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.735 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:41:26.738 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:41:26.738 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:41:26.739 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T12:41:26.739 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.739 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.739 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.739 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.741 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:41:26.742 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-09-17T12:41:26.742 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.742 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.742 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.742 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.765 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.769 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:41:26.770 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T12:41:26.779 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T12:41:26.780 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:41:26.780 DEBUG:teuthology.orchestra.run.smithi017:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T12:41:26.780 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:41:26.780 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T12:41:26.781 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-09-17T12:41:26.781 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T12:41:26.781 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:41:26.781 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T12:41:27.131 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T12:41:27.132 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:Removing: 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:Removing unused dependencies: 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout:Remove 2 Packages 2024-09-17T12:41:27.141 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:27.142 INFO:teuthology.orchestra.run.smithi116.stdout:Freed space: 5.5 M 2024-09-17T12:41:27.142 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-09-17T12:41:27.144 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:27.144 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-09-17T12:41:27.144 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Removing: 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Removing unused dependencies: 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Remove 2 Packages 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Freed space: 5.5 M 2024-09-17T12:41:27.145 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T12:41:27.146 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-09-17T12:41:27.146 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-09-17T12:41:27.149 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T12:41:27.149 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T12:41:27.152 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-09-17T12:41:27.160 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T12:41:27.167 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:27.167 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2024-09-17T12:41:27.167 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:27.167 INFO:teuthology.orchestra.run.smithi017.stdout:Removing: 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:Removing unused dependencies: 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:Remove 2 Packages 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:Freed space: 5.5 M 2024-09-17T12:41:27.168 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-09-17T12:41:27.172 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-09-17T12:41:27.172 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-09-17T12:41:27.176 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:27.176 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-09-17T12:41:27.176 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:27.176 INFO:teuthology.orchestra.run.smithi187.stdout:Removing: 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:Removing unused dependencies: 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:Remove 2 Packages 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:Freed space: 5.5 M 2024-09-17T12:41:27.177 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T12:41:27.182 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T12:41:27.182 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T12:41:27.198 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-09-17T12:41:27.199 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-09-17T12:41:27.210 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T12:41:27.211 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T12:41:27.238 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T12:41:27.238 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T12:41:27.241 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-09-17T12:41:27.242 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-09-17T12:41:27.325 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-09-17T12:41:27.353 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T12:41:27.386 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T12:41:27.386 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-09-17T12:41:27.392 INFO:teuthology.orchestra.run.smithi116.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T12:41:27.434 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T12:41:27.460 INFO:teuthology.orchestra.run.smithi116.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.468 INFO:teuthology.orchestra.run.smithi017.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T12:41:27.478 INFO:teuthology.orchestra.run.smithi187.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T12:41:27.498 INFO:teuthology.orchestra.run.smithi077.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.526 INFO:teuthology.orchestra.run.smithi017.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.538 INFO:teuthology.orchestra.run.smithi187.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.977 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.977 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T12:41:27.993 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.993 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T12:41:27.996 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:27.996 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T12:41:28.104 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T12:41:28.104 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T12:41:28.220 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T12:41:28.220 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:28.220 INFO:teuthology.orchestra.run.smithi017.stdout:Removed: 2024-09-17T12:41:28.220 INFO:teuthology.orchestra.run.smithi017.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:28.221 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:28.221 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-09-17T12:41:28.237 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T12:41:28.237 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:28.237 INFO:teuthology.orchestra.run.smithi116.stdout:Removed: 2024-09-17T12:41:28.237 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:28.237 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:28.238 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout:Removed: 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:28.257 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout:Removed: 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:28.374 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T12:41:29.057 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:00:49 ago on Tue 17 Sep 2024 12:40:39 PM UTC. 2024-09-17T12:41:29.064 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:53 ago on Tue 17 Sep 2024 12:40:35 PM UTC. 2024-09-17T12:41:29.068 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 12:40:36 PM UTC. 2024-09-17T12:41:29.196 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-09-17T12:41:29.196 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T12:41:29.197 INFO:teuthology.orchestra.run.smithi017.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout:Install 7 Packages 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi077.stdout: Package Arch Version Repository Size 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-09-17T12:41:29.198 INFO:teuthology.orchestra.run.smithi077.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout:Installing dependencies: 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout:Install 7 Packages 2024-09-17T12:41:29.199 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:29.202 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:53 ago on Tue 17 Sep 2024 12:40:36 PM UTC. 2024-09-17T12:41:29.208 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T12:41:29.209 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout:Install 7 Packages 2024-09-17T12:41:29.210 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 5.2 M 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 19 M 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 5.2 M 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 19 M 2024-09-17T12:41:29.211 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-09-17T12:41:29.227 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 5.2 M 2024-09-17T12:41:29.227 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 19 M 2024-09-17T12:41:29.227 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-09-17T12:41:29.338 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-09-17T12:41:29.339 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:29.339 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-09-17T12:41:29.339 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:29.339 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout:Install 7 Packages 2024-09-17T12:41:29.340 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:29.349 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 5.2 M 2024-09-17T12:41:29.349 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 19 M 2024-09-17T12:41:29.349 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-09-17T12:41:29.395 INFO:teuthology.orchestra.run.smithi017.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 389 kB/s | 44 kB 00:00 2024-09-17T12:41:29.420 INFO:teuthology.orchestra.run.smithi077.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 315 kB/s | 44 kB 00:00 2024-09-17T12:41:29.420 INFO:teuthology.orchestra.run.smithi017.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 759 kB/s | 106 kB 00:00 2024-09-17T12:41:29.445 INFO:teuthology.orchestra.run.smithi077.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 637 kB/s | 106 kB 00:00 2024-09-17T12:41:29.471 INFO:teuthology.orchestra.run.smithi017.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 950 kB/s | 72 kB 00:00 2024-09-17T12:41:29.495 INFO:teuthology.orchestra.run.smithi077.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T12:41:29.496 INFO:teuthology.orchestra.run.smithi017.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-17T12:41:29.521 INFO:teuthology.orchestra.run.smithi077.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 713 kB/s | 72 kB 00:00 2024-09-17T12:41:29.524 INFO:teuthology.orchestra.run.smithi116.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 325 kB/s | 44 kB 00:00 2024-09-17T12:41:29.530 INFO:teuthology.orchestra.run.smithi017.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.6 MB/s | 906 kB 00:00 2024-09-17T12:41:29.550 INFO:teuthology.orchestra.run.smithi116.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 655 kB/s | 106 kB 00:00 2024-09-17T12:41:29.554 INFO:teuthology.orchestra.run.smithi077.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.2 MB/s | 906 kB 00:00 2024-09-17T12:41:29.600 INFO:teuthology.orchestra.run.smithi116.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T12:41:29.638 INFO:teuthology.orchestra.run.smithi017.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-17T12:41:29.663 INFO:teuthology.orchestra.run.smithi077.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-17T12:41:29.667 INFO:teuthology.orchestra.run.smithi116.stdout:(4/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.2 MB/s | 906 kB 00:00 2024-09-17T12:41:29.692 INFO:teuthology.orchestra.run.smithi116.stdout:(5/7): python3-configshell-1.1.30-1.el9.noarch. 428 kB/s | 72 kB 00:00 2024-09-17T12:41:29.776 INFO:teuthology.orchestra.run.smithi116.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.7 MB/s | 837 kB 00:00 2024-09-17T12:41:29.847 INFO:teuthology.orchestra.run.smithi017.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 9.0 MB/s | 3.2 MB 00:00 2024-09-17T12:41:29.847 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:41:29.847 INFO:teuthology.orchestra.run.smithi017.stdout:Total 8.1 MB/s | 5.2 MB 00:00 2024-09-17T12:41:29.958 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-09-17T12:41:29.974 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-09-17T12:41:29.974 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-09-17T12:41:30.128 INFO:teuthology.orchestra.run.smithi187.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 72 kB/s | 44 kB 00:00 2024-09-17T12:41:30.187 INFO:teuthology.orchestra.run.smithi187.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 156 kB/s | 106 kB 00:00 2024-09-17T12:41:30.268 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-09-17T12:41:30.269 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-09-17T12:41:30.395 INFO:teuthology.orchestra.run.smithi187.stdout:(3/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.0 MB/s | 906 kB 00:00 2024-09-17T12:41:30.563 INFO:teuthology.orchestra.run.smithi077.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.0 MB/s | 3.2 MB 00:01 2024-09-17T12:41:30.563 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:41:30.564 INFO:teuthology.orchestra.run.smithi077.stdout:Total 3.8 MB/s | 5.2 MB 00:01 2024-09-17T12:41:30.681 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-09-17T12:41:30.696 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-09-17T12:41:30.696 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-09-17T12:41:30.746 INFO:teuthology.orchestra.run.smithi187.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 116 kB/s | 72 kB 00:00 2024-09-17T12:41:30.769 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-09-17T12:41:30.826 INFO:teuthology.orchestra.run.smithi116.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.7 MB/s | 3.2 MB 00:01 2024-09-17T12:41:30.826 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:41:30.827 INFO:teuthology.orchestra.run.smithi116.stdout:Total 3.2 MB/s | 5.2 MB 00:01 2024-09-17T12:41:30.829 INFO:teuthology.orchestra.run.smithi187.stdout:(5/7): python3-kmod-0.9-32.el9.x86_64.rpm 131 kB/s | 84 kB 00:00 2024-09-17T12:41:30.851 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T12:41:30.884 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T12:41:30.913 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T12:41:30.941 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-09-17T12:41:30.956 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-09-17T12:41:30.956 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-09-17T12:41:31.009 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-09-17T12:41:31.010 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-09-17T12:41:31.136 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T12:41:31.169 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:31.269 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-09-17T12:41:31.270 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-09-17T12:41:31.288 INFO:teuthology.orchestra.run.smithi187.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 939 kB/s | 837 kB 00:00 2024-09-17T12:41:31.486 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-09-17T12:41:31.576 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T12:41:31.619 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T12:41:31.648 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T12:41:31.648 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:31.691 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:31.755 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-09-17T12:41:31.809 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:31.845 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T12:41:31.855 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T12:41:31.879 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:31.883 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T12:41:31.886 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:31.917 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T12:41:32.127 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T12:41:32.156 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:32.320 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:32.357 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:32.462 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:32.527 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:32.595 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:32.625 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:32.742 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:32.805 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T12:41:32.876 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T12:41:33.232 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:33.232 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:33.232 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:41:33.233 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-09-17T12:41:33.500 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T12:41:33.501 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T12:41:33.529 INFO:teuthology.orchestra.run.smithi187.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 1.1 MB/s | 3.2 MB 00:02 2024-09-17T12:41:33.529 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:41:33.530 INFO:teuthology.orchestra.run.smithi187.stdout:Total 1.2 MB/s | 5.2 MB 00:04 2024-09-17T12:41:33.630 DEBUG:teuthology.parallel:result is None 2024-09-17T12:41:33.645 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-09-17T12:41:33.660 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-09-17T12:41:33.660 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T12:41:33.823 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T12:41:33.876 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:33.876 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:33.876 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-09-17T12:41:33.876 INFO:teuthology.orchestra.run.smithi077.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:33.877 INFO:teuthology.orchestra.run.smithi077.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T12:41:33.877 INFO:teuthology.orchestra.run.smithi077.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T12:41:33.877 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T12:41:33.877 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:41:33.877 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-09-17T12:41:33.939 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-09-17T12:41:33.940 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T12:41:34.201 INFO:teuthology.orchestra.run.smithi116.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T12:41:34.202 INFO:teuthology.orchestra.run.smithi116.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T12:41:34.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:41:34.202 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-09-17T12:41:34.244 DEBUG:teuthology.parallel:result is None 2024-09-17T12:41:34.422 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-09-17T12:41:34.514 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-17T12:41:34.549 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-17T12:41:34.578 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-17T12:41:34.587 DEBUG:teuthology.parallel:result is None 2024-09-17T12:41:34.782 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-17T12:41:34.818 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:35.264 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-17T12:41:35.289 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:35.408 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-17T12:41:35.476 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:36.528 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:36.528 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-17T12:41:36.528 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-17T12:41:36.528 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-17T12:41:36.528 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-17T12:41:36.529 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-17T12:41:36.529 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-17T12:41:36.885 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-17T12:41:36.885 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:36.886 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-09-17T12:41:37.296 DEBUG:teuthology.parallel:result is None 2024-09-17T12:41:37.297 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-09-17T12:41:37.399 INFO:tasks.cephadm:Testing if podman is available 2024-09-17T12:41:37.400 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman --help 2024-09-17T12:41:38.461 INFO:teuthology.orchestra.run.smithi187.stdout:Manage pods, containers and images 2024-09-17T12:41:38.461 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout:Usage: 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: podman [options] [command] 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout:Available Commands: 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: attach Attach to a running container 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: auto-update Auto update containers according to their auto-update policy 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: build Build an image using instructions from Containerfiles 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: commit Create new image based on the changed container 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: container Manage containers 2024-09-17T12:41:38.462 INFO:teuthology.orchestra.run.smithi187.stdout: cp Copy files/folders between a container and the local filesystem 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: create Create but do not start a container 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: diff Display the changes to the object's file system 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: events Show podman system events 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: exec Run a process in a running container 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: export Export container's filesystem contents as a tar archive 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: farm Farm out builds to remote machines 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: generate Generate structured data based on containers, pods or volumes 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: healthcheck Manage health checks on containers 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: help Help about any command 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: history Show history of a specified image 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: image Manage images 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: images List images in local storage 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: import Import a tarball to create a filesystem image 2024-09-17T12:41:38.463 INFO:teuthology.orchestra.run.smithi187.stdout: info Display podman system information 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: init Initialize one or more containers 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: inspect Display the configuration of object denoted by ID 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: kill Kill one or more running containers with a specific signal 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: kube Play containers, pods or volumes from a structured file 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: load Load image(s) from a tar archive 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: login Log in to a container registry 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: logout Log out of a container registry 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: logs Fetch the logs of one or more containers 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: machine Manage a virtual machine 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: manifest Manipulate manifest lists and image indexes 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: mount Mount a working container's root filesystem 2024-09-17T12:41:38.464 INFO:teuthology.orchestra.run.smithi187.stdout: network Manage networks 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: pause Pause all the processes in one or more containers 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: pod Manage pods 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: port List port mappings or a specific mapping for the container 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: ps List containers 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: pull Pull an image from a registry 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: push Push an image to a specified destination 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: rename Rename an existing container 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: restart Restart one or more containers 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: rm Remove one or more containers 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: rmi Remove one or more images from local storage 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: run Run a command in a new container 2024-09-17T12:41:38.465 INFO:teuthology.orchestra.run.smithi187.stdout: save Save image(s) to an archive 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: search Search registry for image 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: secret Manage secrets 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: start Start one or more containers 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: stats Display a live stream of container resource usage statistics 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: stop Stop one or more containers 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: system Manage podman 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: tag Add an additional name to a local image 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: top Display the running processes of a container 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: unmount Unmount working container's root filesystem 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: unpause Unpause the processes in one or more containers 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: unshare Run a command in a modified user namespace 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: untag Remove a name from a local image 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: update Update an existing container 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: version Display the Podman version information 2024-09-17T12:41:38.466 INFO:teuthology.orchestra.run.smithi187.stdout: volume Manage volumes 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: wait Block on one or more containers 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout:Options: 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --config string Location of authentication config file 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --conmon string Path of the conmon binary 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: -c, --connection string Connection to use for remote Podman service (CONTAINER_CONNECTION) 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --help Help for podman 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --hooks-dir stringArray Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-09-17T12:41:38.467 INFO:teuthology.orchestra.run.smithi187.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --module stringArray Load the containers.conf(5) module 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --network-cmd-path string Path to the command for configuring the network 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --network-config-dir string Path of the configuration directory for networks 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --out string Send output (stdout) from podman to a file 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: -r, --remote Access remote Podman service 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --ssh string define the ssh mode (default "golang") 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-09-17T12:41:38.468 INFO:teuthology.orchestra.run.smithi187.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: (default "/run/libpod") 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: --transient-store Enable transient container storage 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: -v, --version version for podman 2024-09-17T12:41:38.469 INFO:teuthology.orchestra.run.smithi187.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-09-17T12:41:38.470 DEBUG:teuthology.orchestra.run.smithi187:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-09-17T12:41:39.354 INFO:teuthology.orchestra.run.smithi187.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-09-17T12:41:39.911 INFO:teuthology.orchestra.run.smithi187.stderr:Getting image source signatures 2024-09-17T12:41:39.915 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:86329370b6879c742c8254d3258b86705e5a47e798f11d3c4dc0aa14035e5e2e 2024-09-17T12:41:39.915 INFO:teuthology.orchestra.run.smithi187.stderr:Copying blob sha256:76987b461ffc0ff8bed850e7b18ca13b69c44bd251cbf48eb231baee1feb1eeb 2024-09-17T12:41:43.745 INFO:teuthology.orchestra.run.smithi187.stderr:Copying config sha256:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T12:41:43.887 INFO:teuthology.orchestra.run.smithi187.stderr:Writing manifest to image destination 2024-09-17T12:41:44.105 INFO:teuthology.orchestra.run.smithi187.stdout:da3d234fa131beac681012535612b75f9f32141c2d5ec2a81b29182f0d326d6d 2024-09-17T12:41:44.111 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T12:41:44.121 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-17T12:41:44.121 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T12:41:44.122 INFO:tasks.cephadm:Cluster fsid is 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:41:44.122 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T12:41:44.122 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.17', 'mon.b': '172.21.15.77', 'mon.c': '172.21.15.116'} 2024-09-17T12:41:44.122 INFO:tasks.cephadm:First mon is mon.a on smithi017 2024-09-17T12:41:44.122 INFO:tasks.cephadm:First mgr is x 2024-09-17T12:41:44.123 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T12:41:44.123 DEBUG:teuthology.orchestra.run.smithi017:> sudo hostname $(hostname -s) 2024-09-17T12:41:44.155 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-09-17T12:41:44.187 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-09-17T12:41:44.219 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-09-17T12:41:44.247 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T12:41:44.247 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-17T12:41:44.390 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-17T12:41:44.531 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-17T12:41:44.533 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm 2024-09-17T12:41:44.533 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-17T12:41:44.533 DEBUG:teuthology.orchestra.run.smithi017:> 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-17T12:41:44.896 INFO:teuthology.orchestra.run.smithi017.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 12:41 /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:44.896 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:45.287 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 12:41 /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:45.287 DEBUG:teuthology.orchestra.run.smithi116:> 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-17T12:41:45.691 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 12:41 /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:45.692 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/7498493279982dfe87f00616198a5967475f6169/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.072 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-r--r--. 1 ubuntu ubuntu 804299 Sep 17 12:41 /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.073 DEBUG:teuthology.orchestra.run.smithi017:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.092 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.112 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.132 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T12:41:46.175 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 on all hosts... 2024-09-17T12:41:46.176 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T12:41:46.178 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T12:41:46.180 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T12:41:46.183 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 pull 2024-09-17T12:41:46.393 INFO:teuthology.orchestra.run.smithi187.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:41:47.705 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:41:47.762 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:41:47.767 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:42:23.456 INFO:teuthology.orchestra.run.smithi187.stdout:{ 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout: "repo_digests": [ 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout: ] 2024-09-17T12:42:23.457 INFO:teuthology.orchestra.run.smithi187.stdout:} 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout: "repo_digests": [ 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout: ] 2024-09-17T12:42:25.806 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-17T12:42:37.908 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-09-17T12:42:37.908 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T12:42:37.909 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T12:42:37.909 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-09-17T12:42:37.909 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T12:42:37.909 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-09-17T12:42:37.909 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout: "ceph_version": "ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev)", 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout: "image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout: "repo_digests": [ 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb" 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout: ] 2024-09-17T12:42:40.458 INFO:teuthology.orchestra.run.smithi116.stdout:} 2024-09-17T12:42:40.487 DEBUG:teuthology.orchestra.run.smithi017:> sudo mkdir -p /etc/ceph 2024-09-17T12:42:40.520 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-09-17T12:42:40.551 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-09-17T12:42:40.581 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-09-17T12:42:40.614 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 777 /etc/ceph 2024-09-17T12:42:40.645 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-09-17T12:42:40.674 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-09-17T12:42:40.700 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-09-17T12:42:40.729 INFO:tasks.cephadm:Writing seed config... 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T12:42:40.730 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T12:42:40.731 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:42:40.731 DEBUG:teuthology.orchestra.run.smithi017:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T12:42:40.750 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 = 31fb1d44-74f2-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-17T12:42:40.750 DEBUG:teuthology.orchestra.run.smithi017:mon.a> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T12:42:40.793 DEBUG:teuthology.orchestra.run.smithi017:mgr.x> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x.service 2024-09-17T12:42:40.836 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T12:42:40.837 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 -v bootstrap --fsid 31fb1d44-74f2-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.17 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:42:41.052 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-09-17T12:42:41.053 INFO:teuthology.orchestra.run.smithi017.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169', '-v', 'bootstrap', '--fsid', '31fb1d44-74f2-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.17', '--skip-admin-label'] 2024-09-17T12:42:41.053 INFO:teuthology.orchestra.run.smithi017.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T12:42:41.053 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying podman|docker is present... 2024-09-17T12:42:41.077 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout 5.2.2 2024-09-17T12:42:41.077 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying lvm2 is present... 2024-09-17T12:42:41.077 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying time synchronization is in place... 2024-09-17T12:42:41.085 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T12:42:41.085 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T12:42:41.091 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T12:42:41.091 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:42:41.098 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-09-17T12:42:41.105 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-09-17T12:42:41.105 INFO:teuthology.orchestra.run.smithi017.stdout:Unit chronyd.service is enabled and running 2024-09-17T12:42:41.105 INFO:teuthology.orchestra.run.smithi017.stdout:Repeating the final host check... 2024-09-17T12:42:41.128 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout 5.2.2 2024-09-17T12:42:41.128 INFO:teuthology.orchestra.run.smithi017.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T12:42:41.128 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl is present 2024-09-17T12:42:41.129 INFO:teuthology.orchestra.run.smithi017.stdout:lvcreate is present 2024-09-17T12:42:41.135 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T12:42:41.135 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T12:42:41.141 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T12:42:41.142 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:42:41.148 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-09-17T12:42:41.155 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-09-17T12:42:41.155 INFO:teuthology.orchestra.run.smithi017.stdout:Unit chronyd.service is enabled and running 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Host looks OK 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Cluster fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Acquiring lock 140160434620112 on /run/cephadm/31fb1d44-74f2-11ef-bceb-c7b262605968.lock 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Lock 140160434620112 acquired on /run/cephadm/31fb1d44-74f2-11ef-bceb-c7b262605968.lock 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 3300 ... 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 6789 ... 2024-09-17T12:42:41.156 INFO:teuthology.orchestra.run.smithi017.stdout:Base mon IP(s) is [172.21.15.17:3300, 172.21.15.17:6789], mon addrv is [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-09-17T12:42:41.159 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.17 metric 100 2024-09-17T12:42:41.159 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.17 metric 100 2024-09-17T12:42:41.162 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T12:42:41.162 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T12:42:41.162 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe59:d992/64 scope link 2024-09-17T12:42:41.165 INFO:teuthology.orchestra.run.smithi017.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T12:42:41.166 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-09-17T12:42:41.166 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-09-17T12:42:41.166 INFO:teuthology.orchestra.run.smithi017.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T12:42:41.166 INFO:teuthology.orchestra.run.smithi017.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T12:42:41.167 INFO:teuthology.orchestra.run.smithi017.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:42:41.631 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stdout 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T12:42:41.631 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169... 2024-09-17T12:42:41.631 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T12:42:41.631 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying blob sha256:89cd78ca29aaec9efd0f7c5ff71447705f964d133563bccc90c7979c6d4b526f 2024-09-17T12:42:41.631 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T12:42:41.632 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Copying config sha256:6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 2024-09-17T12:42:41.632 INFO:teuthology.orchestra.run.smithi017.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T12:42:42.527 INFO:teuthology.orchestra.run.smithi017.stdout:ceph: stdout ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T12:42:42.527 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph version: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev) 2024-09-17T12:42:42.527 INFO:teuthology.orchestra.run.smithi017.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T12:42:43.592 INFO:teuthology.orchestra.run.smithi017.stdout:stat: stdout 167 167 2024-09-17T12:42:43.592 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial keys... 2024-09-17T12:42:44.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBDeelmGSs1NxAARSFgYboH/kBDt+9+PRu54Q== 2024-09-17T12:42:45.619 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBEeelmt/eZORAAi4lw6bDkECenNaUY7eUokg== 2024-09-17T12:42:46.542 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBFeelm4FPZOhAAJu+SHxZndBz8usbg08jrdg== 2024-09-17T12:42:46.543 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial monmap... 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:monmaptool for a [v2:172.21.15.17:3300,v1:172.21.15.17:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:setting min_mon_release = quincy 2024-09-17T12:42:47.531 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: set fsid to 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:47.532 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T12:42:47.532 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:42:47.532 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mon... 2024-09-17T12:42:52.863 INFO:teuthology.orchestra.run.smithi017.stdout:create mon.a on 2024-09-17T12:42:53.689 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T12:42:54.181 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target. 2024-09-17T12:42:54.181 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target. 2024-09-17T12:42:54.967 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a 2024-09-17T12:42:54.967 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T12:42:55.373 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target.wants/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@.service. 2024-09-17T12:42:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:55 smithi017 podman[24880]: 2024-09-17 12:42:55.514879549 +0000 UTC m=+0.016213999 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T12:42:56.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:56 smithi017 podman[24880]: 2024-09-17 12:42:56.59764552 +0000 UTC m=+1.098979961 container create c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:42:58.106 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T12:42:58.106 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-09-17T12:42:58.114 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T12:42:58.114 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:42:58.114 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-09-17T12:42:58.114 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T12:42:58.114 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon to start... 2024-09-17T12:42:58.115 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon... 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 podman[24880]: 2024-09-17 12:42:58.00625056 +0000 UTC m=+2.507585009 container init c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 podman[24880]: 2024-09-17 12:42:58.012879881 +0000 UTC m=+2.514214321 container start c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=main-7498493, org.label-schema.license=GPLv2) 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 ceph-mon[24929]: mkfs 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 ceph-mon[24929]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 bash[24880]: c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b 2024-09-17T12:42:58.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:58 smithi017 systemd[1]: Started Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: monmap epoch 1 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: last_changed 2024-09-17T12:42:46.908395+0000 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: min_mon_release 19 (squid) 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: election_strategy: 1 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: fsmap 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T12:42:59.397 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: mgrmap e1: no daemons active 2024-09-17T12:42:59.398 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:42:59 smithi017 ceph-mon[24929]: from='client.? 172.21.15.17:0/4131794134' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout id: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout services: 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.618746s) 2024-09-17T12:42:59.401 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout data: 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:mon is available 2024-09-17T12:42:59.402 INFO:teuthology.orchestra.run.smithi017.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T12:43:00.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:00 smithi017 ceph-mon[24929]: from='client.? 172.21.15.17:0/1084725339' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T12:43:00.194 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:00 smithi017 ceph-mon[24929]: from='client.? 172.21.15.17:0/1084725339' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T12:43:00.423 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T12:43:00.424 INFO:teuthology.orchestra.run.smithi017.stdout:Generating new minimal ceph.conf... 2024-09-17T12:43:01.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:01 smithi017 ceph-mon[24929]: from='client.? 172.21.15.17:0/854987666' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:43:01.912 INFO:teuthology.orchestra.run.smithi017.stdout:Restarting the monitor... 2024-09-17T12:43:02.190 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:01 smithi017 systemd[1]: Stopping Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:43:02.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a[24905]: 2024-09-17T12:43:02.186+0000 7f62d8b3a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:43:02.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a[24905]: 2024-09-17T12:43:02.186+0000 7f62d8b3a640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T12:43:02.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 podman[25248]: 2024-09-17 12:43:02.280620254 +0000 UTC m=+0.191197245 container died c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, RELEASE=main-7498493, 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.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-17T12:43:02.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 podman[25248]: 2024-09-17 12:43:02.685896736 +0000 UTC m=+0.596473719 container cleanup c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, RELEASE=main-7498493, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-17T12:43:02.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 bash[25248]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a 2024-09-17T12:43:03.258 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:02 smithi017 podman[25268]: 2024-09-17 12:43:02.87892006 +0000 UTC m=+0.595315217 container remove c171099ad686f1052186867d20786050956e2354f7156762b002a0360ddfe65b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=main-7498493, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-17T12:43:03.258 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:03 smithi017 systemd[1]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T12:43:03.258 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:03 smithi017 systemd[1]: Stopped Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:43:03.258 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:03 smithi017 systemd[1]: Starting Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:43:03.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:03 smithi017 podman[25365]: 2024-09-17 12:43:03.15954935 +0000 UTC m=+0.038097902 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T12:43:04.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:04 smithi017 podman[25365]: 2024-09-17 12:43:04.216398212 +0000 UTC m=+1.094946752 container create e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=main-7498493, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-17T12:43:05.089 INFO:teuthology.orchestra.run.smithi017.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T12:43:05.286 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:04 smithi017 podman[25365]: 2024-09-17 12:43:04.991063657 +0000 UTC m=+1.869612207 container init e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T12:43:05.286 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:04 smithi017 podman[25365]: 2024-09-17 12:43:04.996498409 +0000 UTC m=+1.875046956 container start e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, RELEASE=main-7498493, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: pidfile_write: ignore empty --pid-file 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: load: jerasure load: lrc 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: RocksDB version: 7.9.2 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Git sha 0 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: DB SUMMARY 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: DB Session ID: CKHF7FUV4SKJSZCW563Y 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: CURRENT file: CURRENT 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T12:43:05.287 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88272 ; 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.error_if_exists: 0 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.create_if_missing: 0 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.paranoid_checks: 1 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.env: 0x557366ab5120 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.info_log: 0x557369147700 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T12:43:05.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.statistics: (nil) 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.use_fsync: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_log_file_size: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_fallocate: 1 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.use_direct_reads: 0 2024-09-17T12:43:05.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.db_log_dir: 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.wal_dir: 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.write_buffer_manager: 0x55736914bb80 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T12:43:05.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.unordered_write: 0 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.row_cache: None 2024-09-17T12:43:05.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.wal_filter: None 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.two_write_queues: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.wal_compression: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.atomic_flush: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.log_readahead_size: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T12:43:05.293 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_background_jobs: 2 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_background_compactions: -1 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_subcompactions: 1 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T12:43:05.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_open_files: -1 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_background_flushes: -1 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Compression algorithms supported: 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kZSTD supported: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kXpressCompression supported: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kBZip2Compression supported: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kLZ4Compression supported: 1 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kZlibCompression supported: 1 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T12:43:05.295 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: kSnappyCompression supported: 1 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.merge_operator: 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_filter: None 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557369147320) 2024-09-17T12:43:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout: cache_index_and_filter_blocks: 1 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: pin_top_level_index_and_filter: 1 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_type: 0 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: data_block_index_type: 0 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_shortening: 1 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: checksum: 4 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: no_block_cache: 0 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache: 0x55736913b610 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_name: BinnedLRUCache 2024-09-17T12:43:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_options: 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: capacity : 536870912 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: num_shard_bits : 4 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: strict_capacity_limit : 0 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: high_pri_pool_ratio: 0.000 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_cache_compressed: (nil) 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: persistent_cache: (nil) 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_size: 4096 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_size_deviation: 10 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_restart_interval: 16 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: index_block_restart_interval: 1 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: metadata_block_size: 4096 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: partition_filters: 0 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: use_delta_encoding: 1 2024-09-17T12:43:05.298 INFO:journalctl@ceph.mon.a.smithi017.stdout: filter_policy: bloomfilter 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: whole_key_filtering: 1 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: verify_compression: 0 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: read_amp_bytes_per_bit: 0 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: format_version: 5 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: enable_index_compression: 1 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: block_align: 0 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: max_auto_readahead_size: 262144 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: prepopulate_block_cache: 0 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: initial_auto_readahead_size: 8192 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression: NoCompression 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T12:43:05.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.num_levels: 7 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T12:43:05.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T12:43:05.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T12:43:05.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T12:43:05.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.inplace_update_support: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.bloom_locality: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.max_successive_merges: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.ttl: 2592000 2024-09-17T12:43:05.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enable_blob_files: false 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.min_blob_size: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T12:43:05.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: 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-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8940f0ba-2c8f-4ae0-b62d-66d8cdb2feab 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726576985026721, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726576985027683, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85048, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83188, "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": 77437, "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": 1726576985, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8940f0ba-2c8f-4ae0-b62d-66d8cdb2feab", "db_session_id": "CKHF7FUV4SKJSZCW563Y", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726576985027804, "job": 1, "event": "recovery_finished"} 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: 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-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55736916ae00 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: DB pointer 0x55736926c000 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** DB Stats ** 2024-09-17T12:43:05.306 INFO:journalctl@ceph.mon.a.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: L0 2/0 84.92 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: Sum 2/0 84.92 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.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 131.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T12:43:05.307 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.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 131.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T12:43:05.308 INFO:journalctl@ceph.mon.a.smithi017.stdout: Cumulative compaction: 0.00 GB write, 23.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: Interval compaction: 0.00 GB write, 23.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: Block cache BinnedLRUCache@0x55736913b610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: starting mon.a rank 0 at public addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] at bind addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???) e1 preinit fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).mds e1 new map 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).mds e1 print_map 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: e1 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: btime 2024-09-17T12:42:58:055974+0000 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T12:43:05.309 INFO:journalctl@ceph.mon.a.smithi017.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-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout: legacy client fscid: -1 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout: 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout: No filesystems configured 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 bash[25365]: e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 systemd[1]: Started Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: monmap epoch 1 2024-09-17T12:43:05.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: last_changed 2024-09-17T12:42:46.908395+0000 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: min_mon_release 19 (squid) 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: election_strategy: 1 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: fsmap 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T12:43:05.311 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:05 smithi017 ceph-mon[25403]: mgrmap e1: no daemons active 2024-09-17T12:43:06.144 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T12:43:06.173 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:43:06.173 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mgr... 2024-09-17T12:43:06.173 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T12:43:06.174 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T12:43:06.465 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x 2024-09-17T12:43:06.465 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x.service: Unit ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x.service not loaded. 2024-09-17T12:43:06.619 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968.target.wants/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@.service. 2024-09-17T12:43:06.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:06 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2656479937' entity='client.admin' 2024-09-17T12:43:06.801 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:06 smithi017 systemd[1]: Starting Ceph mgr.x for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:43:07.111 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:06 smithi017 podman[25642]: 2024-09-17 12:43:06.849247362 +0000 UTC m=+0.112922988 container create 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-17T12:43:07.111 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:06 smithi017 podman[25642]: 2024-09-17 12:43:06.75238225 +0000 UTC m=+0.016057892 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 2024-09-17T12:43:07.111 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:07 smithi017 podman[25642]: 2024-09-17 12:43:07.043137205 +0000 UTC m=+0.306812835 container init 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T12:43:07.111 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:07 smithi017 podman[25642]: 2024-09-17 12:43:07.048055449 +0000 UTC m=+0.311731080 container start 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T12:43:07.111 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:07 smithi017 bash[25642]: 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb 2024-09-17T12:43:07.124 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T12:43:07.125 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-09-17T12:43:07.132 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T12:43:07.132 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:43:07.133 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-09-17T12:43:07.133 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T12:43:07.141 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T12:43:07.141 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-09-17T12:43:07.149 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T12:43:07.149 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:43:07.150 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-09-17T12:43:07.150 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T12:43:07.150 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr to start... 2024-09-17T12:43:07.150 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr... 2024-09-17T12:43:07.376 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:07 smithi017 systemd[1]: Started Ceph mgr.x for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:43:08.025 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1830228500' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "31fb1d44-74f2-11ef-bceb-c7b262605968", 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T12:43:08.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T12:43:08.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T12:43:08.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T12:42:58:055974+0000", 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T12:43:08.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T12:42:58.056753+0000", 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:08.346 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (1/15)... 2024-09-17T12:43:11.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:11 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2922225661' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T12:43:11.594 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:11.594 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "31fb1d44-74f2-11ef-bceb-c7b262605968", 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T12:43:11.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T12:43:11.596 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T12:43:11.597 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T12:43:11.600 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T12:42:58:055974+0000", 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T12:43:11.601 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T12:42:58.056753+0000", 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:11.602 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (2/15)... 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: Activating manager daemon x 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: mgrmap e2: x(active, starting, since 0.00348797s) 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:43:12.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: Manager daemon x is now available 2024-09-17T12:43:12.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:43:12.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' 2024-09-17T12:43:12.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:43:12.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' 2024-09-17T12:43:12.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:12 smithi017 ceph-mon[25403]: from='mgr.14100 172.21.15.17:0/287587319' entity='mgr.x' 2024-09-17T12:43:14.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:14 smithi017 ceph-mon[25403]: mgrmap e3: x(active, since 1.00784s) 2024-09-17T12:43:14.911 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:14.911 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:14.911 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "31fb1d44-74f2-11ef-bceb-c7b262605968", 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:14.912 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T12:43:14.913 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T12:42:58:055974+0000", 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T12:43:14.914 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T12:43:14.915 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T12:42:58.056753+0000", 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:14.916 INFO:teuthology.orchestra.run.smithi017.stdout:mgr is available 2024-09-17T12:43:15.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:15 smithi017 ceph-mon[25403]: mgrmap e4: x(active, since 2s) 2024-09-17T12:43:15.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:15 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2250307817' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-17T12:43:16.156 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T12:43:16.157 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-09-17T12:43:16.158 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T12:43:16.158 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T12:43:16.158 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T12:43:16.158 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling cephadm module... 2024-09-17T12:43:16.406 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:16 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1420478721' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-17T12:43:17.632 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:17 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1277181650' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-17T12:43:17.633 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setuser ceph since I am not root 2024-09-17T12:43:17.633 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setgroup ceph since I am not root 2024-09-17T12:43:18.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:18 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1277181650' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T12:43:18.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:18 smithi017 ceph-mon[25403]: mgrmap e5: x(active, since 5s) 2024-09-17T12:43:19.259 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:19.259 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T12:43:19.259 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T12:43:19.259 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T12:43:19.260 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T12:43:19.260 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:19.260 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-09-17T12:43:19.260 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 5... 2024-09-17T12:43:19.513 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:19 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4222370588' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T12:43:23.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: Active manager daemon x restarted 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: Activating manager daemon x 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: mgrmap e6: x(active, starting, since 0.00331407s) 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:43:23.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:22 smithi017 ceph-mon[25403]: Manager daemon x is now available 2024-09-17T12:43:24.081 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:24.082 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T12:43:24.082 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T12:43:24.082 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:24.082 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 5 is available 2024-09-17T12:43:24.082 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying orchestrator module is enabled... 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: mgrmap e7: x(active, since 1.0052s) 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: Found migration_current of "None". Setting to last migration. 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:43:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:24 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:43:25.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2952456424' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-17T12:43:25.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2952456424' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-17T12:43:25.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-mon[25403]: mgrmap e8: x(active, since 2s) 2024-09-17T12:43:25.854 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-17T12:43:25.854 INFO:teuthology.orchestra.run.smithi017.stdout:Setting orchestrator backend to cephadm... 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:43:25.851+0000 7fd27d3bc640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:12:43:25] ENGINE Error in HTTPServer.serve 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Traceback (most recent call last): 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._connections.run(self.expiration_interval) 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._run(expiration_interval) 2024-09-17T12:43:26.109 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s = self.context.wrap_socket( 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: return self.sslsocket_class._create( 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self.do_handshake() 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._sslobj.do_handshake() 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:43:26.110 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:25 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:25] ENGINE Bus STARTING 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:25] ENGINE Serving on http://172.21.15.17:8765 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:25] ENGINE Serving on https://172.21.15.17:7150 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:25] ENGINE Bus STARTED 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:25] ENGINE Error in HTTPServer.serve 2024-09-17T12:43:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout: Traceback (most recent call last): 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._run(expiration_interval) 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: s = self.context.wrap_socket( 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: return self.sslsocket_class._create( 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: self.do_handshake() 2024-09-17T12:43:26.802 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:43:26.803 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._sslobj.do_handshake() 2024-09-17T12:43:26.803 INFO:journalctl@ceph.mon.a.smithi017.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:43:26.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:26 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:27.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:27 smithi017 ceph-mon[25403]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:27.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:27 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:28.417 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T12:43:28.417 INFO:teuthology.orchestra.run.smithi017.stdout:Generating ssh key... 2024-09-17T12:43:28.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:28 smithi017 ceph-mon[25403]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:29.528 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Generating public/private rsa key pair. 2024-09-17T12:43:29.528 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Your identification has been saved in /tmp/tmpzmgj9w8f/key 2024-09-17T12:43:29.528 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Your public key has been saved in /tmp/tmpzmgj9w8f/key.pub 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: The key fingerprint is: 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: SHA256:Ws8UBk3D+AiQxCibypZ8cn2Q7RCJotPnij7Pmx6uqSc ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: The key's randomart image is: 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: +---[RSA 3072]----+ 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: | ++o. .=o | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |....oo. ..o. | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |.=. +. oo | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |= . .+ ..... | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |+..o. + S . | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |.* o.. = + | 2024-09-17T12:43:29.529 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |..+o o o | 2024-09-17T12:43:29.530 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |E.* o | 2024-09-17T12:43:29.530 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: |+*=B. | 2024-09-17T12:43:29.530 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:29 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: +----[SHA256]-----+ 2024-09-17T12:43:30.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:30 smithi017 ceph-mon[25403]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:30 smithi017 ceph-mon[25403]: Generating ssh key... 2024-09-17T12:43:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:30 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:30 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:30.980 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:43:30.980 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:43:30.980 INFO:teuthology.orchestra.run.smithi017.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T12:43:30.985 INFO:teuthology.orchestra.run.smithi017.stdout:Adding host smithi017... 2024-09-17T12:43:31.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:31 smithi017 ceph-mon[25403]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:32.618 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:32 smithi017 ceph-mon[25403]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi017", "addr": "172.21.15.17", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:33.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:33 smithi017 ceph-mon[25403]: Deploying cephadm binary to smithi017 2024-09-17T12:43:36.069 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Added host 'smithi017' with addr '172.21.15.17' 2024-09-17T12:43:36.069 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mon service... 2024-09-17T12:43:36.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:36 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:36.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:36 smithi017 ceph-mon[25403]: Added host smithi017 2024-09-17T12:43:36.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:36 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:37.701 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T12:43:37.701 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mgr service... 2024-09-17T12:43:38.260 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:38 smithi017 ceph-mon[25403]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:38.260 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:38 smithi017 ceph-mon[25403]: Saving service mon spec with placement count:5 2024-09-17T12:43:38.261 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:38 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:39.257 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T12:43:39.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:39 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:39.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:39 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:39.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:39 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:40.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:40 smithi017 ceph-mon[25403]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:40.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:40 smithi017 ceph-mon[25403]: Saving service mgr spec with placement count:2 2024-09-17T12:43:40.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:40 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3568633452' entity='client.admin' 2024-09-17T12:43:42.231 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling the dashboard module... 2024-09-17T12:43:42.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:41 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:42.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:41 smithi017 ceph-mon[25403]: from='mgr.14118 172.21.15.17:0/1152552976' entity='mgr.x' 2024-09-17T12:43:42.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:41 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4147885369' entity='client.admin' 2024-09-17T12:43:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:43 smithi017 ceph-mon[25403]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:43:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/593389092' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-17T12:43:43.801 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setuser ceph since I am not root 2024-09-17T12:43:43.801 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setgroup ceph since I am not root 2024-09-17T12:43:44.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:44 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/593389092' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T12:43:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:44 smithi017 ceph-mon[25403]: mgrmap e9: x(active, since 21s) 2024-09-17T12:43:45.721 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2288887440' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-17T12:43:45.724 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:45.724 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T12:43:45.724 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T12:43:45.724 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-17T12:43:45.725 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T12:43:45.725 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:45.725 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-09-17T12:43:45.725 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 9... 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: Active manager daemon x restarted 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: Activating manager daemon x 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: mgrmap e10: x(active, starting, since 0.00332571s) 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:43:49.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:43:49.302 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:48 smithi017 ceph-mon[25403]: Manager daemon x is now available 2024-09-17T12:43:50.285 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:43:50.285 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:43:50.285 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:43:50.285 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:49 smithi017 ceph-mon[25403]: mgrmap e11: x(active, since 1.00645s) 2024-09-17T12:43:50.597 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-09-17T12:43:50.598 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T12:43:50.598 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T12:43:50.598 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-09-17T12:43:50.598 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 9 is available 2024-09-17T12:43:50.598 INFO:teuthology.orchestra.run.smithi017.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-17T12:43:50.886 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:43:50.696+0000 7fa47ad0b640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:12:43:50] ENGINE Error in HTTPServer.serve 2024-09-17T12:43:50.886 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Traceback (most recent call last): 2024-09-17T12:43:50.886 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:43:50.886 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._connections.run(self.expiration_interval) 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._run(expiration_interval) 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s = self.context.wrap_socket( 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: return self.sslsocket_class._create( 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:43:50.887 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self.do_handshake() 2024-09-17T12:43:50.888 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:43:50.888 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._sslobj.do_handshake() 2024-09-17T12:43:50.888 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:43:50.888 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:43:51.181 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:50 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:50] ENGINE Bus STARTING 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:50] ENGINE Serving on https://172.21.15.17:7150 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:50] ENGINE Error in HTTPServer.serve 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: Traceback (most recent call last): 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._run(expiration_interval) 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:43:52.137 INFO:journalctl@ceph.mon.a.smithi017.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: s = self.context.wrap_socket( 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: return self.sslsocket_class._create( 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: self.do_handshake() 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._sslobj.do_handshake() 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:50] ENGINE Serving on http://172.21.15.17:8765 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: [17/Sep/2024:12:43:50] ENGINE Bus STARTED 2024-09-17T12:43:52.138 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: mgrmap e12: x(active, since 2s) 2024-09-17T12:43:52.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:43:52.139 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:51 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:43:52.930 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:52 smithi017 ceph-mon[25403]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:54.419 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFEDCCAvigAwIBAgIUaFoi4LGl1ZDxyQWdRXvWUIcOtRQwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNzEyNDM1M1oXDTM0\nMDkxODEyNDM1M1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjE3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA12yUIpipl9jr3Vf99pg0JzZbYSL1cuOi4lf1\nHvK2dKUxnfm9fvKULFUIJR3bKGwKHGHUbZmP3k+Wfn0r/lyZnQAhKQ3HXB0wqe7Y\nKDNm19QzdsHjvClyxTcMVnPWoELyChVTSTb4PhfYWavs1kivaksdADWvruZQJuLN\nHu5RF9WsTwH5nvixmT3JglRB6Pa2/Vb2FZ81YOvpADYt5UyDKXoC0FRTG7DXirho\nTfv264qeUVdx76k3JcMXn2FtT5nRvUNPoMaKlK9OYBtd/tP+R2NluASYkF3TecWa\nslWPdG6Ynl163V0nEc/GpCzmpDxUJ5HDy+XYumJO2zwz5jaGL0NhjUf7tt87ROkz\nzEXS3dL2OAQLtMhA8KWZk0Z0hSOgOipFxcErwQoBageVpIH8Id3wkirfQwouFzsu\n+7oXKzYFDXOmF+T55Km3rcEPMrpI3FuGQnUqCtPdio9/xUKrR07TPZrVC+kVnfSM\nTJPgfF5wEYWddDb48VuvoMp9x49rUrZyTcsu73pDfnNd7v53oVHSZaMzOFKLx6hr\nRQNf5cochggmpmwtAyM89C6CLIHSRIIaJg/lRWNRsg5IhIZlG8QgZz6PSim4NoZ8\nLCDoCwK4wzHhqBdOckGJ9zW2TotOVwHYd7dJ6r9KXUbAFc+NV5tl/vy1LDz0fqs2\nl7CPlz0CAwEAAaNUMFIwQgYDVR0RBDswOYIec21pdGhpMDE3LmZyb250LnNlcGlh\nLmNlcGguY29tghFkYXNoYm9hcmRfc2VydmVyc4cErBUPETAMBgNVHRMBAf8EAjAA\nMA0GCSqGSIb3DQEBCwUAA4ICAQAyVCy58XB9xrwo2rrb91OL7CdeORI+SZxyGnrH\n3SEZZH3sngHjwUML/mgFQKj2m8IBU+x8PpR2GUImZxJ6Jy1ggCd19zsc7CO2fIfh\nDnomZUBvTC1UinLfUZlGoiWCZkKXqXSMPgPO3QaAdT3sAuBYbPN1KFdNvEfRCSyI\nDtzqo1rQNHy9BafkMaWXD9vRUJInRTvwRiVewUCBJn0IZsKRjq93ClU8Asym/6Wx\n4+Kz6ZJxAUCJcwT4Dk2AiRHU6k1hkgWvugupY7v8xeatntd3f/YamYGfRh6mVjoG\nEUlLjMfgB6YtwYIAQ1aSnJbIQCFwaI3/RW+cyW8r6zhyfNGNWeY2J1mciRIBxvqS\n5z7vUoPxBjJ2UZWENb8uzXIwZhqmmyxNABoXS2wJ7SMlAFeyoJ9G1POgGgYztoMi\nTplVuG4HowX853b7C5xUO49Zf2d8CmHCrLTnNFM0C/79ZKMxS+/BMR7QBuzp5EY0\nCvzWIwOMkPXNhjfYU8dy1c/HdmH9GQ0XWYZ1D1uzNeN0s16GNrUu82rb0nSEU5n4\ntbZ3fMQ+BNpp9i4+LfPsceXeFnlu9HcEvF0tHS9bJG+imuNQL1q/lIojKVoQMEnh\nNaOqNvO/Gx3hRDmL8a1AN+/DRJzIFgGnunpdsGw0ah0wEVGMGaI9/jqr7ZFU3syY\naQPlIg==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA12yUIpipl9jr3Vf99pg0JzZbYSL1cuOi4lf1HvK2dKUxnfm9\nfvKULFUIJR3bKGwKHGHUbZmP3k+Wfn0r/lyZnQAhKQ3HXB0wqe7YKDNm19QzdsHj\nvClyxTcMVnPWoELyChVTSTb4PhfYWavs1kivaksdADWvruZQJuLNHu5RF9WsTwH5\nnvixmT3JglRB6Pa2/Vb2FZ81YOvpADYt5UyDKXoC0FRTG7DXirhoTfv264qeUVdx\n76k3JcMXn2FtT5nRvUNPoMaKlK9OYBtd/tP+R2NluASYkF3TecWaslWPdG6Ynl16\n3V0nEc/GpCzmpDxUJ5HDy+XYumJO2zwz5jaGL0NhjUf7tt87ROkzzEXS3dL2OAQL\ntMhA8KWZk0Z0hSOgOipFxcErwQoBageVpIH8Id3wkirfQwouFzsu+7oXKzYFDXOm\nF+T55Km3rcEPMrpI3FuGQnUqCtPdio9/xUKrR07TPZrVC+kVnfSMTJPgfF5wEYWd\ndDb48VuvoMp9x49rUrZyTcsu73pDfnNd7v53oVHSZaMzOFKLx6hrRQNf5cochggm\npmwtAyM89C6CLIHSRIIaJg/lRWNRsg5IhIZlG8QgZz6PSim4NoZ8LCDoCwK4wzHh\nqBdOckGJ9zW2TotOVwHYd7dJ6r9KXUbAFc+NV5tl/vy1LDz0fqs2l7CPlz0CAwEA\nAQKCAgAGvwqRf/4SC6pCNV3ctGaFcqVvWRTAfvRpEEQHtz/K6H4gdQFssZ8TBlbQ\nQnxl8uacKJkU81HdYaXP+NtWectv/5x5K7Dca+whYn+tcdCDQERG2wqRfW+8pp0s\ndvzRcr2oTYOp5O+zcDyYjk5pQ2HKqkTJ/8rOgN+613zWPpJJwbIbJU2nwXYaW1d+\niO2yAlrZ0Q39fDh3Fdw4SZOrxYf/vEm7zbjD5QAGNiNTrZxNdj83dk2woR6MCOTM\nQapSQOBstyP0V48byNba3hs0Bu9VzMnoVIqmLBQrkS6ausclaFRQn3DgvTWBDCBF\nW//QZooO7sWSgaev1Tssw9iVbvJsS2hx9ej30nJjGqB5cXi3x42jRqmR/AkdqTgu\n6nMYGqRsLs52QRREtW9X234ghubFDF7WsiNzkQU9TxiONUfmKa7wetEUkV5tPKoU\nHUzWkF3V5YE6xCOg2enZwaJyt11aZUn+b7Zincuw1YXwJ16KhWR7z72hTF62EIBz\nK1XKeAPa+Z9VTMeALzMuaqFnwkIbOZlQOcwq6PlAZTID1WQXdNA9UBqMTj1hiBhQ\n94CP3xgvMfB9d4Admert34HsaS8rxuDvqQsYDBYDEb77T+FikLbdA2MkdyAsVh2J\nr3SShujp8/wFX0mpha0m2VCc98vps31n+JzreedGqjJd1zoGdwKCAQEA/IpjBfDl\nSIh7X9ICmn/6rsKtJvOKKSixd1h0+pIRMvDyPcgtoVVwC1e+hWIG1zK+CqcOvupv\n1etKokenUsp+xRMgZ3NgsILR5Z7xY+sKmYugLe5DiT+sdvgbAdv0H9AjlLF9VBGJ\nikUNnGZDCiAe74A2cvtX2sdoc7KQ/wKP+wG2C4SVhIU8m/lsFdDnxr/B/bW7MHa8\n7EtsJrkI63vHEvROco9ZTRwkwxeLgTE4No9JrwDXpM7DCtkJrb7ZBn1qmsn4byh9\ngYeJ88wikMrztP9UjUKJhb6QEsXgPeQs6HQGrbj8G827LS/efYl9b7nkJB3Bbje1\nTXoljm/IbI7FxwKCAQEA2mAIBimFIyblVX7M7FgbdVFhG1j48o3hNtBc2LECi0fp\nJKC4V5papQW8s2cf21iXRNrf0skNEl/FcQKCPR4iUBoup6i8nL1Du8mS6thTu/zH\ned6YP6ANokoqmiZxzwN7xpcEybLQ9ZizN93hqOGrkAQMuOLVpf03j7VSi8r8+pu5\nGOwVQWDUVqqH2uj4kwLjt/LPcFRoOyCXcIxVMGcAbe0fh7zpXE7NfESGyAbJWn42\nj5lKfpk4z4r1FX55jh5hWsbDcuzfgs7q1C7sDBqS8somxOZiyRSdFNl18hA56E7U\nDVgDeIOBqFSH5l9cRaeuoZDth21XjKpYdokUBzhq2wKCAQBHCZpvOmMUsyeZPZbz\n5NocPLC+SzVq/IJnIt/M+DeUT8ikbmG/hyv8VNNH69omwKRKlNGGDKYm04fr/CHq\nHQHp58ZuszrYjAQFBl+6jowtwuPs55/hxKJ72LCoJjoWlNLdacvqUQCSf3gjrXRg\nLcbl8fffAiqlZQBRw0IcKZlcrw+JT+NLIrt42IF55Yi9FIW6G1urd0sPYOvsPJJw\nwyGtiEFk4kPpd+gzZLUeQz0fw9CjRKZkOrEMpR6e3BdqRu8s2XFju00KmZjJlnuG\npUBGgqhDEBtlHsSiMz0vy7aCMNkMFwP7wjRLsrJwN7OsMOsm6aPWoB8Eyz4zQehr\n+QFTAoIBAQCOu74C6RiQhVfYreybfmtUH0DtcxYk0/+kqERHjksvZm1I95QGDmm4\n+yr/yCPWZu1YoAcz6x2UKO0QlKcz84JSAQsFoxDFEiA3meVhgswYT3zCd2/kBmVi\n8j8uSnqQ6KH6h7Mlcq+KF6jslyZsEDTnCP6XygwDVqL+V3IA1UjNNQOi+oxaE0Q2\n8Xei6iuvS3A0R4y2yzTlkMPrWI5F+M0bDKZTPnL5VriQxOmjzGvHrj9TVMqQPO4Z\nGaZfyi8BaXIQt2IAuDrPcRekYJcAwk3SS7dTc5KWA9c4TXr+IQT4hq2rmx+JocsZ\nj0bUmPfiv1sxV10p65oR4zW3JJnmrkWJAoIBAAPDWWcLgBOrbtB9SF5XJN2IZf9V\n4wX2QeQDp/qNT5MNAZ87OEo+jnTd0gnyDrbXcq4eoyZPY8PG2YVxZ9S53DveVrvp\nbDdGjJP3HH3JL9pGv/FZbHk4AAmrtYQSdnN25ywkHTdcKqTwBs5wds5AndGeuLxH\nOkdFd184NcqgrWNsymqGf3McmEKvCEfw5IQhCJCfnLW/QgOXB91ljIpZ36Sx+u6N\nfe5eG5H1QpaBxuoZ9llB4lIT9b78yMyDiC2AxBayVOXRBr+8gu11/Vk+IrYhY/re\nR5tTpN0tWVw1/hEBFuJ79CmzO7OkhUJjqlgEAjLuEswf8hLkRGZgRt1FEcY=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-17T12:43:55.776 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-17T12:43:56.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:56 smithi017 ceph-mon[25403]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:56.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:43:57.115 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-17T12:43:57.115 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial admin user... 2024-09-17T12:43:57.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:57 smithi017 ceph-mon[25403]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:43:57.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:57 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:43:58.595 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$defvXNrcfvhLM8dVmtPNDuzWcW9DdCdG4kiacFuiN1VRs.SWB/vDW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726577038, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T12:43:58.595 INFO:teuthology.orchestra.run.smithi017.stdout:Fetching dashboard port number... 2024-09-17T12:43:59.202 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:59 smithi017 ceph-mon[25403]: 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-17T12:43:59.202 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:43:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:43:59.776 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T12:43:59.786 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T12:43:59.786 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout disabled 2024-09-17T12:43:59.794 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T12:43:59.794 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-09-17T12:43:59.794 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld.service is not enabled 2024-09-17T12:43:59.794 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph Dashboard is now available at: 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout: URL: https://smithi017.front.sepia.ceph.com:8443/ 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout: User: admin 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout: Password: qhhbj3h8pm 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:43:59.797 INFO:teuthology.orchestra.run.smithi017.stdout:Saving cluster configuration to /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config directory 2024-09-17T12:44:00.033 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:00 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1308554552' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-17T12:44:01.091 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.092 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: ceph telemetry on 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout:For more information see: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.093 INFO:teuthology.orchestra.run.smithi017.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T12:44:01.094 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:01.094 INFO:teuthology.orchestra.run.smithi017.stdout:Bootstrap complete. 2024-09-17T12:44:01.135 INFO:tasks.cephadm:Fetching config... 2024-09-17T12:44:01.135 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:01.136 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T12:44:01.154 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T12:44:01.154 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:01.154 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T12:44:01.210 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T12:44:01.210 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:01.210 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T12:44:01.276 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T12:44:01.276 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:01.276 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T12:44:01.332 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T12:44:01.332 DEBUG:teuthology.orchestra.run.smithi017:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T12:44:01.419 INFO:teuthology.orchestra.run.smithi017.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:01.442 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T12:44:01.534 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:01.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T12:44:01.606 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:01.619 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T12:44:01.714 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0qaqnOcRxaDl3Asx65l4EafdCr4bU/EKV7q3kYW7hXpHVlUHe3xVjhkWuBmB4o5tqCPW99r9GoC87z4s4UZhLH1IeEYW2IEc5x6zw8C0zKuolCI8CUMTD4kSQZlQClC6yc/QKn8dcTyMdsCeGPQBpu55y9hwHjhhbdiODa08W4dlGW4MX+RbGb8RRpNNdjBogD8Os71r4SboGUy2roHnQdYxghVIPK8uKfD8tIRzno4i+Q9SCVdXgHXp8aoJHra4T1KT+x2q+ZM3RlZLKYhKQuC7zs/2+CQcw/XTwwznjamKilXiAdajpV8BXEpPHErQJ5xk3KQuECbKo86kGfRXMClXOCWVLDCfSNu9g9xfGTrro2WEamThvqdt7cI3kNhySzKASyhjqO8kA/m/zRNdcy+w7FOOFTo7z/FJ42gbgvHnaNpQMwcqeo437RYSDCpyf94E1HcPeGceprDgn2nFaAl8+Pi1c96/63xBUOW/dICws4AEoeVKe06k5uTy1zRc= ceph-31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:01.728 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T12:44:01.752 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:01 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2311393352' entity='client.admin' 2024-09-17T12:44:01.990 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:02.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:02 smithi017 ceph-mon[25403]: mgrmap e13: x(active, since 12s) 2024-09-17T12:44:04.058 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T12:44:04.059 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T12:44:04.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:04 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3931906711' entity='client.admin' 2024-09-17T12:44:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"} : dispatch 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:05.880 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:05.881 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:05.881 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:05.881 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:05.881 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:05.881 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:05 smithi017 ceph-mon[25403]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:44:06.320 INFO:tasks.cephadm:Remote smithi187 excluded from cephadm cluster by role 2024-09-17T12:44:06.320 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi077 2024-09-17T12:44:06.321 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:44:06.321 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.conf 2024-09-17T12:44:06.341 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:44:06.341 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:06.399 INFO:tasks.cephadm:Adding host smithi077 to orchestrator... 2024-09-17T12:44:06.399 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch host add smithi077 2024-09-17T12:44:06.650 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:07.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:44:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:08.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:08 smithi017 ceph-mon[25403]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:09.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:09 smithi017 ceph-mon[25403]: Deploying cephadm binary to smithi077 2024-09-17T12:44:10.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:10 smithi017 ceph-mon[25403]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:11.053 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi077' with addr '172.21.15.77' 2024-09-17T12:44:11.776 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T12:44:12.031 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:12.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:12.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:12.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: Added host smithi077 2024-09-17T12:44:12.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:12.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:12.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:12.664 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:12.664 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}] 2024-09-17T12:44:13.279 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi116 2024-09-17T12:44:13.279 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:44:13.279 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.conf 2024-09-17T12:44:13.298 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:44:13.298 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:13.356 INFO:tasks.cephadm:Adding host smithi116 to orchestrator... 2024-09-17T12:44:13.356 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch host add smithi116 2024-09-17T12:44:13.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:13 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:13.611 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:14.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:14 smithi017 ceph-mon[25403]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:44:14.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:14 smithi017 ceph-mon[25403]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:15.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:15.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: Deploying cephadm binary to smithi116 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:18.172 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi116' with addr '172.21.15.116' 2024-09-17T12:44:18.485 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:18 smithi017 ceph-mon[25403]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:18.485 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:18 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:18.485 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:18 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:18.758 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T12:44:19.006 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:19.676 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:19.677 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}] 2024-09-17T12:44:19.677 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:19 smithi017 ceph-mon[25403]: Added host smithi116 2024-09-17T12:44:19.677 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:19 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:19.677 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:19 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:20.257 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T12:44:20.258 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T12:44:20.509 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:20.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:20 smithi017 ceph-mon[25403]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:20.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:21.497 INFO:teuthology.orchestra.run.smithi017.stderr:adjusted tunables profile to default 2024-09-17T12:44:21.789 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:21 smithi017 ceph-mon[25403]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:44:21.789 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:21 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2968853696' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T12:44:22.091 INFO:tasks.cephadm:Adding mon.a on smithi017 2024-09-17T12:44:22.092 INFO:tasks.cephadm:Adding mon.b on smithi077 2024-09-17T12:44:22.092 INFO:tasks.cephadm:Adding mon.c on smithi116 2024-09-17T12:44:22.092 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi017:172.21.15.17=a;smithi077:172.21.15.77=b;smithi116:172.21.15.116=c' 2024-09-17T12:44:22.341 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T12:44:22.406 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2968853696' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:22.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"} : dispatch 2024-09-17T12:44:22.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:22.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:23.079 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled mon update... 2024-09-17T12:44:23.665 DEBUG:teuthology.orchestra.run.smithi077:mon.b> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T12:44:23.668 DEBUG:teuthology.orchestra.run.smithi116:mon.c> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T12:44:23.670 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T12:44:23.670 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:23.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:23.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:23.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:23.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:23.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:23 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:24.460 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:24 smithi017 ceph-mon[25403]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:44:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:24 smithi017 ceph-mon[25403]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:24 smithi017 ceph-mon[25403]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi077:172.21.15.77=b;smithi116:172.21.15.116=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:24 smithi017 ceph-mon[25403]: Saving service mon spec with placement smithi017:172.21.15.17=a;smithi077:172.21.15.77=b;smithi116:172.21.15.116=c;count:3 2024-09-17T12:44:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:24 smithi017 ceph-mon[25403]: Deploying daemon mon.c on smithi116 2024-09-17T12:44:25.408 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:44:25.409 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","modified":"2024-09-17T12:42:46.908395Z","created":"2024-09-17T12:42:46.908395Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T12:44:25.409 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-09-17T12:44:25.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/1286753043' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:26.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:26 smithi017 ceph-mon[25403]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:26.953 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T12:44:26.954 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T12:44:27.239 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:44:28.123 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:44:28.123 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","modified":"2024-09-17T12:42:46.908395Z","created":"2024-09-17T12:42:46.908395Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T12:44:28.123 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-09-17T12:44:30.019 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T12:44:30.019 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T12:44:30.274 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:44:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:44:33.961 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":2,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","modified":"2024-09-17T12:44:28.488334Z","created":"2024-09-17T12:42:46.908395Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T12:44:33.961 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 2 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: mon.a calling monitor election 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: mon.c calling monitor election 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: monmap epoch 2 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: last_changed 2024-09-17T12:44:28.488334+0000 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: min_mon_release 19 (squid) 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: election_strategy: 1 2024-09-17T12:44:34.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: 1: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.c 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: fsmap 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: mgrmap e13: x(active, since 44s) 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: overall HEALTH_OK 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:34.053 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:34.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:34 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:35.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:34 smithi017 ceph-mon[25403]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:35.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:34 smithi017 ceph-mon[25403]: Deploying daemon mon.b on smithi077 2024-09-17T12:44:35.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:34 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2912859644' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:35.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:34 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:35.525 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T12:44:35.525 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T12:44:35.765 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:44:36.430 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:44:36.430 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":2,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","modified":"2024-09-17T12:44:28.488334Z","created":"2024-09-17T12:42:46.908395Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T12:44:36.430 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 2 2024-09-17T12:44:36.727 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:36 smithi116 ceph-mon[28515]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:36.727 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:36 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/1110528928' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:37.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:36 smithi017 ceph-mon[25403]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:36 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/1110528928' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:37.177 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 podman[28052]: 2024-09-17 12:44:37.069201616 +0000 UTC m=+0.126595428 container create 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T12:44:37.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 podman[28052]: 2024-09-17 12:44:37.254756189 +0000 UTC m=+0.312149965 container init 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD) 2024-09-17T12:44:37.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 podman[28052]: 2024-09-17 12:44:37.259493689 +0000 UTC m=+0.316887459 container start 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=main-7498493, CEPH_POINT_RELEASE=) 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: ceph version 19.3.0-4937-g74984932 (7498493279982dfe87f00616198a5967475f6169) squid (dev), process ceph-mon, pid 7 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pidfile_write: ignore empty --pid-file 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: load: jerasure load: lrc 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: RocksDB version: 7.9.2 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Git sha 0 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Compile date 2024-09-15 20:52:36 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: DB SUMMARY 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: DB Session ID: T6J15QFDU8CS8INMSI1I 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: CURRENT file: CURRENT 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-17T12:44:37.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.error_if_exists: 0 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.create_if_missing: 0 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.paranoid_checks: 1 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.env: 0x55ae4bd3a120 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.info_log: 0x55ae4d36d700 2024-09-17T12:44:37.541 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T12:44:37.543 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.statistics: (nil) 2024-09-17T12:44:37.543 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.use_fsync: 0 2024-09-17T12:44:37.543 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_log_file_size: 0 2024-09-17T12:44:37.543 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_fallocate: 1 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.use_direct_reads: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T12:44:37.544 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.db_log_dir: 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.wal_dir: 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.write_buffer_manager: 0x55ae4d371b80 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T12:44:37.545 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.unordered_write: 0 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.row_cache: None 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.wal_filter: None 2024-09-17T12:44:37.546 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.two_write_queues: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.wal_compression: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.atomic_flush: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.log_readahead_size: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T12:44:37.547 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_background_jobs: 2 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_background_compactions: -1 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_subcompactions: 1 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T12:44:37.548 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_open_files: -1 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_background_flushes: -1 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Compression algorithms supported: 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kZSTD supported: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kXpressCompression supported: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kBZip2Compression supported: 0 2024-09-17T12:44:37.549 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kLZ4Compression supported: 1 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kZlibCompression supported: 1 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: kSnappyCompression supported: 1 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.merge_operator: 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_filter: None 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T12:44:37.550 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ae4d36d320) 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: cache_index_and_filter_blocks: 1 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: pin_top_level_index_and_filter: 1 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_type: 0 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: data_block_index_type: 0 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_shortening: 1 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: checksum: 4 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: no_block_cache: 0 2024-09-17T12:44:37.551 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache: 0x55ae4d361610 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_name: BinnedLRUCache 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_options: 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: capacity : 536870912 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: num_shard_bits : 4 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: strict_capacity_limit : 0 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: high_pri_pool_ratio: 0.000 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_cache_compressed: (nil) 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: persistent_cache: (nil) 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_size: 4096 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_size_deviation: 10 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_restart_interval: 16 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: index_block_restart_interval: 1 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: metadata_block_size: 4096 2024-09-17T12:44:37.552 INFO:journalctl@ceph.mon.b.smithi077.stdout: partition_filters: 0 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: use_delta_encoding: 1 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: filter_policy: bloomfilter 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: whole_key_filtering: 1 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: verify_compression: 0 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: read_amp_bytes_per_bit: 0 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: format_version: 5 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: enable_index_compression: 1 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: block_align: 0 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: max_auto_readahead_size: 262144 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: prepopulate_block_cache: 0 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: initial_auto_readahead_size: 8192 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T12:44:37.553 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression: NoCompression 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.num_levels: 7 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T12:44:37.554 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T12:44:37.555 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T12:44:37.556 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T12:44:37.557 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.inplace_update_support: 0 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T12:44:37.558 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.bloom_locality: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.max_successive_merges: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.ttl: 2592000 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enable_blob_files: false 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.min_blob_size: 0 2024-09-17T12:44:37.559 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: 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-17T12:44:37.560 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cb066f9a-0960-46b8-bf29-f95e8756b019 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726577077286741, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726577077287152, "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": 1726577077, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cb066f9a-0960-46b8-bf29-f95e8756b019", "db_session_id": "T6J15QFDU8CS8INMSI1I", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726577077287252, "job": 1, "event": "recovery_finished"} 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: 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-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ae4d390e00 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: DB pointer 0x55ae4d492000 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** DB Stats ** 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T12:44:37.561 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T12:44:37.562 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** Compaction Stats [default] ** 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T12:44:37.563 INFO:journalctl@ceph.mon.b.smithi077.stdout: Cumulative compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: Interval compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: Block cache BinnedLRUCache@0x55ae4d361610#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-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.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-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: using public_addr v2:172.21.15.77:0/0 -> [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: starting mon.b rank -1 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(???) e0 preinit fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).mds e1 new map 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-17T12:44:37.564 INFO:journalctl@ceph.mon.b.smithi077.stdout: e1 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: btime 2024-09-17T12:42:58:055974+0000 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: legacy client fscid: -1 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout: No filesystems configured 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: 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-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T12:44:37.565 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Added host smithi077 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.568 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"} : dispatch 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:44:37.569 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Deploying cephadm binary to smithi116 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Added host smithi116 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.570 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2968853696' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2968853696' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"} : dispatch 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:44:37.571 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi077:172.21.15.77=b;smithi116:172.21.15.116=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:37.572 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Saving service mon spec with placement smithi017:172.21.15.17=a;smithi077:172.21.15.77=b;smithi116:172.21.15.116=c;count:3 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Deploying daemon mon.c on smithi116 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/1286753043' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.a calling monitor election 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.c calling monitor election 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.573 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: monmap epoch 2 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: last_changed 2024-09-17T12:44:28.488334+0000 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: min_mon_release 19 (squid) 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: election_strategy: 1 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: 1: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.c 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: fsmap 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mgrmap e13: x(active, since 44s) 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: overall HEALTH_OK 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.574 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: Deploying daemon mon.b on smithi077 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2912859644' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/1110528928' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 ceph-mon[28089]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 bash[28052]: 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc 2024-09-17T12:44:37.575 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:37 smithi077 systemd[1]: Started Ceph mon.b for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:44:37.970 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T12:44:37.970 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T12:44:38.230 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:44:42.594 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:44:42.594 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":3,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","modified":"2024-09-17T12:44:37.312430Z","created":"2024-09-17T12:42:46.908395Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T12:44:42.595 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 3 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: mon.a calling monitor election 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: mon.c calling monitor election 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: mon.b calling monitor election 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: monmap epoch 3 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: last_changed 2024-09-17T12:44:37.312430+0000 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: min_mon_release 19 (squid) 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: election_strategy: 1 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:44:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: 1: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.c 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: fsmap 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: mgrmap e13: x(active, since 53s) 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: overall HEALTH_OK 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.777 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:44:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: mon.a calling monitor election 2024-09-17T12:44:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: mon.c calling monitor election 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: mon.b calling monitor election 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: monmap epoch 3 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:42.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: last_changed 2024-09-17T12:44:37.312430+0000 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: min_mon_release 19 (squid) 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: election_strategy: 1 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: 1: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.c 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: fsmap 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: mgrmap e13: x(active, since 53s) 2024-09-17T12:44:42.791 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: overall HEALTH_OK 2024-09-17T12:44:42.792 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.792 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.792 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.792 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: mon.a calling monitor election 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: mon.c calling monitor election 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: mon.b calling monitor election 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: monmap epoch 3 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: last_changed 2024-09-17T12:44:37.312430+0000 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: created 2024-09-17T12:42:46.908395+0000 2024-09-17T12:44:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: min_mon_release 19 (squid) 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: election_strategy: 1 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: 1: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.c 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: 2: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.b 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: fsmap 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: mgrmap e13: x(active, since 53s) 2024-09-17T12:44:42.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: overall HEALTH_OK 2024-09-17T12:44:42.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:42.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:43.234 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T12:44:43.235 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T12:44:43.502 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:43.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:43.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/4083133617' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:43.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:43.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:43.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/4083133617' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:43.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/4083133617' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-17T12:44:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:44:44.103 INFO:teuthology.orchestra.run.smithi017.stdout:# minimal ceph.conf for 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:44.103 INFO:teuthology.orchestra.run.smithi017.stdout:[global] 2024-09-17T12:44:44.103 INFO:teuthology.orchestra.run.smithi017.stdout: fsid = 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:44:44.103 INFO:teuthology.orchestra.run.smithi017.stdout: mon_host = [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2024-09-17T12:44:44.713 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1538847815' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.714 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:44 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.743 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T12:44:44.744 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:44.744 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T12:44:44.772 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:44.772 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:44.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1538847815' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:44 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1538847815' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:44 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:44.838 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:44:44.838 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T12:44:44.865 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:44:44.865 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:44.931 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:44:44.932 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T12:44:44.961 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:44:44.961 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:44:45.026 INFO:tasks.cephadm:Adding mgr.x on smithi017 2024-09-17T12:44:45.026 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch apply mgr '1;smithi017=x' 2024-09-17T12:44:45.300 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:45.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:45 smithi077 ceph-mon[28089]: Reconfiguring daemon mon.a on smithi017 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.690 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:45.691 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:45 smithi116 ceph-mon[28515]: Reconfiguring daemon mon.a on smithi017 2024-09-17T12:44:45.785 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:44:45.785 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:44:45.785 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:44:45.785 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:45.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:45 smithi017 ceph-mon[25403]: Reconfiguring daemon mon.a on smithi017 2024-09-17T12:44:45.974 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled mgr update... 2024-09-17T12:44:46.503 DEBUG:tasks.cephadm:set 0 configs 2024-09-17T12:44:46.503 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T12:44:46.504 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:44:46.504 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T12:44:46.524 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-17T12:44:46.524 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_1 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:46.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:46 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 971 Links: 1 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-17 12:44:03.888164323 +0000 2024-09-17T12:44:46.585 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.586 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.586 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.586 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T12:44:46.655 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-17T12:44:46.655 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-17T12:44:46.655 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000124935 s, 4.1 MB/s 2024-09-17T12:44:46.656 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T12:44:46.715 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_2 2024-09-17T12:44:46.731 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:46.732 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:46 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:46.773 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-17 12:44:03.922163954 +0000 2024-09-17T12:44:46.774 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-17 12:41:31.764405611 +0000 2024-09-17T12:44:46.774 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-17 12:41:31.764405611 +0000 2024-09-17T12:44:46.774 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-17 12:41:31.764405611 +0000 2024-09-17T12:44:46.774 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:46 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:46.828 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-17T12:44:46.828 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-17T12:44:46.828 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000117151 s, 4.4 MB/s 2024-09-17T12:44:46.829 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T12:44:46.888 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_3 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-17 12:44:03.957163575 +0000 2024-09-17T12:44:46.946 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.947 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.947 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:46.947 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T12:44:47.013 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-17T12:44:47.013 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-17T12:44:47.013 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000125689 s, 4.1 MB/s 2024-09-17T12:44:47.014 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T12:44:47.072 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_4 2024-09-17T12:44:47.129 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T12:44:47.129 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:47.129 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 970 Links: 1 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-17 12:44:03.991163206 +0000 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:47.130 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-17 12:41:31.765406078 +0000 2024-09-17T12:44:47.130 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T12:44:47.195 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-17T12:44:47.195 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-17T12:44:47.195 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000115434 s, 4.4 MB/s 2024-09-17T12:44:47.196 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T12:44:47.253 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-09-17T12:44:47.253 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T12:44:47.269 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-17T12:44:47.270 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 12:44:36.763741553 +0000 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 12:41:32.426537870 +0000 2024-09-17T12:44:47.325 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 12:41:32.426537870 +0000 2024-09-17T12:44:47.326 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 12:41:32.426537870 +0000 2024-09-17T12:44:47.326 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T12:44:47.389 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T12:44:47.390 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T12:44:47.390 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000233727 s, 2.2 MB/s 2024-09-17T12:44:47.391 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T12:44:47.447 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 983 Links: 1 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 12:44:36.763741553 +0000 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.503 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.504 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T12:44:47.567 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T12:44:47.567 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T12:44:47.567 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000203261 s, 2.5 MB/s 2024-09-17T12:44:47.568 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T12:44:47.624 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-09-17T12:44:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: Reconfiguring mon.b (monmap changed)... 2024-09-17T12:44:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: Reconfiguring daemon mon.b on smithi077 2024-09-17T12:44:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi017=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:47.669 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: Saving service mgr spec with placement smithi017=x;count:1 2024-09-17T12:44:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:47.670 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:47 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 12:44:36.764741532 +0000 2024-09-17T12:44:47.679 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.680 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.680 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.680 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T12:44:47.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: Reconfiguring mon.b (monmap changed)... 2024-09-17T12:44:47.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: Reconfiguring daemon mon.b on smithi077 2024-09-17T12:44:47.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi017=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:47.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: Saving service mgr spec with placement smithi017=x;count:1 2024-09-17T12:44:47.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:47.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:47.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:47 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:47.742 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T12:44:47.743 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T12:44:47.743 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000201436 s, 2.5 MB/s 2024-09-17T12:44:47.744 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T12:44:47.800 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: Reconfiguring mon.b (monmap changed)... 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: Reconfiguring daemon mon.b on smithi077 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi017=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: Saving service mgr spec with placement smithi017=x;count:1 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-17T12:44:47.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-17T12:44:47.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:47 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:47.855 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T12:44:47.855 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:47.855 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-09-17 12:44:36.764741532 +0000 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.856 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-09-17 12:41:32.427537849 +0000 2024-09-17T12:44:47.856 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T12:44:47.918 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-09-17T12:44:47.918 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-09-17T12:44:47.918 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000200407 s, 2.6 MB/s 2024-09-17T12:44:47.919 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T12:44:47.975 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-09-17T12:44:47.975 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T12:44:47.992 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-17T12:44:47.992 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 949 Links: 1 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-09-17 12:44:27.596872668 +0000 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.047 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.048 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T12:44:48.112 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-09-17T12:44:48.112 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-09-17T12:44:48.112 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000190977 s, 2.7 MB/s 2024-09-17T12:44:48.114 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T12:44:48.171 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-09-17T12:44:48.226 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 959 Links: 1 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-09-17 12:44:27.596872668 +0000 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.227 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.227 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T12:44:48.290 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-09-17T12:44:48.290 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-09-17T12:44:48.290 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000267099 s, 1.9 MB/s 2024-09-17T12:44:48.291 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T12:44:48.347 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-09-17T12:44:48.402 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T12:44:48.402 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 956 Links: 1 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-09-17 12:44:27.597872652 +0000 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.403 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T12:44:48.467 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-09-17T12:44:48.467 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-09-17T12:44:48.467 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000193139 s, 2.7 MB/s 2024-09-17T12:44:48.469 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T12:44:48.526 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-09-17T12:44:48.581 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T12:44:48.581 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T12:44:48.581 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 957 Links: 1 2024-09-17T12:44:48.581 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T12:44:48.581 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T12:44:48.582 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-09-17 12:44:27.597872652 +0000 2024-09-17T12:44:48.582 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.582 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.582 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: 2024-09-17 12:41:32.697739601 +0000 2024-09-17T12:44:48.582 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T12:44:48.645 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-09-17T12:44:48.645 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-09-17T12:44:48.645 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000264761 s, 1.9 MB/s 2024-09-17T12:44:48.646 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T12:44:48.702 INFO:tasks.cephadm:Deploying osd.0 on smithi017 with /dev/vg_nvme/lv_4... 2024-09-17T12:44:48.703 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T12:44:48.724 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:48 smithi017 ceph-mon[25403]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:48.724 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:48 smithi017 ceph-mon[25403]: Reconfiguring mon.c (monmap changed)... 2024-09-17T12:44:48.724 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:48 smithi017 ceph-mon[25403]: Reconfiguring daemon mon.c on smithi116 2024-09-17T12:44:48.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:48 smithi116 ceph-mon[28515]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:48.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:48 smithi116 ceph-mon[28515]: Reconfiguring mon.c (monmap changed)... 2024-09-17T12:44:48.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:48 smithi116 ceph-mon[28515]: Reconfiguring daemon mon.c on smithi116 2024-09-17T12:44:48.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:48 smithi077 ceph-mon[28089]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:48.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:48 smithi077 ceph-mon[28089]: Reconfiguring mon.c (monmap changed)... 2024-09-17T12:44:48.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:48 smithi077 ceph-mon[28089]: Reconfiguring daemon mon.c on smithi116 2024-09-17T12:44:49.469 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:49.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:49 smithi116 ceph-mon[28515]: Reconfiguring daemon mgr.x on smithi017 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T12:44:49.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T12:44:49.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T12:44:49.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:49 smithi077 ceph-mon[28089]: Reconfiguring daemon mgr.x on smithi017 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: Reconfiguring mgr.x (unknown last config time)... 2024-09-17T12:44:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-17T12:44:49.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-17T12:44:49.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:49.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:49 smithi017 ceph-mon[25403]: Reconfiguring daemon mgr.x on smithi017 2024-09-17T12:44:50.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:50 smithi017 ceph-mon[25403]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:50.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:50 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:50.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:50 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:50.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:50 smithi116 ceph-mon[28515]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:50.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:50 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:50.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:50 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:50 smithi077 ceph-mon[28089]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:50 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:50 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:44:52.299 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:44:52.325 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_4 2024-09-17T12:44:52.622 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:44:52.742 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:52 smithi017 ceph-mon[25403]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:52.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:52 smithi116 ceph-mon[28515]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:52.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:52 smithi077 ceph-mon[28089]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:53.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:44:53.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:44:53.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:53.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:44:53.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:44:53.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:53.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:44:53.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:44:53.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:44:54.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:54 smithi017 ceph-mon[25403]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:54.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:54 smithi017 ceph-mon[25403]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:54.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:54 smithi116 ceph-mon[28515]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:54.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:54 smithi116 ceph-mon[28515]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:54.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:54 smithi077 ceph-mon[28089]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:54.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:54 smithi077 ceph-mon[28089]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:44:55.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:55 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"} : dispatch 2024-09-17T12:44:55.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:55 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"}]': finished 2024-09-17T12:44:55.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:55 smithi116 ceph-mon[28515]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T12:44:55.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:44:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:55 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"} : dispatch 2024-09-17T12:44:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:55 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"}]': finished 2024-09-17T12:44:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:55 smithi077 ceph-mon[28089]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T12:44:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:44:55.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:55 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"} : dispatch 2024-09-17T12:44:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:55 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/688206863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fdd4d71-f14a-4d48-9a12-549005fbfdd6"}]': finished 2024-09-17T12:44:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:55 smithi017 ceph-mon[25403]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T12:44:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:44:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:56 smithi077 ceph-mon[28089]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:56 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1255418500' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:44:56.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:56 smithi017 ceph-mon[25403]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:56.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:56 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1255418500' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:44:57.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:56 smithi116 ceph-mon[28515]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:57.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:56 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1255418500' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:44:58.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:44:58 smithi077 ceph-mon[28089]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:58.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:44:58 smithi017 ceph-mon[25403]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:44:59.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:44:58 smithi116 ceph-mon[28515]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:00.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:00 smithi077 ceph-mon[28089]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:00 smithi017 ceph-mon[25403]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:00 smithi116 ceph-mon[28515]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:02.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:02 smithi077 ceph-mon[28089]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:02.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T12:45:02.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:02 smithi017 ceph-mon[25403]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T12:45:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:02 smithi116 ceph-mon[28515]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-17T12:45:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:03.537 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:03 smithi017 ceph-mon[25403]: Deploying daemon osd.0 on smithi017 2024-09-17T12:45:03.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:03 smithi077 ceph-mon[28089]: Deploying daemon osd.0 on smithi017 2024-09-17T12:45:03.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:03 smithi116 ceph-mon[28515]: Deploying daemon osd.0 on smithi017 2024-09-17T12:45:04.651 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:04 smithi017 ceph-mon[25403]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:04.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:04 smithi116 ceph-mon[28515]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:04.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:04 smithi077 ceph-mon[28089]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:06.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:06 smithi017 ceph-mon[25403]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:07.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:06 smithi116 ceph-mon[28515]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:06 smithi077 ceph-mon[28089]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:08.608 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:08 smithi017 ceph-mon[25403]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:09.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:08 smithi116 ceph-mon[28515]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:09.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:08 smithi077 ceph-mon[28089]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:09.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:09.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:09.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:10.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:10.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:10 smithi017 ceph-mon[25403]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:11.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:10 smithi116 ceph-mon[28515]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:11.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:10 smithi077 ceph-mon[28089]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:12.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:12 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.653 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 0 on host 'smithi017' 2024-09-17T12:45:12.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:12.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:12.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:12.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:12 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:12 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.278 DEBUG:teuthology.orchestra.run.smithi017:osd.0> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T12:45:13.280 INFO:tasks.cephadm:Deploying osd.1 on smithi017 with /dev/vg_nvme/lv_3... 2024-09-17T12:45:13.280 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T12:45:13.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:13 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:13.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:13 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:13 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.528 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:45:13 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:45:13.521+0000 7fe3ea991640 -1 osd.0 0 log_to_monitors true 2024-09-17T12:45:13.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:13 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:13.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:13 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:13 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:13 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:13.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:13 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:13.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:13 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:14.051 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:45:14.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:14 smithi017 ceph-mon[25403]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:14.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:14 smithi017 ceph-mon[25403]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T12:45:14.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:14 smithi116 ceph-mon[28515]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:14.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:14 smithi116 ceph-mon[28515]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T12:45:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:14 smithi077 ceph-mon[28089]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:14 smithi077 ceph-mon[28089]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-17T12:45:15.699 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-mon[25403]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T12:45:15.699 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-mon[25403]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T12:45:15.699 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-mon[25403]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:15.699 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:15.700 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:45:15.431+0000 7fe3e6914640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T12:45:15.700 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:45:15 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:45:15.435+0000 7fe3e273b640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:45:15.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:15 smithi116 ceph-mon[28515]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T12:45:15.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:15 smithi116 ceph-mon[28515]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T12:45:15.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:15 smithi116 ceph-mon[28515]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:15.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:15 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:15.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:15 smithi077 ceph-mon[28089]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T12:45:15.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:15 smithi077 ceph-mon[28089]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T12:45:15.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:15 smithi077 ceph-mon[28089]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:15.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:15 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:16 smithi116 ceph-mon[28515]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:16 smithi116 ceph-mon[28515]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:16 smithi116 ceph-mon[28515]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T12:45:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:16 smithi077 ceph-mon[28089]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:16 smithi077 ceph-mon[28089]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:16 smithi077 ceph-mon[28089]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T12:45:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:16 smithi017 ceph-mon[25403]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:16 smithi017 ceph-mon[25403]: from='osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:16 smithi017 ceph-mon[25403]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T12:45:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118] boot 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:17.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:17.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:17.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.783 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:45:17.783 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118] boot 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:17.784 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: osd.0 [v2:172.21.15.17:6802/3800865118,v1:172.21.15.17:6803/3800865118] boot 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T12:45:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:18.046 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:45:18.073 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_3 2024-09-17T12:45:18.326 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:45:18.762 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:18 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi017 2024-09-17T12:45:18.762 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:18 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi017 to 17092M 2024-09-17T12:45:18.762 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:18 smithi017 ceph-mon[25403]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:18.762 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:18 smithi017 ceph-mon[25403]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T12:45:18.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:18 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi017 2024-09-17T12:45:18.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:18 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi017 to 17092M 2024-09-17T12:45:18.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:18 smithi116 ceph-mon[28515]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:18.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:18 smithi116 ceph-mon[28515]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T12:45:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:18 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi017 2024-09-17T12:45:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:18 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi017 to 17092M 2024-09-17T12:45:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:18 smithi077 ceph-mon[28089]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T12:45:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:18 smithi077 ceph-mon[28089]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T12:45:19.594 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:19 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:19.594 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:19 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:19.594 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:19 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:19.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:19 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:19.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:19 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:19.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:19 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:19 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:19 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:19 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:20.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:20 smithi017 ceph-mon[25403]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:20.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:20 smithi017 ceph-mon[25403]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:20.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:20 smithi116 ceph-mon[28515]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:20 smithi116 ceph-mon[28515]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:20 smithi077 ceph-mon[28089]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:20 smithi077 ceph-mon[28089]: from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:21.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:21 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"} : dispatch 2024-09-17T12:45:21.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:21 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"}]': finished 2024-09-17T12:45:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:21 smithi116 ceph-mon[28515]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T12:45:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:21 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:21 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"} : dispatch 2024-09-17T12:45:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:21 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"}]': finished 2024-09-17T12:45:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:21 smithi077 ceph-mon[28089]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T12:45:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:21 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:21 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"} : dispatch 2024-09-17T12:45:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:21 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3599564111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfd7f835-ef46-4882-aca5-88c0d6628f65"}]': finished 2024-09-17T12:45:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:21 smithi017 ceph-mon[25403]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T12:45:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:21 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:22.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:22 smithi116 ceph-mon[28515]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:22.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:22 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/483498314' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:22 smithi077 ceph-mon[28089]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:22 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/483498314' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:22.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:22 smithi017 ceph-mon[25403]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:22.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:22 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/483498314' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:24.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:24 smithi116 ceph-mon[28515]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:24.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:24 smithi077 ceph-mon[28089]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:24.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:24 smithi017 ceph-mon[25403]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:26.728 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:26 smithi017 ceph-mon[25403]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:26.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:26 smithi116 ceph-mon[28515]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:26 smithi077 ceph-mon[28089]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:28.604 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:28 smithi017 ceph-mon[25403]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:28.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:28 smithi116 ceph-mon[28515]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:28.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:28 smithi077 ceph-mon[28089]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:29.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:29 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T12:45:29.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:29 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:29.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:29 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T12:45:29.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:29 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:29.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:29 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-17T12:45:29.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:29 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:30 smithi017 ceph-mon[25403]: Deploying daemon osd.1 on smithi017 2024-09-17T12:45:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:30 smithi017 ceph-mon[25403]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:30.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:30 smithi116 ceph-mon[28515]: Deploying daemon osd.1 on smithi017 2024-09-17T12:45:30.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:30 smithi116 ceph-mon[28515]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:30 smithi077 ceph-mon[28089]: Deploying daemon osd.1 on smithi017 2024-09-17T12:45:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:30 smithi077 ceph-mon[28089]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:32.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:32 smithi116 ceph-mon[28515]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:32 smithi077 ceph-mon[28089]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:32.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:32 smithi017 ceph-mon[25403]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:34.574 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:34 smithi017 ceph-mon[25403]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:34.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:34 smithi116 ceph-mon[28515]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:34.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:34 smithi077 ceph-mon[28089]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:35.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:35 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:35 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:35 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:35.781 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:35 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:35.781 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:35 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:35.781 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:35 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:35 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:35 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:35 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:36.696 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:36 smithi017 ceph-mon[25403]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:36.757 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:36 smithi077 ceph-mon[28089]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:36.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:36 smithi116 ceph-mon[28515]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:38.625 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:38.626 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.626 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.626 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:38.626 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:38.626 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:38 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:38.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:38.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:38.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:38 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:38 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:38.886 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 1 on host 'smithi017' 2024-09-17T12:45:39.533 DEBUG:teuthology.orchestra.run.smithi017:osd.1> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T12:45:39.535 INFO:tasks.cephadm:Deploying osd.2 on smithi077 with /dev/vg_nvme/lv_4... 2024-09-17T12:45:39.535 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T12:45:39.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:39 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:39.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:39 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:39 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:39 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:39.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:39 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:39 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:39 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:39.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:39 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:39 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:39.807 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T12:45:40.301 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:45:39 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:45:39.973+0000 7f03ca9a3640 -1 osd.1 0 log_to_monitors true 2024-09-17T12:45:40.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:40 smithi116 ceph-mon[28515]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:40.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:40 smithi116 ceph-mon[28515]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T12:45:40.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:40 smithi077 ceph-mon[28089]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:40.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:40 smithi077 ceph-mon[28089]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T12:45:40.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:40 smithi017 ceph-mon[25403]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:40.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:40 smithi017 ceph-mon[25403]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-17T12:45:41.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T12:45:41.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T12:45:41.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:41.740 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:41.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T12:45:41.741 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:41 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.769 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T12:45:41.769 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T12:45:41.770 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:41.770 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.770 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:41.770 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T12:45:41.770 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T12:45:41.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T12:45:41.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]} : dispatch 2024-09-17T12:45:41.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-17T12:45:41.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T12:45:41.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:41 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:41.985 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:45:42.010 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_4 2024-09-17T12:45:42.050 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:45:41.771+0000 7f03c713a640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T12:45:42.051 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:45:41 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:45:41.774+0000 7f03be745640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:45:42.248 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.635 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.636 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.636 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:42.636 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:42.636 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.636 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:42.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350]' entity='osd.1' 2024-09-17T12:45:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:42.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi017 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi017 to 8546M 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350] boot 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:43.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:43 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:43.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:45:43.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi017 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi017 to 8546M 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350] boot 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:43.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:43 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi017 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi017 to 8546M 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: osd.1 [v2:172.21.15.17:6810/1803043350,v1:172.21.15.17:6811/1803043350] boot 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:45:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:45:43.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:43 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:44.643 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:44 smithi077 ceph-mon[28089]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:44.644 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:44 smithi077 ceph-mon[28089]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:44.644 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:44 smithi077 ceph-mon[28089]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T12:45:44.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:44 smithi116 ceph-mon[28515]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:44.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:44 smithi116 ceph-mon[28515]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:44.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:44 smithi116 ceph-mon[28515]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T12:45:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:44 smithi017 ceph-mon[25403]: pgmap v60: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T12:45:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:44 smithi017 ceph-mon[25403]: from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:45:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:44 smithi017 ceph-mon[25403]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T12:45:45.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:45 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/3236287953' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:45.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:45 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:45.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:45 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"}]': finished 2024-09-17T12:45:45.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:45 smithi077 ceph-mon[28089]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T12:45:45.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:45 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:45:45.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/3236287953' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:45 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:45 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"}]': finished 2024-09-17T12:45:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:45 smithi017 ceph-mon[25403]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T12:45:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:45 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:45:46.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:45 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/3236287953' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:46.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:45 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"} : dispatch 2024-09-17T12:45:46.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:45 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "003e9ef9-80ed-4331-b5cb-1ffa77d53bcf"}]': finished 2024-09-17T12:45:46.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:45 smithi116 ceph-mon[28515]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T12:45:46.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:45 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:45:46.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:46 smithi077 ceph-mon[28089]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:46.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:46 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/2181922744' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:46 smithi017 ceph-mon[25403]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:46.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:46 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/2181922744' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:47.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:46 smithi116 ceph-mon[28515]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:47.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:46 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/2181922744' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:45:48.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:48 smithi077 ceph-mon[28089]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:48.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:48 smithi017 ceph-mon[25403]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:49.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:48 smithi116 ceph-mon[28515]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:50.601 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:50 smithi077 ceph-mon[28089]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:50.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:50 smithi017 ceph-mon[25403]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:51.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:50 smithi116 ceph-mon[28515]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:52.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:52 smithi077 ceph-mon[28089]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:52.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:52 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T12:45:52.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:52 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:52.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:52 smithi017 ceph-mon[25403]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:52.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:52 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T12:45:52.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:52 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:53.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:52 smithi116 ceph-mon[28515]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:53.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:52 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-17T12:45:53.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:52 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:45:53.624 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:53 smithi077 ceph-mon[28089]: Deploying daemon osd.2 on smithi077 2024-09-17T12:45:53.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:53 smithi017 ceph-mon[25403]: Deploying daemon osd.2 on smithi077 2024-09-17T12:45:54.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:53 smithi116 ceph-mon[28515]: Deploying daemon osd.2 on smithi077 2024-09-17T12:45:54.704 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:54 smithi077 ceph-mon[28089]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:54.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:54 smithi017 ceph-mon[25403]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:55.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:54 smithi116 ceph-mon[28515]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:56.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:56 smithi017 ceph-mon[25403]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:57.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:56 smithi116 ceph-mon[28515]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:57.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:56 smithi077 ceph-mon[28089]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:58 smithi017 ceph-mon[25403]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:45:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:58.864 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:58 smithi077 ceph-mon[28089]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:58.865 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:58.865 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:58.865 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:45:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:59.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:58 smithi116 ceph-mon[28515]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:45:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:45:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:45:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:45:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:00 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:01.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:00 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:00 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:02.344 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 2 on host 'smithi077' 2024-09-17T12:46:02.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:02 smithi077 ceph-mon[28089]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:02.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:02.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:02.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:02 smithi017 ceph-mon[25403]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:02.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:03.009 DEBUG:teuthology.orchestra.run.smithi077:osd.2> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T12:46:03.011 INFO:tasks.cephadm:Deploying osd.3 on smithi077 with /dev/vg_nvme/lv_3... 2024-09-17T12:46:03.012 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T12:46:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:02 smithi116 ceph-mon[28515]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:03.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:03 smithi077 ceph-mon[28089]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:03.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:03 smithi077 ceph-mon[28089]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:04.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:03 smithi116 ceph-mon[28515]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:04.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:03 smithi116 ceph-mon[28515]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:04.042 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T12:46:04.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:03 smithi017 ceph-mon[25403]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:04.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:03 smithi017 ceph-mon[25403]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:04 smithi116 ceph-mon[28515]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:04.988 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:04.989 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T12:46:04.989 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T12:46:04.989 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:04.989 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:04.989 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-mon[28089]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:04.989 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2[31418]: 2024-09-17T12:46:04.564+0000 7f8b9741f640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T12:46:04.989 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:04 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2[31418]: 2024-09-17T12:46:04.567+0000 7f8b93246640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: from='osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:04 smithi017 ceph-mon[25403]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:05.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:05 smithi017 ceph-mon[25403]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:05.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:05 smithi017 ceph-mon[25403]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T12:46:05.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:05.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:05 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:05.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:05 smithi077 ceph-mon[28089]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:05.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:05 smithi077 ceph-mon[28089]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T12:46:05.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:05 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:05.904 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:05 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:06.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:05 smithi116 ceph-mon[28515]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:06.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:05 smithi116 ceph-mon[28515]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T12:46:06.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:05 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:06.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:05 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335] boot 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T12:46:06.860 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:06 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:07.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:46:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:46:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335] boot 2024-09-17T12:46:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T12:46:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:06 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: osd.2 [v2:172.21.15.77:6800/1320379335,v1:172.21.15.77:6801/1320379335] boot 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T12:46:07.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:06 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:46:07.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T12:46:07.666 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi077 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi077 to 21184M 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:07.667 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:07 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:07.960 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-09-17T12:46:07.986 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi077:vg_nvme/lv_3 2024-09-17T12:46:08.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T12:46:08.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi077 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi077 to 21184M 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:07 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi077 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi077 to 21184M 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:08.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:07 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:08.226 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T12:46:08.653 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:08 smithi077 ceph-mon[28089]: pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:08.653 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:08 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:08.653 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:08 smithi077 ceph-mon[28089]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T12:46:08.653 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:08 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:46:09.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:08 smithi116 ceph-mon[28515]: pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:09.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:08 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:09.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:08 smithi116 ceph-mon[28515]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T12:46:09.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:08 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:46:09.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:08 smithi017 ceph-mon[25403]: pgmap v78: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:09.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:08 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' 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-17T12:46:09.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:08 smithi017 ceph-mon[25403]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T12:46:09.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:08 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:46:09.580 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35085]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35085]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35085]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35085]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35088]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35088]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35088]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.581 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35088]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48351]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48351]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48351]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48351]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48354]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48354]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48354]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.801 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48354]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48357]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48357]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48357]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48357]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48360]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48360]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48360]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.802 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48360]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48363]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48363]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48363]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48363]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48366]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48366]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48366]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 sudo[48366]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:09.803 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:09.804 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:09.925 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:09.926 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35110]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35110]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35110]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35110]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35113]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35113]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35113]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:09.927 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:09 smithi077 sudo[35113]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30103]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30103]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30103]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30103]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30106]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30106]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30106]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 sudo[30106]: pam_unix(sudo:session): session closed for user root 2024-09-17T12:46:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi077:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:10.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:10.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:10.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:10.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T12:46:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:10.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:10.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:10.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:10.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:10 smithi077 ceph-mon[28089]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:11.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:10 smithi116 ceph-mon[28515]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:46:11.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:10 smithi017 ceph-mon[25403]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T12:46:11.761 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:11.761 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/2139950954' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:11.761 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:11.761 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"}]': finished 2024-09-17T12:46:11.762 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T12:46:11.762 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:11 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:12.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:12.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/2139950954' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:12.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:12.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"}]': finished 2024-09-17T12:46:12.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T12:46:12.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:11 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/2139950954' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"} : dispatch 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727"}]': finished 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: osdmap e23: 4 total, 3 up, 4 in 2024-09-17T12:46:12.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:11 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:13.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:12 smithi116 ceph-mon[28515]: mgrmap e14: x(active, since 2m) 2024-09-17T12:46:13.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:12 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/2473752588' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:13.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:12 smithi077 ceph-mon[28089]: mgrmap e14: x(active, since 2m) 2024-09-17T12:46:13.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:12 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/2473752588' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:13.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:12 smithi017 ceph-mon[25403]: mgrmap e14: x(active, since 2m) 2024-09-17T12:46:13.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:12 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/2473752588' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:14.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:13 smithi116 ceph-mon[28515]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:14.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:13 smithi077 ceph-mon[28089]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:14.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:13 smithi017 ceph-mon[25403]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:15.950 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:15 smithi077 ceph-mon[28089]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:16.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:15 smithi116 ceph-mon[28515]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:16.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:15 smithi017 ceph-mon[25403]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:18.236 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:17 smithi077 ceph-mon[28089]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:18.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:17 smithi116 ceph-mon[28515]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:18.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:17 smithi017 ceph-mon[25403]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:19.206 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:18 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T12:46:19.206 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:18 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:19.206 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:18 smithi077 ceph-mon[28089]: Deploying daemon osd.3 on smithi077 2024-09-17T12:46:19.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:18 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T12:46:19.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:18 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:19.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:18 smithi116 ceph-mon[28515]: Deploying daemon osd.3 on smithi077 2024-09-17T12:46:19.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:18 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-17T12:46:19.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:18 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:19.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:18 smithi017 ceph-mon[25403]: Deploying daemon osd.3 on smithi077 2024-09-17T12:46:20.194 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:19 smithi077 ceph-mon[28089]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:20.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:19 smithi116 ceph-mon[28515]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:20.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:19 smithi017 ceph-mon[25403]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:22.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:21 smithi077 ceph-mon[28089]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:22.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:21 smithi116 ceph-mon[28515]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:22.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:21 smithi017 ceph-mon[25403]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:24.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:23 smithi077 ceph-mon[28089]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:24.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:23 smithi116 ceph-mon[28515]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:24.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:23 smithi017 ceph-mon[25403]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:25.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:24 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:25.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:24 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:25.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:24 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:25.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:24 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:25.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:24 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:25.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:24 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:25.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:24 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:25.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:24 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:25.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:24 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:26.863 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:26 smithi077 ceph-mon[28089]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:27.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:26 smithi116 ceph-mon[28515]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:27.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:26 smithi017 ceph-mon[25403]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:28.392 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:28.393 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.393 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.393 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:28.393 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:28.393 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:28 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.431 INFO:teuthology.orchestra.run.smithi077.stdout:Created osd(s) 3 on host 'smithi077' 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:28 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:28 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.079 DEBUG:teuthology.orchestra.run.smithi077:osd.3> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.3.service 2024-09-17T12:46:29.081 INFO:tasks.cephadm:Deploying osd.4 on smithi116 with /dev/vg_nvme/lv_4... 2024-09-17T12:46:29.081 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T12:46:29.308 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:29 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:29.308 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:29 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.308 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:29 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.335 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:46:29.456 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:29 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:29.456 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:29 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.456 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:29 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:29 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:29.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:29 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:29 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:29.789 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:46:29 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:46:29.553+0000 7f4ccbb96640 -1 osd.3 0 log_to_monitors true 2024-09-17T12:46:30.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:30 smithi116 ceph-mon[28515]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:30.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:30 smithi116 ceph-mon[28515]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:30.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:30 smithi116 ceph-mon[28515]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:30 smithi077 ceph-mon[28089]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:30 smithi077 ceph-mon[28089]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:30 smithi077 ceph-mon[28089]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:30.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:30 smithi017 ceph-mon[25403]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:30.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:30 smithi017 ceph-mon[25403]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:30.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:30 smithi017 ceph-mon[25403]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-17T12:46:31.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:31 smithi116 ceph-mon[28515]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T12:46:31.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:31 smithi116 ceph-mon[28515]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T12:46:31.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:31 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:31.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:31 smithi116 ceph-mon[28515]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:31 smithi116 ceph-mon[28515]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-mon[28089]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T12:46:31.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-mon[28089]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T12:46:31.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:31.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-mon[28089]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-mon[28089]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.790 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:46:31.446+0000 7f4cc7b19640 -1 osd.3 0 waiting for initial osdmap 2024-09-17T12:46:31.790 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:46:31 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:46:31.449+0000 7f4cc3940640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:46:31.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:31 smithi017 ceph-mon[25403]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T12:46:31.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:31 smithi017 ceph-mon[25403]: osdmap e24: 4 total, 3 up, 4 in 2024-09-17T12:46:31.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:31 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:31.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:31 smithi017 ceph-mon[25403]: from='osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:31 smithi017 ceph-mon[25403]: from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]} : dispatch 2024-09-17T12:46:31.808 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:46:31.833 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi116:vg_nvme/lv_4 2024-09-17T12:46:32.077 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: osdmap e25: 4 total, 3 up, 4 in 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683] boot 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T12:46:32.526 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:32 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: osdmap e25: 4 total, 3 up, 4 in 2024-09-17T12:46:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683] boot 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T12:46:32.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:32 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: osdmap e25: 4 total, 3 up, 4 in 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:32.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: osd.3 [v2:172.21.15.77:6808/449491683,v1:172.21.15.77:6809/449491683] boot 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: osdmap e26: 4 total, 4 up, 4 in 2024-09-17T12:46:32.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:32 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:46:33.751 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:46:33.751 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:46:33.751 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi077 2024-09-17T12:46:33.751 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi077 to 10592M 2024-09-17T12:46:33.751 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:33.752 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:33.752 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:33.752 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:33 smithi116 ceph-mon[28515]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi077 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi077 to 10592M 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:33.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:33.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:33 smithi077 ceph-mon[28089]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T12:46:33.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi077 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi077 to 10592M 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:33.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:33 smithi017 ceph-mon[25403]: osdmap e27: 4 total, 4 up, 4 in 2024-09-17T12:46:34.554 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:34 smithi116 ceph-mon[28515]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:34.554 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:34 smithi116 ceph-mon[28515]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:34.555 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:34 smithi116 ceph-mon[28515]: osdmap e28: 4 total, 4 up, 4 in 2024-09-17T12:46:34.705 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:34 smithi077 ceph-mon[28089]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:34.705 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:34 smithi077 ceph-mon[28089]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:34.705 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:34 smithi077 ceph-mon[28089]: osdmap e28: 4 total, 4 up, 4 in 2024-09-17T12:46:34.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:34 smithi017 ceph-mon[25403]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:34.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:34 smithi017 ceph-mon[25403]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:34.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:34 smithi017 ceph-mon[25403]: osdmap e28: 4 total, 4 up, 4 in 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3817424869' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"}]': finished 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:35.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/431181817' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3817424869' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"}]': finished 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/431181817' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:35.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3817424869' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"} : dispatch 2024-09-17T12:46:35.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1fb122f-839b-476f-81bb-0d263f2d377d"}]': finished 2024-09-17T12:46:35.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: osdmap e29: 5 total, 4 up, 5 in 2024-09-17T12:46:35.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:35.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/431181817' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:46:36.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:36 smithi017 ceph-mon[25403]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:36.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:36 smithi116 ceph-mon[28515]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:36.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:36 smithi077 ceph-mon[28089]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:38.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:38 smithi077 ceph-mon[28089]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:38.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:38 smithi116 ceph-mon[28515]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:38.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:38 smithi017 ceph-mon[25403]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:40.748 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:40 smithi116 ceph-mon[28515]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T12:46:40.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:40 smithi077 ceph-mon[28089]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T12:46:40.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:40 smithi017 ceph-mon[25403]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-17T12:46:42.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:42 smithi116 ceph-mon[28515]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:46:42.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T12:46:42.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:42 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:42 smithi077 ceph-mon[28089]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:46:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T12:46:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:42 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:42 smithi017 ceph-mon[25403]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:46:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-17T12:46:42.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:42 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:43.762 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:43 smithi116 ceph-mon[28515]: Deploying daemon osd.4 on smithi116 2024-09-17T12:46:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:43 smithi077 ceph-mon[28089]: Deploying daemon osd.4 on smithi116 2024-09-17T12:46:43.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:43 smithi017 ceph-mon[25403]: Deploying daemon osd.4 on smithi116 2024-09-17T12:46:44.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:44 smithi116 ceph-mon[28515]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:46:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:44 smithi077 ceph-mon[28089]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:46:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:44 smithi017 ceph-mon[25403]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:46:46.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:46 smithi116 ceph-mon[28515]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:46:46.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:46 smithi077 ceph-mon[28089]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:46:46.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:46 smithi017 ceph-mon[25403]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-17T12:46:48.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:48 smithi116 ceph-mon[28515]: pgmap v108: 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-17T12:46:48.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:48 smithi077 ceph-mon[28089]: pgmap v108: 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-17T12:46:48.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:48 smithi017 ceph-mon[25403]: pgmap v108: 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-17T12:46:49.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:49.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:49.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:49 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:49.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:49 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:49.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:49.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:49 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:50 smithi116 ceph-mon[28515]: pgmap v109: 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-17T12:46:50.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:50 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:50 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:50 smithi077 ceph-mon[28089]: pgmap v109: 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-17T12:46:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:50 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:50 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:50 smithi017 ceph-mon[25403]: pgmap v109: 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-17T12:46:50.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:50 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:50.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:50 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:51.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:51 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:51.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:51 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:51.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:51 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:51.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:51 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:51.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:51 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:51.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:51 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:51.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:51 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:51.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:51 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:51.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:51 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:52.652 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 4 on host 'smithi116' 2024-09-17T12:46:52.922 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:52 smithi116 ceph-mon[28515]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:53.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:52 smithi077 ceph-mon[28089]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:53.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:52 smithi017 ceph-mon[25403]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:53.207 DEBUG:teuthology.orchestra.run.smithi116:osd.4> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.4.service 2024-09-17T12:46:53.210 INFO:tasks.cephadm:Deploying osd.5 on smithi116 with /dev/vg_nvme/lv_3... 2024-09-17T12:46:53.210 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-17T12:46:53.456 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:46:53.263+0000 7fac0b113640 -1 osd.4 0 log_to_monitors true 2024-09-17T12:46:53.717 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:53.718 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:53.718 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:53.718 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-mon[28515]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:53.718 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:53 smithi116 ceph-mon[28515]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:54.014 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:46:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:53 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:53 smithi077 ceph-mon[28089]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:53 smithi077 ceph-mon[28089]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:54.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:46:54.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:54.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:53 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:54.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:53 smithi017 ceph-mon[25403]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:54.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:53 smithi017 ceph-mon[25403]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-17T12:46:54.661 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:54.662 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:46:54.662 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:46:54.662 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:54.662 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:54.662 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-mon[28515]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:54.952 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:54.952 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:46:54.952 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:46:54.952 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:54.952 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:54.953 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:54 smithi017 ceph-mon[25403]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:54.991 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:46:54.659+0000 7fac07096640 -1 osd.4 0 waiting for initial osdmap 2024-09-17T12:46:54.991 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:46:54 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:46:54.662+0000 7fac02ebd640 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: osdmap e30: 5 total, 4 up, 5 in 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: from='osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:54 smithi077 ceph-mon[28089]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:46:55.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:46:55.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: osdmap e31: 5 total, 4 up, 5 in 2024-09-17T12:46:55.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:55.933 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882] boot 2024-09-17T12:46:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:46:55.934 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: osdmap e31: 5 total, 4 up, 5 in 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882] boot 2024-09-17T12:46:56.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:46:56.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: osdmap e31: 5 total, 4 up, 5 in 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: osd.4 [v2:172.21.15.116:6800/933982882,v1:172.21.15.116:6801/933982882] boot 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: osdmap e32: 5 total, 5 up, 5 in 2024-09-17T12:46:56.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:46:56.678 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-09-17T12:46:56.702 DEBUG:teuthology.orchestra.run.smithi116:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi116:vg_nvme/lv_3 2024-09-17T12:46:57.207 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T12:46:57.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:57 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:46:57.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:57 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:46:57.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:57 smithi116 ceph-mon[28515]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:46:57.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:57 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:46:57.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:57 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:46:57.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:57 smithi077 ceph-mon[28089]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:46:57.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:57 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:46:57.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:57 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:46:57.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:57 smithi017 ceph-mon[25403]: osdmap e33: 5 total, 5 up, 5 in 2024-09-17T12:46:58.268 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:58 smithi116 ceph-mon[28515]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:46:58.269 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:58 smithi116 ceph-mon[28515]: osdmap e34: 5 total, 5 up, 5 in 2024-09-17T12:46:58.269 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:58.269 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:58.269 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:58.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:58 smithi077 ceph-mon[28089]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:46:58.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:58 smithi077 ceph-mon[28089]: osdmap e34: 5 total, 5 up, 5 in 2024-09-17T12:46:58.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:58.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:58.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:58.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:58 smithi017 ceph-mon[25403]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:46:58.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:58 smithi017 ceph-mon[25403]: osdmap e34: 5 total, 5 up, 5 in 2024-09-17T12:46:58.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-17T12:46:58.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-17T12:46:58.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi116 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi116 to 21184M 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:59.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:46:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi116 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:59.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi116 to 21184M 2024-09-17T12:46:59.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:59.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:59.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:46:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi116:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi116 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi116 to 21184M 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:46:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:46:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:00.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:00 smithi116 ceph-mon[28515]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 137 KiB/s, 0 objects/s recovering 2024-09-17T12:47:00.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:00 smithi077 ceph-mon[28089]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 137 KiB/s, 0 objects/s recovering 2024-09-17T12:47:00.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:00 smithi017 ceph-mon[25403]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 137 KiB/s, 0 objects/s recovering 2024-09-17T12:47:01.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2703368863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"}]': finished 2024-09-17T12:47:01.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:47:01.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:01.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:01 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/1325288056' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2703368863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"}]': finished 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:01.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:01 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/1325288056' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:47:01.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2703368863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"} : dispatch 2024-09-17T12:47:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4e75fe1-387e-4ef9-a6c9-37f995809377"}]': finished 2024-09-17T12:47:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: osdmap e35: 6 total, 5 up, 6 in 2024-09-17T12:47:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:01 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/1325288056' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-17T12:47:02.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:02 smithi116 ceph-mon[28515]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-17T12:47:02.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:02 smithi077 ceph-mon[28089]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-17T12:47:02.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:02 smithi017 ceph-mon[25403]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-17T12:47:04.520 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:04 smithi116 ceph-mon[28515]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:47:04.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:04 smithi077 ceph-mon[28089]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:47:04.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:04 smithi017 ceph-mon[25403]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 85 KiB/s, 0 objects/s recovering 2024-09-17T12:47:06.681 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:06 smithi116 ceph-mon[28515]: pgmap v123: 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-17T12:47:06.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:06 smithi077 ceph-mon[28089]: pgmap v123: 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-17T12:47:06.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:06 smithi017 ceph-mon[25403]: pgmap v123: 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-17T12:47:08.515 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:08 smithi116 ceph-mon[28515]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-17T12:47:08.515 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:08 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:47:08.515 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:08 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:08.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:08 smithi077 ceph-mon[28089]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-17T12:47:08.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:08 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:47:08.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:08 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:08.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:08 smithi017 ceph-mon[25403]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-17T12:47:08.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:08 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-17T12:47:08.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:08 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:09.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:09 smithi116 ceph-mon[28515]: Deploying daemon osd.5 on smithi116 2024-09-17T12:47:09.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:09 smithi077 ceph-mon[28089]: Deploying daemon osd.5 on smithi116 2024-09-17T12:47:09.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:09 smithi017 ceph-mon[25403]: Deploying daemon osd.5 on smithi116 2024-09-17T12:47:10.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:10 smithi116 ceph-mon[28515]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:10 smithi077 ceph-mon[28089]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:10.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:10 smithi017 ceph-mon[25403]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:12.487 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:12 smithi116 ceph-mon[28515]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:12.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:12 smithi077 ceph-mon[28089]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:12.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:12 smithi017 ceph-mon[25403]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:14.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:14 smithi116 ceph-mon[28515]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:14.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:14 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:14.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:14 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:14.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:14 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:14 smithi077 ceph-mon[28089]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:14 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:14 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:14 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:14.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:14 smithi017 ceph-mon[25403]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:14.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:14 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:14.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:14 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:14.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:14 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.643 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:16.643 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.643 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:16.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:16.644 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:16 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:16 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:16.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:16 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:16.948 INFO:teuthology.orchestra.run.smithi116.stdout:Created osd(s) 5 on host 'smithi116' 2024-09-17T12:47:17.521 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:17.521 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.521 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:17 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.549 DEBUG:teuthology.orchestra.run.smithi116:osd.5> sudo journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.5.service 2024-09-17T12:47:17.551 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-17T12:47:17.551 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T12:47:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:17 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:17.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:17 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:17.818 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:18.477 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:18.478 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:18 smithi017 ceph-mon[25403]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:18.719 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:18 smithi116 ceph-mon[28515]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:18.719 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:47:18 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:47:18.573+0000 7f8b4074a640 -1 osd.5 0 log_to_monitors true 2024-09-17T12:47:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:18 smithi077 ceph-mon[28089]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:19.229 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":35,"num_osds":6,"num_up_osds":5,"osd_up_since":1726577215,"num_in_osds":6,"osd_in_since":1726577220,"num_remapped_pgs":0} 2024-09-17T12:47:19.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:19 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1152598714' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:19.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:19 smithi017 ceph-mon[25403]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:19.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:19 smithi017 ceph-mon[25403]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:19.697 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:19 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1152598714' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:19.697 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:19 smithi116 ceph-mon[28515]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:19.697 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:19 smithi116 ceph-mon[28515]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:19 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1152598714' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:19 smithi077 ceph-mon[28089]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:19 smithi077 ceph-mon[28089]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-17T12:47:20.230 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T12:47:20.502 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:20.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:20 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.774 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:47:20.445+0000 7f8b3c6cd640 -1 osd.5 0 waiting for initial osdmap 2024-09-17T12:47:20.774 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:47:20.449+0000 7f8b384f4640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:20.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:20.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:20 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: osdmap e36: 6 total, 5 up, 6 in 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]} : dispatch 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:20.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:20 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:21.124 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:21.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: Detected new or changed devices on smithi116 2024-09-17T12:47:21.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi116 to 10592M 2024-09-17T12:47:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:47:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: osdmap e37: 6 total, 5 up, 6 in 2024-09-17T12:47:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:21 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1321371819' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: Detected new or changed devices on smithi116 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi116 to 10592M 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: osdmap e37: 6 total, 5 up, 6 in 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:21 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1321371819' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:21.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: Detected new or changed devices on smithi116 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi116 to 10592M 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: osdmap e37: 6 total, 5 up, 6 in 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:21.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:21 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1321371819' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:21.886 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":37,"num_osds":6,"num_up_osds":5,"osd_up_since":1726577215,"num_in_osds":6,"osd_in_since":1726577220,"num_remapped_pgs":0} 2024-09-17T12:47:22.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: purged_snaps scrub starts 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: purged_snaps scrub ok 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939] boot 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:22 smithi116 ceph-mon[28515]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: purged_snaps scrub starts 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: purged_snaps scrub ok 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939] boot 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:47:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:22.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:22 smithi077 ceph-mon[28089]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: purged_snaps scrub starts 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: purged_snaps scrub ok 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: osd.5 [v2:172.21.15.116:6808/3721128939,v1:172.21.15.116:6809/3721128939] boot 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: osdmap e38: 6 total, 6 up, 6 in 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:47:22.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:22 smithi017 ceph-mon[25403]: osdmap e39: 6 total, 6 up, 6 in 2024-09-17T12:47:22.887 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T12:47:23.152 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:23.811 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:24.521 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":40,"num_osds":6,"num_up_osds":6,"osd_up_since":1726577241,"num_in_osds":6,"osd_in_since":1726577220,"num_remapped_pgs":0} 2024-09-17T12:47:24.521 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:47:24.773 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:24.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:24 smithi116 ceph-mon[28515]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:24.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:24 smithi116 ceph-mon[28515]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:47:24.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:24 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3105407797' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:24.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:24 smithi077 ceph-mon[28089]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:24.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:24 smithi077 ceph-mon[28089]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:47:24.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:24 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3105407797' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:24.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:24 smithi017 ceph-mon[25403]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:24.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:24 smithi017 ceph-mon[25403]: osdmap e40: 6 total, 6 up, 6 in 2024-09-17T12:47:24.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:24 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3105407797' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-17T12:47:25.437 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:25.437 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":40,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","created":"2024-09-17T12:42:58.056165+0000","modified":"2024-09-17T12:47:23.454552+0000","last_up_change":"2024-09-17T12:47:21.441268+0000","last_in_change":"2024-09-17T12:47:00.402515+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-17T12:46:07.303319+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":"22","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":"3fdd4d71-f14a-4d48-9a12-549005fbfdd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6803","nonce":3800865118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6805","nonce":3800865118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6809","nonce":3800865118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6807","nonce":3800865118}]},"public_addr":"172.21.15.17:6803/3800865118","cluster_addr":"172.21.15.17:6805/3800865118","heartbeat_back_addr":"172.21.15.17:6809/3800865118","heartbeat_front_addr":"172.21.15.17:6807/3800865118","state":["exists","up"]},{"osd":1,"uuid":"bfd7f835-ef46-4882-aca5-88c0d6628f65","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.17:6810","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6811","nonce":1803043350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6813","nonce":1803043350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6817","nonce":1803043350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6815","nonce":1803043350}]},"public_addr":"172.21.15.17:6811/1803043350","cluster_addr":"172.21.15.17:6813/1803043350","heartbeat_back_addr":"172.21.15.17:6817/1803043350","heartbeat_front_addr":"172.21.15.17:6815/1803043350","state":["exists","up"]},{"osd":2,"uuid":"003e9ef9-80ed-4331-b5cb-1ffa77d53bcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6801","nonce":1320379335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6803","nonce":1320379335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6807","nonce":1320379335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6805","nonce":1320379335}]},"public_addr":"172.21.15.77:6801/1320379335","cluster_addr":"172.21.15.77:6803/1320379335","heartbeat_back_addr":"172.21.15.77:6807/1320379335","heartbeat_front_addr":"172.21.15.77:6805/1320379335","state":["exists","up"]},{"osd":3,"uuid":"f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6809","nonce":449491683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6811","nonce":449491683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6815","nonce":449491683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6813","nonce":449491683}]},"public_addr":"172.21.15.77:6809/449491683","cluster_addr":"172.21.15.77:6811/449491683","heartbeat_back_addr":"172.21.15.77:6815/449491683","heartbeat_front_addr":"172.21.15.77:6813/449491683","state":["exists","up"]},{"osd":4,"uuid":"b1fb122f-839b-476f-81bb-0d263f2d377d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6801","nonce":933982882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6803","nonce":933982882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6807","nonce":933982882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6805","nonce":933982882}]},"public_addr":"172.21.15.116:6801/933982882","cluster_addr":"172.21.15.116:6803/933982882","heartbeat_back_addr":"172.21.15.116:6807/933982882","heartbeat_front_addr":"172.21.15.116:6805/933982882","state":["exists","up"]},{"osd":5,"uuid":"a4e75fe1-387e-4ef9-a6c9-37f995809377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6809","nonce":3721128939}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6811","nonce":3721128939}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6815","nonce":3721128939}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6813","nonce":3721128939}]},"public_addr":"172.21.15.116:6809/3721128939","cluster_addr":"172.21.15.116:6811/3721128939","heartbeat_back_addr":"172.21.15.116:6815/3721128939","heartbeat_front_addr":"172.21.15.116:6813/3721128939","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-17T12:45:14.537851+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-17T12:45:41.017937+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-17T12:46:03.874266+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-17T12:46:30.525055+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:46:54.300599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:47:19.593985+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/634124117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6801/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:6801/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1164948117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/2069330304":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/3486193563":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1191320950":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/3603511381":"2024-09-18T12:43:22.527442+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:47:25.754 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2732787985' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:25.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:25 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2732787985' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:25.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:25 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2732787985' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:26.191 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T12:46:07.303319+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T12:47:26.191 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T12:47:26.455 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:26.721 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:26 smithi017 ceph-mon[25403]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:26.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:26 smithi116 ceph-mon[28515]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:26 smithi077 ceph-mon[28089]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:27.129 INFO:teuthology.orchestra.run.smithi017.stdout:pg_num: 1 2024-09-17T12:47:27.688 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:27 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2419024773' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:47:27.717 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T12:47:27.717 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T12:47:27.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:27 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2419024773' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:47:27.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:27 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2419024773' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-17T12:47:27.970 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:28.738 INFO:teuthology.orchestra.run.smithi017.stdout:[client.0] 2024-09-17T12:47:28.738 INFO:teuthology.orchestra.run.smithi017.stdout: key = AQBgeulm77TUKxAAd9I23QMsJeJglkGAkeV68w== 2024-09-17T12:47:28.738 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:28 smithi017 ceph-mon[25403]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:28.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:28 smithi116 ceph-mon[28515]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:28.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:28 smithi077 ceph-mon[28089]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:29.358 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-17T12:47:29.358 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T12:47:29.358 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T12:47:29.399 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-17T12:47:29.691 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:29.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:29 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:47:29.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:29 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:47:29.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:29 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:47:29.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:29 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:47:29.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:29 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-17T12:47:29.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:29 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4281570950' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T12:47:30.339 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:30.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:30 smithi017 ceph-mon[25403]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:47:30.697 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:30 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/759839311' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:47:30.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:30 smithi116 ceph-mon[28515]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:47:30.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:30 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/759839311' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:47:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:30 smithi077 ceph-mon[28089]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2024-09-17T12:47:30.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:30 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/759839311' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-17T12:47:31.019 INFO:teuthology.orchestra.run.smithi017.stdout:[{"version":16,"timestamp":"2024-09-17T12:47:20.273921+0000","name":"","changes":[{"name":"osd/host:smithi116/osd_memory_target","previous_value":"22213149081","new_value":"11106574540"}]}] 2024-09-17T12:47:31.020 INFO:tasks.ceph_manager:config epoch is 16 2024-09-17T12:47:31.020 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T12:47:31.020 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T12:47:31.020 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T12:47:31.270 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:32.004 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:32.564 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:32 smithi017 ceph-mon[25403]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:47:32.565 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:32 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/392732236' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:47:32.566 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6800","nonce":1987692238},{"type":"v1","addr":"172.21.15.17:6801","nonce":1987692238}]},"active_addr":"172.21.15.17:6801/1987692238","active_change":"2024-09-17T12:43:48.829574+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.17: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.17:0","nonce":1215411238}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2228470198}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":1670235669}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":4017516230}]}]} 2024-09-17T12:47:32.571 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T12:47:32.571 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T12:47:32.571 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:47:32.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:32 smithi116 ceph-mon[28515]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:47:32.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:32 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/392732236' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:47:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:32 smithi077 ceph-mon[28089]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-17T12:47:32.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:32 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/392732236' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-17T12:47:32.821 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:33.505 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:33.505 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":40,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","created":"2024-09-17T12:42:58.056165+0000","modified":"2024-09-17T12:47:23.454552+0000","last_up_change":"2024-09-17T12:47:21.441268+0000","last_in_change":"2024-09-17T12:47:00.402515+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-17T12:46:07.303319+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":"22","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":"3fdd4d71-f14a-4d48-9a12-549005fbfdd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6803","nonce":3800865118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6805","nonce":3800865118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6809","nonce":3800865118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6807","nonce":3800865118}]},"public_addr":"172.21.15.17:6803/3800865118","cluster_addr":"172.21.15.17:6805/3800865118","heartbeat_back_addr":"172.21.15.17:6809/3800865118","heartbeat_front_addr":"172.21.15.17:6807/3800865118","state":["exists","up"]},{"osd":1,"uuid":"bfd7f835-ef46-4882-aca5-88c0d6628f65","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.17:6810","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6811","nonce":1803043350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6813","nonce":1803043350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6817","nonce":1803043350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6815","nonce":1803043350}]},"public_addr":"172.21.15.17:6811/1803043350","cluster_addr":"172.21.15.17:6813/1803043350","heartbeat_back_addr":"172.21.15.17:6817/1803043350","heartbeat_front_addr":"172.21.15.17:6815/1803043350","state":["exists","up"]},{"osd":2,"uuid":"003e9ef9-80ed-4331-b5cb-1ffa77d53bcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6801","nonce":1320379335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6803","nonce":1320379335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6807","nonce":1320379335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6805","nonce":1320379335}]},"public_addr":"172.21.15.77:6801/1320379335","cluster_addr":"172.21.15.77:6803/1320379335","heartbeat_back_addr":"172.21.15.77:6807/1320379335","heartbeat_front_addr":"172.21.15.77:6805/1320379335","state":["exists","up"]},{"osd":3,"uuid":"f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6809","nonce":449491683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6811","nonce":449491683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6815","nonce":449491683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6813","nonce":449491683}]},"public_addr":"172.21.15.77:6809/449491683","cluster_addr":"172.21.15.77:6811/449491683","heartbeat_back_addr":"172.21.15.77:6815/449491683","heartbeat_front_addr":"172.21.15.77:6813/449491683","state":["exists","up"]},{"osd":4,"uuid":"b1fb122f-839b-476f-81bb-0d263f2d377d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6801","nonce":933982882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6803","nonce":933982882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6807","nonce":933982882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6805","nonce":933982882}]},"public_addr":"172.21.15.116:6801/933982882","cluster_addr":"172.21.15.116:6803/933982882","heartbeat_back_addr":"172.21.15.116:6807/933982882","heartbeat_front_addr":"172.21.15.116:6805/933982882","state":["exists","up"]},{"osd":5,"uuid":"a4e75fe1-387e-4ef9-a6c9-37f995809377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6809","nonce":3721128939}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6811","nonce":3721128939}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6815","nonce":3721128939}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6813","nonce":3721128939}]},"public_addr":"172.21.15.116:6809/3721128939","cluster_addr":"172.21.15.116:6811/3721128939","heartbeat_back_addr":"172.21.15.116:6815/3721128939","heartbeat_front_addr":"172.21.15.116:6813/3721128939","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-17T12:45:14.537851+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-17T12:45:41.017937+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-17T12:46:03.874266+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-17T12:46:30.525055+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:46:54.300599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:47:19.593985+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/634124117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6801/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:6801/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1164948117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/2069330304":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/3486193563":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1191320950":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/3603511381":"2024-09-18T12:43:22.527442+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:47:34.110 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T12:47:34.110 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T12:47:34.364 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:34.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:34 smithi116 ceph-mon[28515]: pgmap v142: 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-17T12:47:34.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:34 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1972640812' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:34.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:34 smithi077 ceph-mon[28089]: pgmap v142: 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-17T12:47:34.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:34 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1972640812' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:34.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:34 smithi017 ceph-mon[25403]: pgmap v142: 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-17T12:47:34.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:34 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1972640812' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:34.998 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:34.998 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":40,"fsid":"31fb1d44-74f2-11ef-bceb-c7b262605968","created":"2024-09-17T12:42:58.056165+0000","modified":"2024-09-17T12:47:23.454552+0000","last_up_change":"2024-09-17T12:47:21.441268+0000","last_in_change":"2024-09-17T12:47:00.402515+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-17T12:46:07.303319+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":"22","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":"3fdd4d71-f14a-4d48-9a12-549005fbfdd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6803","nonce":3800865118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6805","nonce":3800865118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6809","nonce":3800865118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":3800865118},{"type":"v1","addr":"172.21.15.17:6807","nonce":3800865118}]},"public_addr":"172.21.15.17:6803/3800865118","cluster_addr":"172.21.15.17:6805/3800865118","heartbeat_back_addr":"172.21.15.17:6809/3800865118","heartbeat_front_addr":"172.21.15.17:6807/3800865118","state":["exists","up"]},{"osd":1,"uuid":"bfd7f835-ef46-4882-aca5-88c0d6628f65","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.17:6810","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6811","nonce":1803043350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6813","nonce":1803043350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6817","nonce":1803043350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":1803043350},{"type":"v1","addr":"172.21.15.17:6815","nonce":1803043350}]},"public_addr":"172.21.15.17:6811/1803043350","cluster_addr":"172.21.15.17:6813/1803043350","heartbeat_back_addr":"172.21.15.17:6817/1803043350","heartbeat_front_addr":"172.21.15.17:6815/1803043350","state":["exists","up"]},{"osd":2,"uuid":"003e9ef9-80ed-4331-b5cb-1ffa77d53bcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6801","nonce":1320379335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6803","nonce":1320379335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6807","nonce":1320379335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":1320379335},{"type":"v1","addr":"172.21.15.77:6805","nonce":1320379335}]},"public_addr":"172.21.15.77:6801/1320379335","cluster_addr":"172.21.15.77:6803/1320379335","heartbeat_back_addr":"172.21.15.77:6807/1320379335","heartbeat_front_addr":"172.21.15.77:6805/1320379335","state":["exists","up"]},{"osd":3,"uuid":"f8a8b2ee-e3d3-42f8-91a9-deae2ba9e727","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6809","nonce":449491683}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6811","nonce":449491683}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6815","nonce":449491683}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":449491683},{"type":"v1","addr":"172.21.15.77:6813","nonce":449491683}]},"public_addr":"172.21.15.77:6809/449491683","cluster_addr":"172.21.15.77:6811/449491683","heartbeat_back_addr":"172.21.15.77:6815/449491683","heartbeat_front_addr":"172.21.15.77:6813/449491683","state":["exists","up"]},{"osd":4,"uuid":"b1fb122f-839b-476f-81bb-0d263f2d377d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6801","nonce":933982882}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6803","nonce":933982882}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6807","nonce":933982882}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":933982882},{"type":"v1","addr":"172.21.15.116:6805","nonce":933982882}]},"public_addr":"172.21.15.116:6801/933982882","cluster_addr":"172.21.15.116:6803/933982882","heartbeat_back_addr":"172.21.15.116:6807/933982882","heartbeat_front_addr":"172.21.15.116:6805/933982882","state":["exists","up"]},{"osd":5,"uuid":"a4e75fe1-387e-4ef9-a6c9-37f995809377","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6809","nonce":3721128939}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6811","nonce":3721128939}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6815","nonce":3721128939}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":3721128939},{"type":"v1","addr":"172.21.15.116:6813","nonce":3721128939}]},"public_addr":"172.21.15.116:6809/3721128939","cluster_addr":"172.21.15.116:6811/3721128939","heartbeat_back_addr":"172.21.15.116:6815/3721128939","heartbeat_front_addr":"172.21.15.116:6813/3721128939","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-17T12:45:14.537851+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-17T12:45:41.017937+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-17T12:46:03.874266+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-17T12:46:30.525055+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:46:54.300599+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T12:47:19.593985+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/634124117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6801/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:6801/1787457356":"2024-09-18T12:43:48.829430+0000","172.21.15.17:6800/375011029":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1164948117":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/2069330304":"2024-09-18T12:43:48.829430+0000","172.21.15.17:0/3486193563":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/1191320950":"2024-09-18T12:43:22.527442+0000","172.21.15.17:0/3603511381":"2024-09-18T12:43:22.527442+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T12:47:35.604 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T12:47:35.605 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T12:47:35.605 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T12:47:35.605 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T12:47:35.606 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T12:47:35.606 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T12:47:35.750 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1966897940' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:35.786 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1966897940' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:35.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1966897940' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-17T12:47:35.934 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:35.934 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:35.986 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:36.622 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:36 smithi017 ceph-mon[25403]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:47:36.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:36 smithi116 ceph-mon[28515]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:47:36.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:36 smithi077 ceph-mon[28089]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 51 KiB/s, 0 objects/s recovering 2024-09-17T12:47:37.252 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:37.253 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:38.630 INFO:teuthology.orchestra.run.smithi017.stdout:55834574874 2024-09-17T12:47:38.631 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T12:47:38.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:38 smithi116 ceph-mon[28515]: pgmap v144: 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-17T12:47:38.787 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:38 smithi017 ceph-mon[25403]: pgmap v144: 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-17T12:47:38.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:38 smithi077 ceph-mon[28089]: pgmap v144: 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-17T12:47:38.792 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:39.751 INFO:teuthology.orchestra.run.smithi017.stdout:34359738399 2024-09-17T12:47:39.751 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T12:47:40.097 INFO:teuthology.orchestra.run.smithi017.stdout:163208757254 2024-09-17T12:47:40.097 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T12:47:40.657 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:40 smithi017 ceph-mon[25403]: pgmap v145: 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-17T12:47:40.688 INFO:teuthology.orchestra.run.smithi017.stdout:77309411350 2024-09-17T12:47:40.689 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T12:47:40.776 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:40 smithi116 ceph-mon[28515]: pgmap v145: 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-17T12:47:40.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:40 smithi077 ceph-mon[28089]: pgmap v145: 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-17T12:47:41.316 INFO:teuthology.orchestra.run.smithi017.stdout:111669149712 2024-09-17T12:47:41.317 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T12:47:41.892 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:41.896 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:41.910 INFO:teuthology.orchestra.run.smithi017.stdout:137438953482 2024-09-17T12:47:41.910 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T12:47:42.696 INFO:teuthology.orchestra.run.smithi017.stdout:34359738399 2024-09-17T12:47:42.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:42 smithi116 ceph-mon[28515]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:42.779 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:42 smithi017 ceph-mon[25403]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:42.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:42 smithi077 ceph-mon[28089]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:43.063 INFO:teuthology.orchestra.run.smithi017.stdout:55834574875 2024-09-17T12:47:43.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738399 got 34359738399 for osd.0 2024-09-17T12:47:43.472 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:43.713 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:43.714 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:43.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/148033155' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:47:43.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2628139002' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:47:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/148033155' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:47:43.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2628139002' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:47:43.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/148033155' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-17T12:47:43.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2628139002' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-17T12:47:44.179 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-09-17T12:47:44.179 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:44.188 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:44.664 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:44 smithi017 ceph-mon[25403]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:44.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:44 smithi116 ceph-mon[28515]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:44.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:44 smithi077 ceph-mon[28089]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:45.021 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:45.067 INFO:teuthology.orchestra.run.smithi017.stdout:163208757255 2024-09-17T12:47:45.235 INFO:teuthology.orchestra.run.smithi017.stdout:111669149713 2024-09-17T12:47:45.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:45 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2607408381' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:47:45.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:45 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3426733725' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:47:45.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:45 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2607408381' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:47:45.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:45 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3426733725' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:47:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2607408381' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-17T12:47:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3426733725' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-17T12:47:45.910 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149712 got 111669149713 for osd.3 2024-09-17T12:47:45.910 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:46.580 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757254 got 163208757255 for osd.5 2024-09-17T12:47:46.580 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:46.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:46 smithi116 ceph-mon[28515]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:46.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:46 smithi077 ceph-mon[28089]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:46.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:46 smithi017 ceph-mon[25403]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:46.925 INFO:teuthology.orchestra.run.smithi017.stdout:137438953483 2024-09-17T12:47:47.476 INFO:teuthology.orchestra.run.smithi017.stdout:77309411351 2024-09-17T12:47:47.694 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953482 got 137438953483 for osd.4 2024-09-17T12:47:47.695 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:47.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1123710415' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:47:47.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2851641316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:47:47.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1123710415' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:47:47.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2851641316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:47:47.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1123710415' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-17T12:47:47.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2851641316' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-17T12:47:48.418 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411350 got 77309411351 for osd.2 2024-09-17T12:47:48.419 DEBUG:teuthology.parallel:result is None 2024-09-17T12:47:48.419 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T12:47:48.419 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T12:47:48.676 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:48.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:48 smithi116 ceph-mon[28515]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:48.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:48 smithi077 ceph-mon[28089]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:48.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:48 smithi017 ceph-mon[25403]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:49.353 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:49.353 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-09-17T12:47:49.923 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2024-09-17T12:47:48.873939+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":170196,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300716,"statfs":{"total":575970213888,"available":575795933184,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":170187425},"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.001914"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":64,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-17T12:47:23.593466+0000","last_change":"2024-09-17T12:47:23.593362+0000","last_active":"2024-09-17T12:47:23.593466+0000","last_peered":"2024-09-17T12:47:23.593466+0000","last_clean":"2024-09-17T12:47:23.593466+0000","last_became_active":"2024-09-17T12:47:23.588278+0000","last_became_peered":"2024-09-17T12:47:23.588278+0000","last_unstale":"2024-09-17T12:47:23.593466+0000","last_undegraded":"2024-09-17T12:47:23.593466+0000","last_fullsized":"2024-09-17T12:47:23.593466+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T12:46:07.615784+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T12:46:07.615784+0000","last_clean_scrub_stamp":"2024-09-17T12:46:07.615784+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-18T21:48:58.230142+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":38,"seq":163208757256,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":32,"seq":137438953484,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"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":26,"seq":111669149714,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27968,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717184,"statfs":{"total":95995035648,"available":95966396416,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":55834574877,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31540,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713612,"statfs":{"total":95995035648,"available":95962738688,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":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-17T12:47:49.924 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T12:47:50.174 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:50.547 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:50 smithi017 ceph-mon[25403]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:50.547 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:50 smithi017 ceph-mon[25403]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:50.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:50 smithi116 ceph-mon[28515]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:50.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:50 smithi116 ceph-mon[28515]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:50 smithi077 ceph-mon[28089]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:50.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:50 smithi077 ceph-mon[28089]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:50.823 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:50.823 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-09-17T12:47:51.429 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2024-09-17T12:47:48.873939+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":170196,"kb_used_data":3852,"kb_used_omap":9,"kb_used_meta":166198,"kb_avail":562300716,"statfs":{"total":575970213888,"available":575795933184,"internally_reserved":0,"allocated":3944448,"data_stored":2594736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9567,"internal_metadata":170187425},"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.001914"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":64,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-17T12:47:23.593466+0000","last_change":"2024-09-17T12:47:23.593362+0000","last_active":"2024-09-17T12:47:23.593466+0000","last_peered":"2024-09-17T12:47:23.593466+0000","last_clean":"2024-09-17T12:47:23.593466+0000","last_became_active":"2024-09-17T12:47:23.588278+0000","last_became_peered":"2024-09-17T12:47:23.588278+0000","last_unstale":"2024-09-17T12:47:23.593466+0000","last_undegraded":"2024-09-17T12:47:23.593466+0000","last_fullsized":"2024-09-17T12:47:23.593466+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T12:46:07.615784+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T12:46:07.615784+0000","last_clean_scrub_stamp":"2024-09-17T12:46:07.615784+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-18T21:48:58.230142+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":38,"seq":163208757256,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":32,"seq":137438953484,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"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":26,"seq":111669149714,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27968,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717184,"statfs":{"total":95995035648,"available":95966396416,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":27964,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717188,"statfs":{"total":95995035648,"available":95966400512,"internally_reserved":0,"allocated":954368,"data_stored":727640,"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":55834574877,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31540,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713612,"statfs":{"total":95995035648,"available":95962738688,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":27380,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717772,"statfs":{"total":95995035648,"available":95966998528,"internally_reserved":0,"allocated":360448,"data_stored":137272,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":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-17T12:47:51.430 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T12:47:51.430 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T12:47:51.430 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T12:47:51.430 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169 shell --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T12:47:51.690 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:52.393 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:52.394 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T12:47:52.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:52 smithi017 ceph-mon[25403]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:52.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:52 smithi017 ceph-mon[25403]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:52.739 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:52 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2102464847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:47:52.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:52 smithi116 ceph-mon[28515]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:52.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:52 smithi116 ceph-mon[28515]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:52.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:52 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2102464847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:47:52.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:52 smithi077 ceph-mon[28089]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:52.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:52 smithi077 ceph-mon[28089]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:52.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:52 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2102464847' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-17T12:47:53.020 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T12:47:53.020 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T12:47:53.020 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:47:53.034 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:47:53.034 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create cephfs' 2024-09-17T12:47:53.283 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:54.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:54 smithi077 ceph-mon[28089]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:54.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:54 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:47:54.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:54 smithi017 ceph-mon[25403]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:54.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:54 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:47:55.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:54 smithi116 ceph-mon[28515]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:55.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:54 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:55.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:47:55.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:55.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:47:55.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:55 smithi077 ceph-mon[28089]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a[25380]: 2024-09-17T12:47:55.520+0000 7fdf05896640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:47:55.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:55 smithi017 ceph-mon[25403]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: osdmap e41: 6 total, 6 up, 6 in 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: osdmap e42: 6 total, 6 up, 6 in 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-17T12:47:56.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:55 smithi116 ceph-mon[28515]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-17T12:47:56.190 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T12:47:56.199 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-17T12:47:56.199 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:47:56.448 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:56.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:56.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:47:56.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:56.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:47:56.684 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: fsmap cephfs:0 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.685 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:56 smithi116 ceph-mon[28515]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:47:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:47:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:47:56.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: fsmap cephfs:0 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:56 smithi077 ceph-mon[28089]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: osdmap e43: 6 total, 6 up, 6 in 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: fsmap cephfs:0 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: Saving service mds.cephfs spec with placement count:2 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:47:56.791 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi116.oacykg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:56.792 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:56 smithi017 ceph-mon[25403]: osdmap e44: 6 total, 6 up, 6 in 2024-09-17T12:47:57.081 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:47:57.081 INFO:teuthology.orchestra.run.smithi017.stdout:[{"events": ["2024-09-17T12:47:55.540339Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T12:44:48.507869Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:45:37.620220Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T12:44:42.342821Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:45:37.620050Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:45:37.620378Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:47:57.549 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:57 smithi116 ceph-mon[28515]: Deploying daemon mds.cephfs.smithi116.oacykg on smithi116 2024-09-17T12:47:57.678 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:57 smithi017 ceph-mon[25403]: Deploying daemon mds.cephfs.smithi116.oacykg on smithi116 2024-09-17T12:47:57.706 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T12:47:58.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:57 smithi077 ceph-mon[28089]: Deploying daemon mds.cephfs.smithi116.oacykg on smithi116 2024-09-17T12:47:58.706 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: pgmap v158: 65 pgs: 9 creating+peering, 34 unknown, 22 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:58 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:59.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: pgmap v158: 65 pgs: 9 creating+peering, 34 unknown, 22 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:59.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:58 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: pgmap v158: 65 pgs: 9 creating+peering, 34 unknown, 22 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:47:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:47:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:47:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: osdmap e45: 6 total, 6 up, 6 in 2024-09-17T12:47:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:47:59.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-17T12:47:59.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi017.dynaso", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-17T12:47:59.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:58 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:47:59.695 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: Deploying daemon mds.cephfs.smithi017.dynaso on smithi017 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:boot 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: daemon mds.cephfs.smithi116.oacykg assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:47:59.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: Cluster is now healthy 2024-09-17T12:47:59.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: fsmap cephfs:0 1 up:standby 2024-09-17T12:47:59.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:47:59.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:creating} 2024-09-17T12:47:59.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:47:59 smithi017 ceph-mon[25403]: daemon mds.cephfs.smithi116.oacykg is now active in filesystem cephfs as rank 0 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: Deploying daemon mds.cephfs.smithi017.dynaso on smithi017 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:boot 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: daemon mds.cephfs.smithi116.oacykg assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: Cluster is now healthy 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: fsmap cephfs:0 1 up:standby 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:creating} 2024-09-17T12:48:00.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:47:59 smithi116 ceph-mon[28515]: daemon mds.cephfs.smithi116.oacykg is now active in filesystem cephfs as rank 0 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: Deploying daemon mds.cephfs.smithi017.dynaso on smithi017 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:boot 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: daemon mds.cephfs.smithi116.oacykg assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: Cluster is now healthy 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: fsmap cephfs:0 1 up:standby 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:creating} 2024-09-17T12:48:00.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:47:59 smithi077 ceph-mon[28089]: daemon mds.cephfs.smithi116.oacykg is now active in filesystem cephfs as rank 0 2024-09-17T12:48:00.515 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:48:00.515 INFO:teuthology.orchestra.run.smithi017.stdout:[{"events": ["2024-09-17T12:47:58.283606Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "running": 0, "size": 2}}, {"events": ["2024-09-17T12:44:48.507869Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:45:37.620220Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T12:44:42.342821Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:45:37.620050Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:45:37.620378Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:48:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:00 smithi017 ceph-mon[25403]: pgmap v160: 65 pgs: 9 creating+peering, 56 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:00 smithi017 ceph-mon[25403]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:00.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:00 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 2024-09-17T12:48:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:00 smithi116 ceph-mon[28515]: pgmap v160: 65 pgs: 9 creating+peering, 56 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:00 smithi116 ceph-mon[28515]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:01.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:00 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 2024-09-17T12:48:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:00 smithi077 ceph-mon[28089]: pgmap v160: 65 pgs: 9 creating+peering, 56 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:00 smithi077 ceph-mon[28089]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:00 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 2024-09-17T12:48:01.124 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:01.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:01.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:01 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:02.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:02.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:01 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:02.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:01 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:02.125 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:48:02.489 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:02.810 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:02 smithi017 ceph-mon[25403]: pgmap v161: 65 pgs: 4 creating+peering, 61 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 382 B/s wr, 4 op/s 2024-09-17T12:48:02.810 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:02 smithi017 ceph-mon[25403]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:boot 2024-09-17T12:48:02.811 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:02 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:02.811 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:02 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:02.811 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:02 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:02 smithi116 ceph-mon[28515]: pgmap v161: 65 pgs: 4 creating+peering, 61 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 382 B/s wr, 4 op/s 2024-09-17T12:48:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:02 smithi116 ceph-mon[28515]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:boot 2024-09-17T12:48:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:02 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:02 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:02 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:02 smithi077 ceph-mon[28089]: pgmap v161: 65 pgs: 4 creating+peering, 61 active+clean; 577 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 382 B/s wr, 4 op/s 2024-09-17T12:48:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:02 smithi077 ceph-mon[28089]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:boot 2024-09-17T12:48:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:02 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:02 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:02 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.206 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:48:03.207 INFO:teuthology.orchestra.run.smithi017.stdout:[{"events": ["2024-09-17T12:48:01.426946Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:02.639959Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T12:44:48.507869Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:03.046507Z", "running": 1, "size": 1}}, {"events": ["2024-09-17T12:44:42.342821Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:46:27.150793Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:46:27.150913Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:48:03.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:03.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:03.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:03.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:03 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:03.869 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-17T12:48:03.869 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:48:03.878 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:48:03.878 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:04.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:03 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: mds.? [v2:172.21.15.116:6816/4282306773,v1:172.21.15.116:6817/4282306773] up:active 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:04.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:04.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:03 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.130 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:04 smithi116 ceph-mon[28515]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T12:48:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:04 smithi116 ceph-mon[28515]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:04.926 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:04 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:04.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:04 smithi077 ceph-mon[28089]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T12:48:04.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:04 smithi077 ceph-mon[28089]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:04.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:04 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-mon[25403]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s wr, 5 op/s 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-mon[25403]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:04.776+0000 7fa47b58c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:04.776+0000 7fa47b58c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:04.776+0000 7fa47b58c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:04.776+0000 7fa47b58c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:05.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:04 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:04.776+0000 7fa47b58c640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:05.452 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-17T12:48:05.712 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:06 smithi017 ceph-mon[25403]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:06 smithi017 ceph-mon[25403]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T12:48:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:06 smithi017 ceph-mon[25403]: mgrmap e15: x(active, since 4m) 2024-09-17T12:48:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:06 smithi017 ceph-mon[25403]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:standby 2024-09-17T12:48:06.693 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:06 smithi017 ceph-mon[25403]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:07.009 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-17T12:48:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:06 smithi116 ceph-mon[28515]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:06 smithi116 ceph-mon[28515]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T12:48:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:06 smithi116 ceph-mon[28515]: mgrmap e15: x(active, since 4m) 2024-09-17T12:48:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:06 smithi116 ceph-mon[28515]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:standby 2024-09-17T12:48:07.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:06 smithi116 ceph-mon[28515]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:06 smithi077 ceph-mon[28089]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:06 smithi077 ceph-mon[28089]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 5 op/s 2024-09-17T12:48:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:06 smithi077 ceph-mon[28089]: mgrmap e15: x(active, since 4m) 2024-09-17T12:48:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:06 smithi077 ceph-mon[28089]: mds.? [v2:172.21.15.17:6818/2783481112,v1:172.21.15.17:6819/2783481112] up:standby 2024-09-17T12:48:07.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:06 smithi077 ceph-mon[28089]: fsmap cephfs:1 {0=cephfs.smithi116.oacykg=up:active} 1 up:standby 2024-09-17T12:48:07.262 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:07.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:07 smithi017 ceph-mon[25403]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:08.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:07 smithi116 ceph-mon[28515]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:08.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:07 smithi077 ceph-mon[28089]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:08.532 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph mgr module enable smb' 2024-09-17T12:48:08.785 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:08.800 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:08 smithi017 ceph-mon[25403]: pgmap v164: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s wr, 5 op/s 2024-09-17T12:48:09.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:08 smithi116 ceph-mon[28515]: pgmap v164: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s wr, 5 op/s 2024-09-17T12:48:09.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:08 smithi077 ceph-mon[28089]: pgmap v164: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s wr, 5 op/s 2024-09-17T12:48:10.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:09 smithi116 ceph-mon[28515]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:09 smithi116 ceph-mon[28515]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:10.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:09 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:48:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:09 smithi077 ceph-mon[28089]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:09 smithi077 ceph-mon[28089]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:10.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:09 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:48:10.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:09 smithi017 ceph-mon[25403]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "fs subvolume create", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb", "mode": "0777", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:10.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:09 smithi017 ceph-mon[25403]: from='mgr.14152 172.21.15.17:0/189268196' entity='mgr.x' 2024-09-17T12:48:10.196 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:09 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-17T12:48:10.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:10 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setuser ceph since I am not root 2024-09-17T12:48:10.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:10 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ignoring --setgroup ceph since I am not root 2024-09-17T12:48:10.585 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:10 smithi077 ceph-mon[28089]: pgmap v165: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s wr, 5 op/s 2024-09-17T12:48:10.585 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:10 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:48:10.585 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:10 smithi077 ceph-mon[28089]: mgrmap e16: x(active, since 4m) 2024-09-17T12:48:10.859 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:10 smithi017 ceph-mon[25403]: pgmap v165: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s wr, 5 op/s 2024-09-17T12:48:10.859 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:10 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:48:10.859 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:10 smithi017 ceph-mon[25403]: mgrmap e16: x(active, since 4m) 2024-09-17T12:48:10.860 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'sleep 30' 2024-09-17T12:48:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:10 smithi116 ceph-mon[28515]: pgmap v165: 65 pgs: 65 active+clean; 599 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s wr, 5 op/s 2024-09-17T12:48:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:10 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1245029437' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-17T12:48:11.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:10 smithi116 ceph-mon[28515]: mgrmap e16: x(active, since 4m) 2024-09-17T12:48:11.113 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: Active manager daemon x restarted 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: Activating manager daemon x 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: mgrmap e17: x(active, starting, since 0.0055725s) 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:48:16.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:48:16.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:15 smithi116 ceph-mon[28515]: Manager daemon x is now available 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: Active manager daemon x restarted 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: Activating manager daemon x 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: mgrmap e17: x(active, starting, since 0.0055725s) 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:48:16.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:48:16.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:15 smithi077 ceph-mon[28089]: Manager daemon x is now available 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: Active manager daemon x restarted 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: Activating manager daemon x 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: osdmap e46: 6 total, 6 up, 6 in 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: mgrmap e17: x(active, starting, since 0.0055725s) 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi017.dynaso"} : dispatch 2024-09-17T12:48:16.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi116.oacykg"} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-17T12:48:16.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:15 smithi017 ceph-mon[25403]: Manager daemon x is now available 2024-09-17T12:48:16.854 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:16.854 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:48:16.854 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:48:16.854 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:48:16.854 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:16 smithi077 ceph-mon[28089]: mgrmap e18: x(active, since 1.01033s) 2024-09-17T12:48:16.929 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:16.929 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:48:16.929 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:48:16.929 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:48:16.929 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:16 smithi017 ceph-mon[25403]: mgrmap e18: x(active, since 1.01033s) 2024-09-17T12:48:17.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:17.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-17T12:48:17.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-17T12:48:17.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-17T12:48:17.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:16 smithi116 ceph-mon[28515]: mgrmap e18: x(active, since 1.01033s) 2024-09-17T12:48:17.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: pgmap v3: 65 pgs: 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:17.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:48:17.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:48:17.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:48:17.608 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.608 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.608 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.608 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: pgmap v3: 65 pgs: 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.874 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26c7b2e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26c7b2e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26cab34640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26c7b2e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26cab34640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26cab34640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.875 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26c7b2e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26cab34640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26cab34640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.632+0000 7f26c7b2e640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:17.872+0000 7f26ba293640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:12:48:17] ENGINE Error in HTTPServer.serve 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: Traceback (most recent call last): 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._connections.run(self.expiration_interval) 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._run(expiration_interval) 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:48:17.876 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: s = self.context.wrap_socket( 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: return self.sslsocket_class._create( 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self.do_handshake() 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: self._sslobj.do_handshake() 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:48:17.877 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:17 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: pgmap v3: 65 pgs: 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: osdmap e47: 6 total, 6 up, 6 in 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:18.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:18.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:18.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: [17/Sep/2024:12:48:17] ENGINE Bus STARTING 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: [17/Sep/2024:12:48:17] ENGINE Serving on https://172.21.15.17:7150 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: [17/Sep/2024:12:48:17] ENGINE Error in HTTPServer.serve 2024-09-17T12:48:19.025 INFO:journalctl@ceph.mon.c.smithi116.stdout: Traceback (most recent call last): 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: self._run(expiration_interval) 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: s = self.context.wrap_socket( 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: return self.sslsocket_class._create( 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:48:19.026 INFO:journalctl@ceph.mon.c.smithi116.stdout: self.do_handshake() 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout: self._sslobj.do_handshake() 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: [17/Sep/2024:12:48:17] ENGINE Serving on http://172.21.15.17:8765 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: [17/Sep/2024:12:48:17] ENGINE Bus STARTED 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi017 to 6498M 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Adjusting osd_memory_target on smithi116 to 8544M 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: mgrmap e19: x(active, since 2s) 2024-09-17T12:48:19.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:18 smithi116 ceph-mon[28515]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:48:19.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:48:19.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: [17/Sep/2024:12:48:17] ENGINE Bus STARTING 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: [17/Sep/2024:12:48:17] ENGINE Serving on https://172.21.15.17:7150 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: [17/Sep/2024:12:48:17] ENGINE Error in HTTPServer.serve 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout: Traceback (most recent call last): 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:48:19.040 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: self._run(expiration_interval) 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: s = self.context.wrap_socket( 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: return self.sslsocket_class._create( 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: self.do_handshake() 2024-09-17T12:48:19.041 INFO:journalctl@ceph.mon.b.smithi077.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout: self._sslobj.do_handshake() 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: [17/Sep/2024:12:48:17] ENGINE Serving on http://172.21.15.17:8765 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: [17/Sep/2024:12:48:17] ENGINE Bus STARTED 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.042 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi017 to 6498M 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Adjusting osd_memory_target on smithi116 to 8544M 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: mgrmap e19: x(active, since 2s) 2024-09-17T12:48:19.043 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:18 smithi077 ceph-mon[28089]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:48:19.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-17T12:48:19.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: osdmap e48: 6 total, 6 up, 6 in 2024-09-17T12:48:19.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: [17/Sep/2024:12:48:17] ENGINE Bus STARTING 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: [17/Sep/2024:12:48:17] ENGINE Serving on https://172.21.15.17:7150 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: [17/Sep/2024:12:48:17] ENGINE Error in HTTPServer.serve 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: Traceback (most recent call last): 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._connections.run(self.expiration_interval) 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._run(expiration_interval) 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T12:48:19.052 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: s = self.context.wrap_socket( 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: return self.sslsocket_class._create( 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: self.do_handshake() 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: self._sslobj.do_handshake() 2024-09-17T12:48:19.053 INFO:journalctl@ceph.mon.a.smithi017.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: [17/Sep/2024:12:48:17] ENGINE Serving on http://172.21.15.17:8765 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: [17/Sep/2024:12:48:17] ENGINE Bus STARTED 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.054 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi017 to 6498M 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Adjusting osd_memory_target on smithi116 to 8544M 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Updating smithi017:/etc/ceph/ceph.conf 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Updating smithi077:/etc/ceph/ceph.conf 2024-09-17T12:48:19.055 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Updating smithi116:/etc/ceph/ceph.conf 2024-09-17T12:48:19.056 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: mgrmap e19: x(active, since 2s) 2024-09-17T12:48:19.056 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:18 smithi017 ceph-mon[25403]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:20.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:20.027 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:19 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:20.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:20.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:19 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: osdmap e49: 6 total, 6 up, 6 in 2024-09-17T12:48:20.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: Updating smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:20.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:19 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:21.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:20 smithi116 ceph-mon[28515]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:21.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:20 smithi116 ceph-mon[28515]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:48:21.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:20 smithi116 ceph-mon[28515]: Cluster is now healthy 2024-09-17T12:48:21.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:20 smithi116 ceph-mon[28515]: mgrmap e20: x(active, since 4s) 2024-09-17T12:48:21.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:20 smithi077 ceph-mon[28089]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:21.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:20 smithi077 ceph-mon[28089]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:48:21.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:20 smithi077 ceph-mon[28089]: Cluster is now healthy 2024-09-17T12:48:21.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:20 smithi077 ceph-mon[28089]: mgrmap e20: x(active, since 4s) 2024-09-17T12:48:21.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:20 smithi017 ceph-mon[25403]: pgmap v8: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:21.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:20 smithi017 ceph-mon[25403]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T12:48:21.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:20 smithi017 ceph-mon[25403]: Cluster is now healthy 2024-09-17T12:48:21.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:20 smithi017 ceph-mon[25403]: mgrmap e20: x(active, since 4s) 2024-09-17T12:48:23.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:22 smithi116 ceph-mon[28515]: pgmap v9: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:23.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:22 smithi077 ceph-mon[28089]: pgmap v9: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:23.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:22 smithi017 ceph-mon[25403]: pgmap v9: 97 pgs: 32 unknown, 65 active+clean; 636 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:25.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:24 smithi116 ceph-mon[28515]: pgmap v10: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 11 op/s 2024-09-17T12:48:25.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:24 smithi077 ceph-mon[28089]: pgmap v10: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 11 op/s 2024-09-17T12:48:25.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:24 smithi017 ceph-mon[25403]: pgmap v10: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 441 B/s wr, 11 op/s 2024-09-17T12:48:27.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:26 smithi116 ceph-mon[28515]: pgmap v11: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:48:27.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:26 smithi077 ceph-mon[28089]: pgmap v11: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:48:27.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:26 smithi017 ceph-mon[25403]: pgmap v11: 97 pgs: 97 active+clean; 637 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-17T12:48:29.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:28 smithi116 ceph-mon[28515]: pgmap v12: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 8 op/s 2024-09-17T12:48:29.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:28 smithi077 ceph-mon[28089]: pgmap v12: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 8 op/s 2024-09-17T12:48:29.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:28 smithi017 ceph-mon[25403]: pgmap v12: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 1.0 KiB/s wr, 8 op/s 2024-09-17T12:48:31.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:30 smithi116 ceph-mon[28515]: pgmap v13: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:48:31.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:30 smithi077 ceph-mon[28089]: pgmap v13: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:48:31.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:30 smithi017 ceph-mon[25403]: pgmap v13: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 935 B/s wr, 7 op/s 2024-09-17T12:48:33.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:32 smithi116 ceph-mon[28515]: pgmap v14: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:33.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:32 smithi077 ceph-mon[28089]: pgmap v14: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:33.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:32 smithi017 ceph-mon[25403]: pgmap v14: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:35.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:34 smithi116 ceph-mon[28515]: pgmap v15: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:35.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:34 smithi077 ceph-mon[28089]: pgmap v15: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:35.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:34 smithi017 ceph-mon[25403]: pgmap v15: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 853 B/s wr, 6 op/s 2024-09-17T12:48:37.005 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:36 smithi077 ceph-mon[28089]: pgmap v16: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:37.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:36 smithi116 ceph-mon[28515]: pgmap v16: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:37.052 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:36 smithi017 ceph-mon[25403]: pgmap v16: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:39.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:38 smithi116 ceph-mon[28515]: pgmap v17: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:39.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:38 smithi077 ceph-mon[28089]: pgmap v17: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:39.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:38 smithi017 ceph-mon[25403]: pgmap v17: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail; 597 B/s wr, 0 op/s 2024-09-17T12:48:41.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:40 smithi116 ceph-mon[28515]: pgmap v18: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:41.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:40 smithi077 ceph-mon[28089]: pgmap v18: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:41.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:40 smithi017 ceph-mon[25403]: pgmap v18: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:42.312 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:48:42.576 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:42.987 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:42 smithi017 ceph-mon[25403]: pgmap v19: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:43.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:42 smithi116 ceph-mon[28515]: pgmap v19: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:43.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:42 smithi077 ceph-mon[28089]: pgmap v19: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:43.358 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-17T12:48:43.358 INFO:teuthology.orchestra.run.smithi017.stdout: "results": [ 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.usersgroups", 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "users_groups_id": "ug1", 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "present", 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "values": { 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "users": [ 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "name": "user1", 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "password": "t3stP4ss1" 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "name": "user2", 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: "password": "t3stP4ss2" 2024-09-17T12:48:43.359 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "groups": [] 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "created", 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:48:43.360 INFO:teuthology.orchestra.run.smithi017.stdout: "auth_mode": "user", 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "present", 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "user_group_settings": [ 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "source_type": "resource", 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "ref": "ug1" 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "placement": { 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "count": 3 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "created", 2024-09-17T12:48:43.361 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "share_id": "share1", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "present", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "name": "share1", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "readonly": false, 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "browseable": true, 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "cephfs": { 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "volume": "cephfs", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "path": "/", 2024-09-17T12:48:43.362 INFO:teuthology.orchestra.run.smithi017.stdout: "subvolumegroup": "smb", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "subvolume": "sv1", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "provider": "samba-vfs" 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "created", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "share_id": "share2", 2024-09-17T12:48:43.363 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "present", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "name": "share2", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "readonly": false, 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "browseable": true, 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "cephfs": { 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "volume": "cephfs", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "path": "/", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "subvolumegroup": "smb", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "subvolume": "sv2", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "provider": "samba-vfs" 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "created", 2024-09-17T12:48:43.364 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:48:43.365 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:48:43.365 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-17T12:48:43.365 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:48:43.365 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.273+0000 7f26c4b28640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.273+0000 7f26c4b28640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.273+0000 7f26c4b28640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.273+0000 7f26c4b28640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.273+0000 7f26c4b28640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.286+0000 7f26d1b42640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.551 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.286+0000 7f26d1b42640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.552 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.286+0000 7f26d1b42640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.552 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.286+0000 7f26d1b42640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.552 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:48:43.286+0000 7f26d1b42640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-17T12:48:43.998 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:43.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:48:44.000 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:44.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:48:44.026 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.027 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T12:48:44.036 INFO:tasks.cephadm:Waiting for ceph service smb.uctdb1 to start (timeout 300)... 2024-09-17T12:48:44.036 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"}]: dispatch 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"}]: dispatch 2024-09-17T12:48:44.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.uctdb1", "caps": ["/", "rw"]}]': finished 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:48:44.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:48:44.041 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:48:44.292 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: configuring smb/ctdb cluster metadata 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: daemon not available: 'smb.uctdb1.1.0.smithi116.xfbezr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: Deploying daemon smb.uctdb1.0.0.smithi017.bbljgj on smithi017 2024-09-17T12:48:44.673 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: pgmap v20: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:44.674 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:44 smithi017 ceph-mon[25403]: mgrmap e21: x(active, since 28s) 2024-09-17T12:48:45.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:48:45.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:48:45.028 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: configuring smb/ctdb cluster metadata 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: daemon not available: 'smb.uctdb1.1.0.smithi116.xfbezr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: Deploying daemon smb.uctdb1.0.0.smithi017.bbljgj on smithi017 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: pgmap v20: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:45.029 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:44 smithi116 ceph-mon[28515]: mgrmap e21: x(active, since 28s) 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: Saving service smb.uctdb1 spec with placement count:3 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: configuring smb/ctdb cluster metadata 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: daemon not available: 'smb.uctdb1.1.0.smithi116.xfbezr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}} 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: Deploying daemon smb.uctdb1.0.0.smithi017.bbljgj on smithi017 2024-09-17T12:48:45.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: pgmap v20: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:45.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:44 smithi077 ceph-mon[28089]: mgrmap e21: x(active, since 28s) 2024-09-17T12:48:45.125 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:48:45.125 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:48:43.366915Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:48:45.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:45 smithi116 ceph-mon[28515]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:45.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:45 smithi017 ceph-mon[25403]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:45.964 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:48:46.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:45 smithi077 ceph-mon[28089]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:46.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:46 smithi077 ceph-mon[28089]: pgmap v21: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:46.965 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:48:46.998 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:46 smithi017 ceph-mon[25403]: pgmap v21: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:47.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:46 smithi116 ceph-mon[28515]: pgmap v21: 97 pgs: 97 active+clean; 641 KiB data, 167 MiB used, 536 GiB / 536 GiB avail 2024-09-17T12:48:47.340 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:48.104 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:48:48.105 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:48:43.366915Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:48:49.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:48 smithi116 ceph-mon[28515]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:49.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:48 smithi116 ceph-mon[28515]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:49.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:48 smithi077 ceph-mon[28089]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:49.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:48 smithi077 ceph-mon[28089]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:49.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:48 smithi017 ceph-mon[25403]: pgmap v22: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:49.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:48 smithi017 ceph-mon[25403]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:50.875 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:48:51.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:50 smithi116 ceph-mon[28515]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:51.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:50 smithi077 ceph-mon[28089]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:51.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:50 smithi017 ceph-mon[25403]: pgmap v23: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:51.876 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:48:52.799 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:52 smithi017 ceph-mon[25403]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:52.870 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:48:53.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:52 smithi116 ceph-mon[28515]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:53.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:52 smithi077 ceph-mon[28089]: pgmap v24: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:53.731 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:48:53.731 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:48:43.366915Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:48:54.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:53 smithi116 ceph-mon[28515]: from='client.? 10.88.0.2:0/2176587863' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:48:54.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:53 smithi077 ceph-mon[28089]: from='client.? 10.88.0.2:0/2176587863' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:48:54.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:53 smithi017 ceph-mon[25403]: from='client.? 10.88.0.2:0/2176587863' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:48:55.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:54 smithi116 ceph-mon[28515]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:55.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:54 smithi116 ceph-mon[28515]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:54 smithi077 ceph-mon[28089]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:55.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:54 smithi077 ceph-mon[28089]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:55.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:54 smithi017 ceph-mon[25403]: pgmap v25: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:55.051 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:54 smithi017 ceph-mon[25403]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:48:57.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:56 smithi116 ceph-mon[28515]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:57.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:56 smithi077 ceph-mon[28089]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:57.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:56 smithi017 ceph-mon[25403]: pgmap v26: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:58.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:48:58 smithi017 ceph-mon[25403]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:58.928 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:48:59.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:48:58 smithi116 ceph-mon[28515]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:59.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:48:58 smithi077 ceph-mon[28089]: pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-17T12:48:59.929 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:01.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:00 smithi116 ceph-mon[28515]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:49:01.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:00 smithi116 ceph-mon[28515]: from='client.? 10.88.0.3:0/3991111224' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:01.035 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:00 smithi017 ceph-mon[25403]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:49:01.036 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:00 smithi017 ceph-mon[25403]: from='client.? 10.88.0.3:0/3991111224' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:00 smithi077 ceph-mon[28089]: pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T12:49:01.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:00 smithi077 ceph-mon[28089]: from='client.? 10.88.0.3:0/3991111224' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:01.042 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:01.745 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:01.745 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:48:43.366915Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:02.461 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:02.975 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:02 smithi017 ceph-mon[25403]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:02.976 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:02 smithi017 ceph-mon[25403]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:03.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:02 smithi116 ceph-mon[28515]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:03.025 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:02 smithi116 ceph-mon[28515]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:02 smithi077 ceph-mon[28089]: pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:02 smithi077 ceph-mon[28089]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:03.462 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:03.936 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:03 smithi017 ceph-mon[25403]: from='client.? 10.88.0.4:0/2134031069' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:03.995 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:04.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:03 smithi116 ceph-mon[28515]: from='client.? 10.88.0.4:0/2134031069' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:04.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:03 smithi077 ceph-mon[28089]: from='client.? 10.88.0.4:0/2134031069' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:04.651 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:04.652 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:48:43.366915Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:04.766 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:04 smithi017 ceph-mon[25403]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:04.940 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:04 smithi077 ceph-mon[28089]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:05.024 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:04 smithi116 ceph-mon[28515]: pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:05.709 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:06.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:06.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}, 'smb.uctdb1.1.0.smithi116.xfbezr': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi116.xfbezr', 'hostname': 'smithi116', 'host_ip': '172.21.15.116'}} 2024-09-17T12:49:06.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:06 smithi116 ceph-mon[28515]: Deploying daemon smb.uctdb1.1.0.smithi116.xfbezr on smithi116 2024-09-17T12:49:06.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:06.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}, 'smb.uctdb1.1.0.smithi116.xfbezr': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi116.xfbezr', 'hostname': 'smithi116', 'host_ip': '172.21.15.116'}} 2024-09-17T12:49:06.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:06 smithi077 ceph-mon[28089]: Deploying daemon smb.uctdb1.1.0.smithi116.xfbezr on smithi116 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:06.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: daemon not available: 'smb.uctdb1.2.0.smithi077.hokzpr' not in {'smb.uctdb1.0.0.smithi017.bbljgj': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.0.0.smithi017.bbljgj', 'hostname': 'smithi017', 'host_ip': '172.21.15.17'}, 'smb.uctdb1.1.0.smithi116.xfbezr': {'daemon_type': 'smb', 'daemon_id': 'uctdb1.1.0.smithi116.xfbezr', 'hostname': 'smithi116', 'host_ip': '172.21.15.116'}} 2024-09-17T12:49:06.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:06 smithi017 ceph-mon[25403]: Deploying daemon smb.uctdb1.1.0.smithi116.xfbezr on smithi116 2024-09-17T12:49:06.710 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:07.244 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3583500570' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1064448872' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3014095310' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2735157074' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:07 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/39648948' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3583500570' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1064448872' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3014095310' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2735157074' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:07 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/39648948' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3583500570' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1064448872' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3014095310' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2735157074' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:07.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:07 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/39648948' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:08.454 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:08 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3869388271' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:08.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:08 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3869388271' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:08.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:08 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3869388271' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:09.053 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:09.053 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:05.274626Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:09.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:09 smithi077 ceph-mon[28089]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:09.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:09 smithi017 ceph-mon[25403]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:09.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:09 smithi116 ceph-mon[28515]: pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:09.786 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:10.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:10 smithi017 ceph-mon[25403]: from='client.24508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:10.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:10 smithi116 ceph-mon[28515]: from='client.24508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:10.788 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:10.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:10 smithi077 ceph-mon[28089]: from='client.24508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:11.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:11 smithi017 ceph-mon[25403]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:11.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:11 smithi116 ceph-mon[28515]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:11.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:11 smithi077 ceph-mon[28089]: pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-17T12:49:13.432 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:13 smithi116 ceph-mon[28515]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:13.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:13 smithi017 ceph-mon[25403]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:13.639 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:13.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:13 smithi077 ceph-mon[28089]: pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:14.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:14 smithi116 ceph-mon[28515]: from='client.? 10.88.0.2:0/3305421198' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:14.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:14 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3071527127' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:14.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:14 smithi017 ceph-mon[25403]: from='client.? 10.88.0.2:0/3305421198' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:14.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:14 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3071527127' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:14 smithi077 ceph-mon[28089]: from='client.? 10.88.0.2:0/3305421198' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:14 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3071527127' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:15.034 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:15.034 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:05.274626Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:15.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:15 smithi017 ceph-mon[25403]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:15.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:15 smithi116 ceph-mon[28515]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:15.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:15 smithi077 ceph-mon[28089]: pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:15.931 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:16 smithi017 ceph-mon[25403]: from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-17T12:49:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]} : dispatch 2024-09-17T12:49:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:16 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4245615998' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:16.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:16 smithi116 ceph-mon[28515]: from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:16.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-17T12:49:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]} : dispatch 2024-09-17T12:49:16.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:16 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/4245615998' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:16 smithi077 ceph-mon[28089]: from='client.14865 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]} : dispatch 2024-09-17T12:49:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]} : dispatch 2024-09-17T12:49:16.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:16 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/4245615998' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:16.932 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:17.196 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:17 smithi017 ceph-mon[25403]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-17T12:49:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]}]': finished 2024-09-17T12:49:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:17 smithi017 ceph-mon[25403]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:49:17.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:17 smithi116 ceph-mon[28515]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:17.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-17T12:49:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]}]': finished 2024-09-17T12:49:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:17 smithi116 ceph-mon[28515]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:49:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:17 smithi077 ceph-mon[28089]: pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-17T12:49:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 2]}]': finished 2024-09-17T12:49:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.17", "id": [3, 0]}]': finished 2024-09-17T12:49:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:17 smithi077 ceph-mon[28089]: osdmap e50: 6 total, 6 up, 6 in 2024-09-17T12:49:18.416 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:18.416 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:05.274626Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:18.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:18 smithi017 ceph-mon[25403]: osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:49:18.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:18 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2193510412' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:18.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:18 smithi116 ceph-mon[28515]: osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:49:18.625 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:18 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2193510412' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:18 smithi077 ceph-mon[28089]: osdmap e51: 6 total, 6 up, 6 in 2024-09-17T12:49:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:18 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2193510412' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:19.197 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:19.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:19 smithi116 ceph-mon[28515]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:49:19.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:19 smithi116 ceph-mon[28515]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-17T12:49:19.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:19 smithi017 ceph-mon[25403]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:49:19.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:19 smithi017 ceph-mon[25403]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-17T12:49:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:19 smithi077 ceph-mon[28089]: pgmap v39: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-17T12:49:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:19 smithi077 ceph-mon[28089]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-17T12:49:20.198 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:20.471 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:20.520 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:20 smithi116 ceph-mon[28515]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:20.520 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:20 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2195791517' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:20 smithi017 ceph-mon[25403]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:20.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:20 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2195791517' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:20 smithi077 ceph-mon[28089]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:20.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:20 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2195791517' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:21.093 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:21.093 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:05.274626Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:21.449 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:21 smithi116 ceph-mon[28515]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:49:21.450 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:21 smithi116 ceph-mon[28515]: from='client.? 10.88.0.4:0/3810376071' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:21.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:21 smithi017 ceph-mon[25403]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:49:21.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:21 smithi017 ceph-mon[25403]: from='client.? 10.88.0.4:0/3810376071' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:21 smithi077 ceph-mon[28089]: pgmap v40: 97 pgs: 2 peering, 95 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:49:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:21 smithi077 ceph-mon[28089]: from='client.? 10.88.0.4:0/3810376071' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:21.871 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:22.464 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:22 smithi116 ceph-mon[28515]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:22.465 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:22 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1855748626' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:22.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:22 smithi017 ceph-mon[25403]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:22.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:22 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1855748626' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:22 smithi077 ceph-mon[28089]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:22.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:22 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1855748626' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:22.872 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:23.141 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: Cluster is now healthy 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:23.496 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:23 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: Cluster is now healthy 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.606 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:23.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:23.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:23.607 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:23 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:23.714 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:23.714 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-17T12:49:23.714 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: Cluster is now healthy 2024-09-17T12:49:23.714 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.715 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.715 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:23.715 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]} : dispatch 2024-09-17T12:49:23.715 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/uctdb1/\"", "osd", "allow r pool=.smb, allow rwx pool=.smb namespace=uctdb1 object_prefix cluster.meta."]}]': finished 2024-09-17T12:49:23.715 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.uctdb1"} : dispatch 2024-09-17T12:49:23.716 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:23 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:23.785 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:23.785 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:24.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:24.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:24.453 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: Deploying daemon smb.uctdb1.2.0.smithi077.hokzpr on smithi077 2024-09-17T12:49:24.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2929923563' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2279164677' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/194723202' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.454 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:24 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2930783481' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:24.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:24.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: Deploying daemon smb.uctdb1.2.0.smithi077.hokzpr on smithi077 2024-09-17T12:49:24.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2929923563' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2279164677' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/194723202' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:24 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2930783481' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.736 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/uctdb1/users-groups.0.json' 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: Deploying daemon smb.uctdb1.2.0.smithi077.hokzpr on smithi077 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2929923563' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2279164677' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/194723202' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.737 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:24 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2930783481' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:24.767 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:25.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:25 smithi116 ceph-mon[28515]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:25.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:25 smithi116 ceph-mon[28515]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:25.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:25 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/934345346' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:25 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3228928480' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:25 smithi077 ceph-mon[28089]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:25.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:25 smithi077 ceph-mon[28089]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:25.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:25 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/934345346' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:25 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3228928480' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:25 smithi017 ceph-mon[25403]: pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:49:25.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:25 smithi017 ceph-mon[25403]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:25.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/934345346' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:25 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3228928480' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:25.768 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:26.061 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:26.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3471435713' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3717704387' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2698730180' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/138424929' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3598223828' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3162104498' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/431587565' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/1669123996' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3622464599' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:26 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3304667226' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3471435713' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3717704387' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2698730180' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/138424929' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3598223828' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3162104498' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/431587565' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/1669123996' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3622464599' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:26 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3304667226' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.763 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:26.763 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3471435713' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3717704387' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2698730180' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/138424929' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3598223828' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3162104498' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/431587565' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/1669123996' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3622464599' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:26.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:26 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3304667226' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:27.331 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:27.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:27 smithi116 ceph-mon[28515]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:27.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:27 smithi017 ceph-mon[25403]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:27.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:27 smithi077 ceph-mon[28089]: pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:28.332 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:28.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:28 smithi116 ceph-mon[28515]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:28.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:28 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2095166643' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:28.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:28 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1888738378' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:28.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:28 smithi017 ceph-mon[25403]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:28.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:28 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2095166643' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:28.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:28 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1888738378' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:28.603 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:28.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:28 smithi077 ceph-mon[28089]: from='client.15231 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:28.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:28 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2095166643' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:28.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:28 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1888738378' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:29.422 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:29.423 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:29.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:29 smithi116 ceph-mon[28515]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 99 B/s wr, 12 op/s 2024-09-17T12:49:29.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:29 smithi017 ceph-mon[25403]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 99 B/s wr, 12 op/s 2024-09-17T12:49:29.765 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:29 smithi077 ceph-mon[28089]: pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.7 KiB/s rd, 99 B/s wr, 12 op/s 2024-09-17T12:49:29.993 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:30.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:30 smithi116 ceph-mon[28515]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:30.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:30 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2819702140' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:30 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/4064177313' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:30 smithi077 ceph-mon[28089]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:30.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:30 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2819702140' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:30 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/4064177313' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:30 smithi017 ceph-mon[25403]: from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:30 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2819702140' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:30 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4064177313' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:30.994 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:31.271 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:31.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:31 smithi116 ceph-mon[28515]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 7.4 KiB/s rd, 85 B/s wr, 10 op/s 2024-09-17T12:49:31.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:31 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:31.519 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:31 smithi116 ceph-mon[28515]: from='client.? 10.88.0.2:0/2887851048' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:31.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:31 smithi017 ceph-mon[25403]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 7.4 KiB/s rd, 85 B/s wr, 10 op/s 2024-09-17T12:49:31.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:31 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:31.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:31 smithi017 ceph-mon[25403]: from='client.? 10.88.0.2:0/2887851048' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:31.605 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:31 smithi077 ceph-mon[28089]: pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 7.4 KiB/s rd, 85 B/s wr, 10 op/s 2024-09-17T12:49:31.605 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:31 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:31.605 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:31 smithi077 ceph-mon[28089]: from='client.? 10.88.0.2:0/2887851048' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:31.900 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:31.900 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:32.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:32 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3534259325' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:32 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/338159137' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:32 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3534259325' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:32 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/338159137' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:32 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3534259325' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:32 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/338159137' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:32.609 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:33.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:33 smithi116 ceph-mon[28515]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 9.8 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:49:33.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:33 smithi116 ceph-mon[28515]: from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:33.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:33 smithi017 ceph-mon[25403]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 9.8 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:49:33.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:33 smithi017 ceph-mon[25403]: from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:33.609 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:33 smithi077 ceph-mon[28089]: pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 9.8 KiB/s rd, 85 B/s wr, 13 op/s 2024-09-17T12:49:33.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:33 smithi077 ceph-mon[28089]: from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:33.879 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:34.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:34 smithi116 ceph-mon[28515]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:34.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:34 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/4128320474' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:34.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:34 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2326449959' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:34.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:34 smithi017 ceph-mon[25403]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:34.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:34 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/4128320474' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:34.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:34 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2326449959' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:34.559 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:34.559 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:34.690 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:34 smithi077 ceph-mon[28089]: pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:34.690 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:34 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/4128320474' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:34.691 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:34 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2326449959' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:35.299 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:35.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:35 smithi116 ceph-mon[28515]: from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:35.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:35 smithi017 ceph-mon[25403]: from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:35.701 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:35 smithi077 ceph-mon[28089]: from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:36.300 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:36.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:36 smithi116 ceph-mon[28515]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:36.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:36 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3511450591' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:36.525 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:36 smithi017 ceph-mon[25403]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:36.526 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:36 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3511450591' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:36.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:36 smithi077 ceph-mon[28089]: pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:36.540 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:36 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3511450591' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:36.574 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:37.198 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:37.199 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:37.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:37 smithi116 ceph-mon[28515]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:37.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:37 smithi077 ceph-mon[28089]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:37.716 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:37 smithi017 ceph-mon[25403]: from='client.15441 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:37.860 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:38.472 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:38 smithi077 ceph-mon[28089]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:49:38.472 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:38 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/1890151693' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:38.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:38 smithi116 ceph-mon[28515]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:49:38.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:38 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/1890151693' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:38.550 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:38 smithi017 ceph-mon[25403]: pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 11 KiB/s rd, 85 B/s wr, 15 op/s 2024-09-17T12:49:38.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:38 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/1890151693' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:38.861 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:39.132 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:39.478 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:39 smithi077 ceph-mon[28089]: from='client.? 10.88.0.4:0/3656274834' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:39.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:39 smithi116 ceph-mon[28515]: from='client.? 10.88.0.4:0/3656274834' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:39.525 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:39 smithi017 ceph-mon[25403]: from='client.? 10.88.0.4:0/3656274834' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:39.814 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:39.814 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:23.173746Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "running": 0, "size": 3}}] 2024-09-17T12:49:40.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:40 smithi116 ceph-mon[28515]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:40.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:40 smithi116 ceph-mon[28515]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:40.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:40 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/227508904' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:40.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:40 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/692739878' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:40.534 INFO:tasks.cephadm:smb.uctdb1 has 0/3 2024-09-17T12:49:40.609 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:40 smithi077 ceph-mon[28089]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:40.609 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:40 smithi077 ceph-mon[28089]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:40.609 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:40 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/227508904' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:40.609 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:40 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/692739878' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:40.719 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:40 smithi017 ceph-mon[25403]: pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:49:40.719 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:40 smithi017 ceph-mon[25403]: from='client.15477 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:40.719 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:40 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/227508904' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:40.719 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:40 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/692739878' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:41.534 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.863 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:41.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:41 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:41.902 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:41 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: configuring smb/ctdb cluster metadata 2024-09-17T12:49:42.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:42.040 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:41 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:42.128 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:42.843 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:42.844 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:48:17.502415Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:48:17.502058Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:48:17.372992Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:48:17.373095Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:40.800851Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 1, "size": 3}}] 2024-09-17T12:49:43.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 85 B/s wr, 9 op/s 2024-09-17T12:49:43.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2681569158' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1101796509' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1391077394' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1542074497' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/4190207665' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/3128293983' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.094 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:43 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1332784085' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 85 B/s wr, 9 op/s 2024-09-17T12:49:43.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2681569158' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1101796509' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.156 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1391077394' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1542074497' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/4190207665' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/3128293983' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.157 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:43 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1332784085' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.7 KiB/s rd, 85 B/s wr, 9 op/s 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2681569158' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1101796509' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1391077394' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1542074497' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/4190207665' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.264 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.265 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:43.265 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/3128293983' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:43.265 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:43 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1332784085' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:44.168 INFO:tasks.cephadm:smb.uctdb1 has 1/3 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:44 smithi017 ceph-mon[25403]: from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:44 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:44 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:44 smithi116 ceph-mon[28515]: from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:44 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:44.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:44 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:44.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:44 smithi077 ceph-mon[28089]: from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:44.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:44 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:44.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:44 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:45.169 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:49:45.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:45 smithi116 ceph-mon[28515]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:45.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:45 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/41649653' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.273 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:45 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2086681135' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:45 smithi077 ceph-mon[28089]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:45 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/41649653' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:45 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2086681135' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:45 smithi017 ceph-mon[25403]: pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/41649653' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.274 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:45 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2086681135' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:45.439 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:47.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:47 smithi017 ceph-mon[25403]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:47.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3276270166' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/361694506' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.093 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/3479603104' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:47 smithi116 ceph-mon[28515]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3276270166' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/361694506' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/3479603104' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:47 smithi077 ceph-mon[28089]: pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3276270166' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/361694506' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:47.275 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/3479603104' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:48.958 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:49:48.959 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:49:40.800851Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 3, "size": 3}}] 2024-09-17T12:49:49.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:49.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/3313782823' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:49 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/3313782823' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.277 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:49 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/3313782823' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:49 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:49.763 INFO:tasks.cephadm:smb.uctdb1 has 3/3 2024-09-17T12:49:49.763 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:49:49.772 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:49:49.772 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'rados --pool=.smb -N uctdb1 get cluster.meta.json /dev/stdout' 2024-09-17T12:49:50.029 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:49:50.272 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='client.15741 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.273 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:50 smithi017 ceph-mon[25403]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:50.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='client.15741 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:50.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:50.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:50.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:50.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:50.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:50 smithi116 ceph-mon[28515]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='client.15741 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:49:50.278 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.279 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:49:50.279 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:50 smithi077 ceph-mon[28089]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:49:51.089 INFO:teuthology.orchestra.run.smithi017.stdout:{"nodes": [{"pnn": 0, "identity": "smb.uctdb1.0.0.smithi017.bbljgj", "node": "172.21.15.17", "state": "ready"}, {"pnn": 1, "identity": "smb.uctdb1.1.0.smithi116.xfbezr", "node": "172.21.15.116", "state": "ready"}, {"pnn": 2, "identity": "smb.uctdb1.2.0.smithi077.hokzpr", "node": "172.21.15.77", "state": "ready"}], "_source": "cephadm"} 2024-09-17T12:49:51.090 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:49:51.099 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:49:51.099 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:49:51.128 INFO:teuthology.orchestra.run.smithi187.stderr:+ sleep 30 2024-09-17T12:49:51.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:51 smithi116 ceph-mon[28515]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:49:51.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:51 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1411838370' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:51.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:51 smithi116 ceph-mon[28515]: mgrmap e22: x(active, since 94s) 2024-09-17T12:49:51.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:51 smithi017 ceph-mon[25403]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:49:51.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:51 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1411838370' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:51.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:51 smithi017 ceph-mon[25403]: mgrmap e22: x(active, since 94s) 2024-09-17T12:49:51.280 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:51 smithi077 ceph-mon[28089]: pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.7 KiB/s rd, 85 B/s wr, 8 op/s 2024-09-17T12:49:51.280 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:51 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1411838370' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:51.280 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:51 smithi077 ceph-mon[28089]: mgrmap e22: x(active, since 94s) 2024-09-17T12:49:53.282 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:53 smithi017 ceph-mon[25403]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.0 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T12:49:53.282 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/753805825' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.282 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/226359361' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.282 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1968132786' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:53 smithi116 ceph-mon[28515]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.0 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/753805825' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/226359361' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1968132786' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:53 smithi077 ceph-mon[28089]: pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.0 KiB/s rd, 511 B/s wr, 12 op/s 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/753805825' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/226359361' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:53.283 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1968132786' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:55.255 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:55 smithi017 ceph-mon[25403]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:55.256 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:55 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1151627958' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:55.285 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:55 smithi077 ceph-mon[28089]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:55.285 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:55 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1151627958' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:55.285 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:55 smithi116 ceph-mon[28515]: pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:55.285 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:55 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1151627958' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:57.287 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:57 smithi077 ceph-mon[28089]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:57.287 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:57 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1384176791' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:57.287 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:57 smithi116 ceph-mon[28515]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:57.287 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:57 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1384176791' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:57.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:57 smithi017 ceph-mon[25403]: pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 6.1 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:49:57.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:57 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1384176791' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:59 smithi077 ceph-mon[28089]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 426 B/s wr, 12 op/s 2024-09-17T12:49:59.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/120558635' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/3105194314' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:49:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3900262809' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:59 smithi116 ceph-mon[28515]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 426 B/s wr, 12 op/s 2024-09-17T12:49:59.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/120558635' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/3105194314' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.290 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:49:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3900262809' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:59 smithi017 ceph-mon[25403]: pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 426 B/s wr, 12 op/s 2024-09-17T12:49:59.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/120558635' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/3105194314' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:49:59.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:49:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3900262809' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:00.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:00 smithi077 ceph-mon[28089]: overall HEALTH_OK 2024-09-17T12:50:00.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:00 smithi017 ceph-mon[25403]: overall HEALTH_OK 2024-09-17T12:50:00.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:00 smithi116 ceph-mon[28515]: overall HEALTH_OK 2024-09-17T12:50:01.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:01 smithi077 ceph-mon[28089]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 426 B/s wr, 7 op/s 2024-09-17T12:50:01.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:01 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/497026395' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:01.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:01 smithi116 ceph-mon[28515]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 426 B/s wr, 7 op/s 2024-09-17T12:50:01.291 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:01 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/497026395' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:01.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:01 smithi017 ceph-mon[25403]: pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 426 B/s wr, 7 op/s 2024-09-17T12:50:01.292 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:01 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/497026395' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:03.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:03 smithi017 ceph-mon[25403]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:50:03.294 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:03 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/623081989' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:03.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:03 smithi116 ceph-mon[28515]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:50:03.295 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:03 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/623081989' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:03.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:03 smithi077 ceph-mon[28089]: pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 426 B/s wr, 9 op/s 2024-09-17T12:50:03.295 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:03 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/623081989' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:05 smithi017 ceph-mon[25403]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:05.296 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:05 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/785423857' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:05 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3477253477' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:05 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/237870195' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:05 smithi077 ceph-mon[28089]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:05 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/785423857' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:05 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3477253477' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.297 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:05 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/237870195' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:05 smithi116 ceph-mon[28515]: pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:05.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:05 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/785423857' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:05 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3477253477' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:05.298 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:05 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/237870195' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:07.299 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:07 smithi116 ceph-mon[28515]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:07.299 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:07 smithi017 ceph-mon[25403]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:07.299 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:07 smithi077 ceph-mon[28089]: pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:09.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:09 smithi017 ceph-mon[25403]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:50:09.301 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:09 smithi077 ceph-mon[28089]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:50:09.301 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:09 smithi116 ceph-mon[28515]: pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-17T12:50:11.304 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:11 smithi077 ceph-mon[28089]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:50:11.304 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:11 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/484840776' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.304 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:11 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1370431079' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.304 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:11 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1675704740' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.304 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:11 smithi017 ceph-mon[25403]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:11 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/484840776' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:11 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1370431079' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:11 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1675704740' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:11 smithi116 ceph-mon[28515]: pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:11 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/484840776' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:11 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1370431079' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:11.305 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:11 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1675704740' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:13.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:13 smithi017 ceph-mon[25403]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:50:13.306 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:13 smithi077 ceph-mon[28089]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:50:13.306 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:13 smithi116 ceph-mon[28515]: pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-17T12:50:15.307 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:15 smithi017 ceph-mon[25403]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:15.308 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:15 smithi077 ceph-mon[28089]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:15.308 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:15 smithi116 ceph-mon[28515]: pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:17.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:17 smithi116 ceph-mon[28515]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:17.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:17 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1178120467' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:17 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3032424361' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:17 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/591069931' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.482 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:17 smithi077 ceph-mon[28089]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:17.482 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:17 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1178120467' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.482 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:17 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3032424361' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.482 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:17 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/591069931' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.483 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:17 smithi017 ceph-mon[25403]: pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:17.483 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:17 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1178120467' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.483 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:17 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3032424361' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:17.483 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:17 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/591069931' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:19.112 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:19 smithi077 ceph-mon[28089]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:19.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:19 smithi116 ceph-mon[28515]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:19.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:19 smithi017 ceph-mon[25403]: pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:21.137 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.17/share1 -c ls' 2024-09-17T12:50:21.201 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.17/share1 -c ls 2024-09-17T12:50:21.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:21 smithi116 ceph-mon[28515]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:21.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:21 smithi017 ceph-mon[25403]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:21.511 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:21 smithi077 ceph-mon[28089]: pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:21.642 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:48:06 2024 2024-09-17T12:50:21.642 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:48:06 2024 2024-09-17T12:50:21.642 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:50:21.643 INFO:teuthology.orchestra.run.smithi187.stdout: 178049024 blocks of size 1024. 178049024 blocks available 2024-09-17T12:50:22.269 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.17/share2 -c ls' 2024-09-17T12:50:22.340 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.17/share2 -c ls 2024-09-17T12:50:22.786 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:48:07 2024 2024-09-17T12:50:22.786 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:48:07 2024 2024-09-17T12:50:22.786 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:50:22.786 INFO:teuthology.orchestra.run.smithi187.stdout: 178049024 blocks of size 1024. 178049024 blocks available 2024-09-17T12:50:23.213 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:23 smithi017 ceph-mon[25403]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:23.213 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:23 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/422000112' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.213 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:23 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/2243276745' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.213 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:23 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/744014937' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.229 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:23 smithi077 ceph-mon[28089]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:23.229 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:23 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/422000112' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.229 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:23 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/2243276745' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.229 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:23 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/744014937' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.234 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:23 smithi116 ceph-mon[28515]: pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:23.235 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:23 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/422000112' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.235 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:23 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/2243276745' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.235 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:23 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/744014937' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:23.349 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:50:23.359 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:50:23.361 DEBUG:teuthology.orchestra.run.smithi017:> 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.uctdb1")))[-1].name'"'"' > /tmp/svcname' 2024-09-17T12:50:23.396 INFO:teuthology.orchestra.run.smithi017.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-17T12:50:23.396 INFO:teuthology.orchestra.run.smithi017.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.uctdb1")))[-1].name' 2024-09-17T12:50:23.648 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:50:23.710 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:50:23.822 INFO:teuthology.orchestra.run.smithi017.stderr:Using ceph image with id '6c1fcab85602' and tag '7498493279982dfe87f00616198a5967475f6169' created on 2024-09-15 22:19:23 +0000 UTC 2024-09-17T12:50:23.822 INFO:teuthology.orchestra.run.smithi017.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:50:25.005 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-17T12:50:25.071 INFO:teuthology.orchestra.run.smithi017.stderr:++ cat /tmp/svcname 2024-09-17T12:50:25.071 INFO:teuthology.orchestra.run.smithi017.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.uctdb1.0.0.smithi017.bbljgj ctdb status 2024-09-17T12:50:25.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:25 smithi116 ceph-mon[28515]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:25.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:25 smithi017 ceph-mon[25403]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:25.313 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:50:25.514 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:25 smithi077 ceph-mon[28089]: pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:26.377 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-17T12:50:26.445 INFO:teuthology.orchestra.run.smithi017.stderr:+ cat /tmp/ctdb_status 2024-09-17T12:50:26.446 INFO:teuthology.orchestra.run.smithi017.stdout:Number of nodes:3 2024-09-17T12:50:26.446 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:0 172.21.15.17 OK (THIS NODE) 2024-09-17T12:50:26.446 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:1 172.21.15.116 OK 2024-09-17T12:50:26.446 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:2 172.21.15.77 OK 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:Generation:1476272985 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:Size:3 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:hash:0 lmaster:0 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:hash:1 lmaster:1 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:hash:2 lmaster:2 2024-09-17T12:50:26.447 INFO:teuthology.orchestra.run.smithi017.stdout:Recovery mode:NORMAL (0) 2024-09-17T12:50:26.448 INFO:teuthology.orchestra.run.smithi017.stdout:Leader:0 2024-09-17T12:50:26.449 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:50:26.515 INFO:teuthology.orchestra.run.smithi017.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-17T12:50:26.515 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:0 172.21.15.17 OK (THIS NODE) 2024-09-17T12:50:26.517 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:50:26.583 INFO:teuthology.orchestra.run.smithi017.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-17T12:50:26.584 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:1 172.21.15.116 OK 2024-09-17T12:50:26.585 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-17T12:50:26.653 INFO:teuthology.orchestra.run.smithi017.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-17T12:50:26.653 INFO:teuthology.orchestra.run.smithi017.stdout:pnn:2 172.21.15.77 OK 2024-09-17T12:50:26.655 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-17T12:50:26.720 INFO:teuthology.orchestra.run.smithi017.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-17T12:50:26.720 INFO:teuthology.orchestra.run.smithi017.stdout:Number of nodes:3 2024-09-17T12:50:26.722 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-17T12:50:26.787 INFO:teuthology.orchestra.run.smithi017.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-17T12:50:26.789 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-17T12:50:26.799 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:50:26.799 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-17T12:50:26.829 INFO:teuthology.orchestra.run.smithi187.stderr:+ sleep 30 2024-09-17T12:50:27.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:27 smithi116 ceph-mon[28515]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:27.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:27 smithi017 ceph-mon[25403]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:27.483 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:27 smithi077 ceph-mon[28089]: pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:29.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:29 smithi116 ceph-mon[28515]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:29.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:29 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/933935620' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:29 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/4027541882' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:29 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/148345096' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:29 smithi077 ceph-mon[28089]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:29.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:29 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/933935620' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:29 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/4027541882' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:29 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/148345096' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:29 smithi017 ceph-mon[25403]: pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:29.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:29 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/933935620' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:29 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/4027541882' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:29.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:29 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/148345096' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:31.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:31 smithi116 ceph-mon[28515]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:50:31.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:31 smithi077 ceph-mon[28089]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:50:31.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:31 smithi017 ceph-mon[25403]: pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-17T12:50:33.522 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:33 smithi077 ceph-mon[28089]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:33.522 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:33 smithi116 ceph-mon[28515]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:33.522 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:33 smithi017 ceph-mon[25403]: pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-17T12:50:35.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:35 smithi116 ceph-mon[28515]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:35.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/2970017754' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1907725634' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:35 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3724085338' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:35 smithi077 ceph-mon[28089]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:35.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/2970017754' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1907725634' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:35 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3724085338' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.524 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:35 smithi017 ceph-mon[25403]: pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:35.524 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/2970017754' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.524 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1907725634' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:35.524 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:35 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3724085338' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:37.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:37 smithi116 ceph-mon[28515]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:37.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:37 smithi077 ceph-mon[28089]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:37.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:37 smithi017 ceph-mon[25403]: pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-17T12:50:39.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:39 smithi116 ceph-mon[28515]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:50:39.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:39 smithi077 ceph-mon[28089]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:50:39.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:39 smithi017 ceph-mon[25403]: pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-17T12:50:41.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:41 smithi077 ceph-mon[28089]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:41.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:41 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/4079161801' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:41 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/2030321575' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:41 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3343980790' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:41 smithi017 ceph-mon[25403]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:41.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:41 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/4079161801' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:41 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/2030321575' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:41 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3343980790' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:41 smithi116 ceph-mon[28515]: pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:41.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:41 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/4079161801' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:41 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/2030321575' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:41.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:41 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3343980790' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:43.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:43 smithi116 ceph-mon[28515]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:43.529 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:43 smithi077 ceph-mon[28089]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:43.529 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:43 smithi017 ceph-mon[25403]: pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:45.276 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:45 smithi116 ceph-mon[28515]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:45.531 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:45 smithi077 ceph-mon[28089]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:45.531 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:45 smithi017 ceph-mon[25403]: pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:47 smithi116 ceph-mon[28515]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/127874930' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/951210034' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:47 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1924297145' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.486 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:47 smithi077 ceph-mon[28089]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:47.486 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/127874930' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.487 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/951210034' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.487 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:47 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1924297145' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.487 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:47 smithi017 ceph-mon[25403]: pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:47.487 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/127874930' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.488 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/951210034' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:47.488 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:47 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1924297145' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:49.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:49 smithi116 ceph-mon[28515]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:49.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:49 smithi077 ceph-mon[28089]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:49.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:49 smithi017 ceph-mon[25403]: pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:50.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:50:50.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:50:50.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:50:50.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:50.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:50 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:50.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:50:50.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:50:50.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:50:50.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:50.537 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:50 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:50.538 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:50:50.538 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:50:50.538 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:50:50.538 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:50.538 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:50 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:50:51.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:51 smithi116 ceph-mon[28515]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:50:51.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:51 smithi116 ceph-mon[28515]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:51.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:51 smithi077 ceph-mon[28089]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:50:51.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:51 smithi077 ceph-mon[28089]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:51.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:51 smithi017 ceph-mon[25403]: fence_old_ranks: Unsupported {0: {0: 'uctdb1.0.0.smithi017.bbljgj'}, 1: {0: 'uctdb1.1.0.smithi116.xfbezr'}, 2: {0: 'uctdb1.2.0.smithi077.hokzpr'}} 3 2024-09-17T12:50:51.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:51 smithi017 ceph-mon[25403]: pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:53.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:53 smithi116 ceph-mon[28515]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:53.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/186563363' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/1335652772' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:53 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/3610781091' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:53 smithi077 ceph-mon[28089]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:53.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/186563363' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/1335652772' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:53 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/3610781091' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.540 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:53 smithi017 ceph-mon[25403]: pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:53.540 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/186563363' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.540 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/1335652772' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:53.540 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:53 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/3610781091' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:55.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:55 smithi116 ceph-mon[28515]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:55.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:55 smithi017 ceph-mon[25403]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:55.539 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:55 smithi077 ceph-mon[28089]: pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:56.836 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.116/share1 -c ls' 2024-09-17T12:50:56.902 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user1%t3stP4ss1 //172.21.15.116/share1 -c ls 2024-09-17T12:50:57.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:57 smithi116 ceph-mon[28515]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:57.364 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:48:06 2024 2024-09-17T12:50:57.364 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:48:06 2024 2024-09-17T12:50:57.364 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:50:57.364 INFO:teuthology.orchestra.run.smithi187.stdout: 178049024 blocks of size 1024. 178049024 blocks available 2024-09-17T12:50:57.488 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:57 smithi077 ceph-mon[28089]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:57.489 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:57 smithi017 ceph-mon[25403]: pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:50:57.908 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.116/share2 -c ls' 2024-09-17T12:50:57.994 INFO:teuthology.orchestra.run.smithi187.stderr:+ sudo podman run --rm --net=host -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U user2%t3stP4ss2 //172.21.15.116/share2 -c ls 2024-09-17T12:50:58.478 INFO:teuthology.orchestra.run.smithi187.stdout: . D 0 Tue Sep 17 12:48:07 2024 2024-09-17T12:50:58.479 INFO:teuthology.orchestra.run.smithi187.stdout: .. D 0 Tue Sep 17 12:48:07 2024 2024-09-17T12:50:58.479 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-09-17T12:50:58.479 INFO:teuthology.orchestra.run.smithi187.stdout: 178049024 blocks of size 1024. 178049024 blocks available 2024-09-17T12:50:58.962 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T12:50:58.973 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:50:58.974 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- bash -c 'ceph smb apply -i -' 2024-09-17T12:50:59.248 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:59 smithi077 ceph-mon[28089]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.116:0/3378367609' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.77:0/558439969' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:50:59 smithi077 ceph-mon[28089]: from='client.? 172.21.15.17:0/1263207032' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:59 smithi017 ceph-mon[25403]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.116:0/3378367609' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.488 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.77:0/558439969' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.489 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:50:59 smithi017 ceph-mon[25403]: from='client.? 172.21.15.17:0/1263207032' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.524 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:59 smithi116 ceph-mon[28515]: pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-17T12:50:59.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.116:0/3378367609' entity='client.smb.config.uctdb1.1.0.smithi116.xfbezr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.77:0/558439969' entity='client.smb.config.uctdb1.2.0.smithi077.hokzpr' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.525 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:50:59 smithi116 ceph-mon[28515]: from='client.? 172.21.15.17:0/1263207032' entity='client.smb.config.uctdb1.0.0.smithi017.bbljgj' cmd={"prefix": "config-key get", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: "results": [ 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:50:59.999 INFO:teuthology.orchestra.run.smithi017.stdout: "share_id": "share1", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "removed" 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "removed", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.share", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "share_id": "share2", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "removed" 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "removed", 2024-09-17T12:51:00.000 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.cluster", 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "uctdb1", 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "removed" 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "removed", 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "resource": { 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "resource_type": "ceph.smb.usersgroups", 2024-09-17T12:51:00.001 INFO:teuthology.orchestra.run.smithi017.stdout: "users_groups_id": "ug1", 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: "intent": "removed" 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: "state": "removed", 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout: "success": true 2024-09-17T12:51:00.002 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-17T12:51:00.876 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-17T12:51:00.885 INFO:tasks.cephadm:Waiting for ceph service smb.uctdb1 to be not present in service list 2024-09-17T12:51:00.886 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='client.16506 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: Remove service smb.uctdb1 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:01.123 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: Removing orphan daemon smb.uctdb1.0.0.smithi017.bbljgj... 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:00 smithi017 ceph-mon[25403]: Removing daemon smb.uctdb1.0.0.smithi017.bbljgj from smithi017 -- ports [445, 9922] 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='client.16506 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: Remove service smb.uctdb1 2024-09-17T12:51:01.124 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: Removing orphan daemon smb.uctdb1.0.0.smithi017.bbljgj... 2024-09-17T12:51:01.125 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:00 smithi116 ceph-mon[28515]: Removing daemon smb.uctdb1.0.0.smithi017.bbljgj from smithi017 -- ports [445, 9922] 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='client.16506 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: Remove service smb.uctdb1 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/uctdb1/users-groups.0.json"}]': finished 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:01.290 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-17T12:51:01.291 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:01.291 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: Removing orphan daemon smb.uctdb1.0.0.smithi017.bbljgj... 2024-09-17T12:51:01.291 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:00 smithi077 ceph-mon[28089]: Removing daemon smb.uctdb1.0.0.smithi017.bbljgj from smithi017 -- ports [445, 9922] 2024-09-17T12:51:03.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:02 smithi077 ceph-mon[28089]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:03.072 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:02 smithi017 ceph-mon[25403]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:03.188 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:02 smithi116 ceph-mon[28515]: pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 5.5 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:04.451 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:05.021 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:04 smithi017 ceph-mon[25403]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:05.062 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:04 smithi077 ceph-mon[28089]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:05.089 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:04 smithi116 ceph-mon[28515]: pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:05.207 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:05.207 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:50:59.960379Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 3, "size": 3}}] 2024-09-17T12:51:05.967 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mds.cephfs', 'mon', 'osd', 'smb.uctdb1', 'mgr'} 2024-09-17T12:51:06.050 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:05 smithi017 ceph-mon[25403]: from='client.16542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:06.228 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:05 smithi116 ceph-mon[28515]: from='client.16542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:06.237 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:05 smithi077 ceph-mon[28089]: from='client.16542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:06.967 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:07.222 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:06 smithi116 ceph-mon[28515]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:07.223 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"} : dispatch 2024-09-17T12:51:07.223 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:06 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"}]': finished 2024-09-17T12:51:07.228 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:07.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:06 smithi077 ceph-mon[28089]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:07.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"} : dispatch 2024-09-17T12:51:07.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:06 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"}]': finished 2024-09-17T12:51:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:06 smithi017 ceph-mon[25403]: pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 173 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"} : dispatch 2024-09-17T12:51:07.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:06 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.0.0.smithi017.bbljgj"}]': finished 2024-09-17T12:51:07.934 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:07.934 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:50:59.960379Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 2, "size": 3}}] 2024-09-17T12:51:08.033 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:07 smithi116 ceph-mon[28515]: Removing key for client.smb.config.uctdb1.0.0.smithi017.bbljgj 2024-09-17T12:51:08.034 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:07 smithi116 ceph-mon[28515]: Removing orphan daemon smb.uctdb1.2.0.smithi077.hokzpr... 2024-09-17T12:51:08.034 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:07 smithi116 ceph-mon[28515]: Removing daemon smb.uctdb1.2.0.smithi077.hokzpr from smithi077 -- ports [445, 9922] 2024-09-17T12:51:08.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:07 smithi077 ceph-mon[28089]: Removing key for client.smb.config.uctdb1.0.0.smithi017.bbljgj 2024-09-17T12:51:08.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:07 smithi077 ceph-mon[28089]: Removing orphan daemon smb.uctdb1.2.0.smithi077.hokzpr... 2024-09-17T12:51:08.039 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:07 smithi077 ceph-mon[28089]: Removing daemon smb.uctdb1.2.0.smithi077.hokzpr from smithi077 -- ports [445, 9922] 2024-09-17T12:51:08.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:07 smithi017 ceph-mon[25403]: Removing key for client.smb.config.uctdb1.0.0.smithi017.bbljgj 2024-09-17T12:51:08.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:07 smithi017 ceph-mon[25403]: Removing orphan daemon smb.uctdb1.2.0.smithi077.hokzpr... 2024-09-17T12:51:08.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:07 smithi017 ceph-mon[25403]: Removing daemon smb.uctdb1.2.0.smithi077.hokzpr from smithi077 -- ports [445, 9922] 2024-09-17T12:51:08.578 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mds.cephfs', 'mon', 'osd', 'smb.uctdb1', 'mgr'} 2024-09-17T12:51:09.108 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:08 smithi077 ceph-mon[28089]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:09.108 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:08 smithi077 ceph-mon[28089]: from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:09.127 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:08 smithi116 ceph-mon[28515]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:09.127 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:08 smithi116 ceph-mon[28515]: from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:09.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:08 smithi017 ceph-mon[25403]: pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 12 op/s 2024-09-17T12:51:09.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:08 smithi017 ceph-mon[25403]: from='client.16575 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:09.579 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:09.848 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:10.509 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:10.509 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:50:59.960379Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 2, "size": 3}}] 2024-09-17T12:51:11.079 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:10 smithi017 ceph-mon[25403]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:11.107 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mds.cephfs', 'mon', 'osd', 'smb.uctdb1', 'mgr'} 2024-09-17T12:51:11.128 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:10 smithi116 ceph-mon[28515]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:11.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:10 smithi077 ceph-mon[28089]: pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 3.9 KiB/s rd, 87 KiB/s wr, 10 op/s 2024-09-17T12:51:12.109 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:12.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: from='client.16584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:12.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: Removing key for client.smb.config.uctdb1.2.0.smithi077.hokzpr 2024-09-17T12:51:12.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"} : dispatch 2024-09-17T12:51:12.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"}]': finished 2024-09-17T12:51:12.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: Removing orphan daemon smb.uctdb1.1.0.smithi116.xfbezr... 2024-09-17T12:51:12.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:11 smithi116 ceph-mon[28515]: Removing daemon smb.uctdb1.1.0.smithi116.xfbezr from smithi116 -- ports [445, 9922] 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: from='client.16584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: Removing key for client.smb.config.uctdb1.2.0.smithi077.hokzpr 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"} : dispatch 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"}]': finished 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: Removing orphan daemon smb.uctdb1.1.0.smithi116.xfbezr... 2024-09-17T12:51:12.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:11 smithi077 ceph-mon[28089]: Removing daemon smb.uctdb1.1.0.smithi116.xfbezr from smithi116 -- ports [445, 9922] 2024-09-17T12:51:12.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: from='client.16584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:12.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: Removing key for client.smb.config.uctdb1.2.0.smithi077.hokzpr 2024-09-17T12:51:12.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"} : dispatch 2024-09-17T12:51:12.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.2.0.smithi077.hokzpr"}]': finished 2024-09-17T12:51:12.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: Removing orphan daemon smb.uctdb1.1.0.smithi116.xfbezr... 2024-09-17T12:51:12.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:11 smithi017 ceph-mon[25403]: Removing daemon smb.uctdb1.1.0.smithi116.xfbezr from smithi116 -- ports [445, 9922] 2024-09-17T12:51:12.378 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:12.998 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:12.998 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:50:59.960379Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 1, "size": 3}}] 2024-09-17T12:51:13.516 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:13 smithi116 ceph-mon[28515]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:51:13.625 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:13 smithi017 ceph-mon[25403]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:51:13.654 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mds.cephfs', 'mon', 'osd', 'smb.uctdb1', 'mgr'} 2024-09-17T12:51:13.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:13 smithi077 ceph-mon[28089]: pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-17T12:51:14.463 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:14 smithi116 ceph-mon[28515]: from='client.16590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:14.656 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:14.684 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:14 smithi017 ceph-mon[25403]: from='client.16590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:14.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:14 smithi077 ceph-mon[28089]: from='client.16590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:14.921 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:15.627 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:15.627 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:49:42.771716Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:49:43.733835Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:49:42.771465Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:49:42.771558Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-17T12:50:59.960379Z service:smb.uctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "uctdb1", "service_name": "smb.uctdb1", "service_type": "smb", "spec": {"cluster_id": "uctdb1", "cluster_lock_uri": "rados://.smb/uctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/uctdb1/cluster.meta.json", "config_uri": "rados://.smb/uctdb1/config.smb", "features": ["clustered"], "include_ceph_users": ["client.smb.fs.cluster.uctdb1"], "user_sources": ["rados:mon-config-key:smb/config/uctdb1/users-groups.0.json"]}, "status": {"created": "2024-09-17T12:48:43.352189Z", "last_refresh": "2024-09-17T12:49:42.771815Z", "running": 1, "size": 3}}] 2024-09-17T12:51:15.627 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:15 smithi017 ceph-mon[25403]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:15.631 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:15 smithi116 ceph-mon[28515]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:15.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:15 smithi077 ceph-mon[28089]: pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:16.260 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'mds.cephfs', 'mon', 'osd', 'smb.uctdb1', 'mgr'} 2024-09-17T12:51:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"} : dispatch 2024-09-17T12:51:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"}]': finished 2024-09-17T12:51:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:51:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:51:16.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:16 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:16.677 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"} : dispatch 2024-09-17T12:51:16.677 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"}]': finished 2024-09-17T12:51:16.677 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:51:16.677 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:51:16.677 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:16 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:16.699 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"} : dispatch 2024-09-17T12:51:16.700 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.uctdb1.1.0.smithi116.xfbezr"}]': finished 2024-09-17T12:51:16.700 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"} : dispatch 2024-09-17T12:51:16.700 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.uctdb1"}]': finished 2024-09-17T12:51:16.700 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:16 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-17T12:51:17.261 DEBUG:teuthology.orchestra.run.smithi017:> 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 31fb1d44-74f2-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T12:51:17.512 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='client.16596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: Removing key for client.smb.config.uctdb1.1.0.smithi116.xfbezr 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: Purge service smb.uctdb1 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.551 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:17.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:17.552 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:17 smithi017 ceph-mon[25403]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='client.16596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: Removing key for client.smb.config.uctdb1.1.0.smithi116.xfbezr 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: Purge service smb.uctdb1 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:17.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:17 smithi116 ceph-mon[28515]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 853 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='client.16596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: Removing key for client.smb.config.uctdb1.1.0.smithi116.xfbezr 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: Purge service smb.uctdb1 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-17T12:51:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-17T12:51:17.790 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:17 smithi077 ceph-mon[28089]: from='mgr.14562 172.21.15.17:0/1138140008' entity='mgr.x' 2024-09-17T12:51:18.203 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-17T12:51:18.203 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-17T12:47:55.535094Z", "last_refresh": "2024-09-17T12:51:17.063199Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi017=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T12:44:45.970822Z", "last_refresh": "2024-09-17T12:51:17.240657Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi017:172.21.15.17=a", "smithi077:172.21.15.77=b", "smithi116:172.21.15.116=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T12:44:23.074565Z", "last_refresh": "2024-09-17T12:51:17.025988Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb", "last_refresh": "2024-09-17T12:51:17.026087Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-17T12:51:18.503 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:18 smithi017 ceph-mon[25403]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 877 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:18.504 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:18 smithi017 ceph-mon[25403]: Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T12:51:18.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:18 smithi116 ceph-mon[28515]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 877 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:18.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:18 smithi116 ceph-mon[28515]: Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T12:51:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:18 smithi077 ceph-mon[28089]: pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 877 B/s rd, 0 B/s wr, 2 op/s 2024-09-17T12:51:18.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:18 smithi077 ceph-mon[28089]: Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T12:51:18.940 DEBUG:tasks.cephadm:checking if 'smb.uctdb1' in {'osd', 'mds.cephfs', 'mon', 'mgr'} 2024-09-17T12:51:18.940 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T12:51:18.954 INFO:tasks.cephadm:Teardown begin 2024-09-17T12:51:18.954 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:51:18.984 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:51:19.019 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:51:19.052 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:51:19.085 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T12:51:19.085 DEBUG:teuthology.orchestra.run.smithi017:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:51:19.104 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:51:19.122 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:51:19.140 DEBUG:teuthology.orchestra.run.smithi187:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T12:51:19.159 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T12:51:19.159 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T12:51:19.159 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a 2024-09-17T12:51:19.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 systemd[1]: Stopping Ceph mon.a for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:19.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 ceph-mon[25403]: from='client.16602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:19.486 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 ceph-mon[25403]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 263 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:51:19.750 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a[25380]: 2024-09-17T12:51:19.483+0000 7fdf0b0a1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:19.751 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a[25380]: 2024-09-17T12:51:19.483+0000 7fdf0b0a1640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T12:51:19.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:19 smithi116 ceph-mon[28515]: from='client.16602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:19.774 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:19 smithi116 ceph-mon[28515]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 263 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:51:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:19 smithi077 ceph-mon[28089]: from='client.16602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T12:51:19.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:19 smithi077 ceph-mon[28089]: pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 172 MiB used, 536 GiB / 536 GiB avail; 263 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T12:51:20.017 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:19 smithi017 podman[64210]: 2024-09-17 12:51:19.749850396 +0000 UTC m=+0.392934973 container died e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, 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, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493) 2024-09-17T12:51:20.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:20 smithi017 podman[64210]: 2024-09-17 12:51:20.114607595 +0000 UTC m=+0.757692210 container cleanup e08fae54d3f01555e4002606bf7d1d3016cf9e05060f0ff5313c2cfc7781d705 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, RELEASE=main-7498493, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:51:20.301 INFO:journalctl@ceph.mon.a.smithi017.stdout:Sep 17 12:51:20 smithi017 bash[64210]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-a 2024-09-17T12:51:20.558 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T12:51:20.600 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:20.601 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T12:51:20.601 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T12:51:20.602 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.b 2024-09-17T12:51:20.911 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:20 smithi077 systemd[1]: Stopping Ceph mon.b for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:21.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:20 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b[28066]: 2024-09-17T12:51:20.909+0000 7fd856959640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:21.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:20 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b[28066]: 2024-09-17T12:51:20.909+0000 7fd856959640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:51:21.289 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:21 smithi077 podman[46092]: 2024-09-17 12:51:21.144517896 +0000 UTC m=+0.344228342 container died 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=main-7498493, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:21 smithi077 podman[46092]: 2024-09-17 12:51:21.641090121 +0000 UTC m=+0.840800567 container cleanup 4187215e1db887d0513ea5d201b82a4e55d37a8b12f063d8b2f2353b69108edc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=main-7498493, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T12:51:21.789 INFO:journalctl@ceph.mon.b.smithi077.stdout:Sep 17 12:51:21 smithi077 bash[46092]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-b 2024-09-17T12:51:22.063 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T12:51:22.107 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:22.108 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T12:51:22.108 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T12:51:22.108 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.c 2024-09-17T12:51:22.456 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 systemd[1]: Stopping Ceph mon.c for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-c[28492]: 2024-09-17T12:51:22.453+0000 7f9adf8af640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-c[28492]: 2024-09-17T12:51:22.453+0000 7f9adf8af640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T12:51:22.775 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 podman[48133]: 2024-09-17 12:51:22.607205961 +0000 UTC m=+0.304587064 container died 23935928bcf87e8fb89e8896721a02c8446bff6c1a616e3d6c7a3f824882b688 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=main-7498493, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T12:51:23.274 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 podman[48133]: 2024-09-17 12:51:22.993990233 +0000 UTC m=+0.691371331 container cleanup 23935928bcf87e8fb89e8896721a02c8446bff6c1a616e3d6c7a3f824882b688 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-c, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=main-7498493, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:51:23.275 INFO:journalctl@ceph.mon.c.smithi116.stdout:Sep 17 12:51:22 smithi116 bash[48133]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mon-c 2024-09-17T12:51:23.410 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T12:51:23.457 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:23.457 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T12:51:23.457 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-17T12:51:23.457 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x 2024-09-17T12:51:23.764 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:51:23 smithi017 systemd[1]: Stopping Ceph mgr.x for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:24.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:51:23 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x[25657]: 2024-09-17T12:51:23.762+0000 7f276320b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:24.051 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:51:23 smithi017 podman[64341]: 2024-09-17 12:51:23.793441883 +0000 UTC m=+0.143114015 container died 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=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.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-17T12:51:24.475 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:51:24 smithi017 podman[64341]: 2024-09-17 12:51:24.152249288 +0000 UTC m=+0.501921459 container cleanup 0d39e683fd128c9f35d90933486ace1a20ec461280960862b19da5b1cfdf19bb (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7498493279982dfe87f00616198a5967475f6169, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , 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, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T12:51:24.475 INFO:journalctl@ceph.mgr.x.smithi017.stdout:Sep 17 12:51:24 smithi017 bash[64341]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-mgr-x 2024-09-17T12:51:24.635 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-17T12:51:24.670 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:24.670 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-17T12:51:24.670 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T12:51:24.671 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.0 2024-09-17T12:51:24.996 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:24 smithi017 systemd[1]: Stopping Ceph osd.0 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:25.301 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:24 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:51:24.994+0000 7fe3e7929640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:25.301 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:24 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:51:24.994+0000 7fe3e7929640 -1 osd.0 51 *** Got signal Terminated *** 2024-09-17T12:51:25.301 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:24 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0[39114]: 2024-09-17T12:51:24.994+0000 7fe3e7929640 -1 osd.0 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:51:30.722 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:30 smithi017 podman[64471]: 2024-09-17 12:51:30.445999053 +0000 UTC m=+5.553810474 container died e2c4e7b433ab292b31ab2009fa0249e53261e03f2658d671d8f588227fc64bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-17T12:51:31.051 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:30 smithi017 podman[64471]: 2024-09-17 12:51:30.801778234 +0000 UTC m=+5.909589652 container cleanup e2c4e7b433ab292b31ab2009fa0249e53261e03f2658d671d8f588227fc64bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T12:51:31.051 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:30 smithi017 bash[64471]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0 2024-09-17T12:51:31.393 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64505]: 2024-09-17 12:51:31.078186991 +0000 UTC m=+0.622467095 container remove e2c4e7b433ab292b31ab2009fa0249e53261e03f2658d671d8f588227fc64bda (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T12:51:31.715 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.295100639 +0000 UTC m=+0.016368580 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:51:31.715 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.403917107 +0000 UTC m=+0.125185033 container create 252c22798709545c9c7fddafa7adfa219322094540d2801296ad9c6f8c1d5208 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, 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) 2024-09-17T12:51:31.716 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.631226533 +0000 UTC m=+0.352494466 container init 252c22798709545c9c7fddafa7adfa219322094540d2801296ad9c6f8c1d5208 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-17T12:51:31.716 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.636340118 +0000 UTC m=+0.357608048 container start 252c22798709545c9c7fddafa7adfa219322094540d2801296ad9c6f8c1d5208 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=main-7498493, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T12:51:31.716 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.714467025 +0000 UTC m=+0.435734966 container attach 252c22798709545c9c7fddafa7adfa219322094540d2801296ad9c6f8c1d5208 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:32.051 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 17 12:51:31 smithi017 podman[64598]: 2024-09-17 12:51:31.826472415 +0000 UTC m=+0.547740353 container died 252c22798709545c9c7fddafa7adfa219322094540d2801296ad9c6f8c1d5208 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=) 2024-09-17T12:51:32.421 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T12:51:32.462 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:32.462 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T12:51:32.462 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T12:51:32.463 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.1 2024-09-17T12:51:32.801 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:32 smithi017 systemd[1]: Stopping Ceph osd.1 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:33.301 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:32 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:51:32.806+0000 7f03c793b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:33.301 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:32 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:51:32.806+0000 7f03c793b640 -1 osd.1 51 *** Got signal Terminated *** 2024-09-17T12:51:33.301 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:32 smithi017 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1[45012]: 2024-09-17T12:51:32.806+0000 7f03c793b640 -1 osd.1 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:51:38.448 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:38 smithi017 podman[64725]: 2024-09-17 12:51:38.142095544 +0000 UTC m=+5.450102955 container died c38a0c6840306a5d28efbee2917f42e861a6b63dc3a4a3a56582fec7410e9c07 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=main-7498493) 2024-09-17T12:51:38.745 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:38 smithi017 podman[64725]: 2024-09-17 12:51:38.529540859 +0000 UTC m=+5.837548261 container cleanup c38a0c6840306a5d28efbee2917f42e861a6b63dc3a4a3a56582fec7410e9c07 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-17T12:51:38.745 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:38 smithi017 bash[64725]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1 2024-09-17T12:51:39.050 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:38 smithi017 podman[64746]: 2024-09-17 12:51:38.743740019 +0000 UTC m=+0.596772380 container remove c38a0c6840306a5d28efbee2917f42e861a6b63dc3a4a3a56582fec7410e9c07 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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) 2024-09-17T12:51:39.468 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.057573068 +0000 UTC m=+0.016352464 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:51:39.468 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.167206382 +0000 UTC m=+0.125985766 container create 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:39.468 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.37546531 +0000 UTC m=+0.334244702 container init 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=main-7498493, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-17T12:51:39.468 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.380293415 +0000 UTC m=+0.339072797 container start 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:39.468 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.466742058 +0000 UTC m=+0.425521457 container attach 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-17T12:51:39.801 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:39 smithi017 podman[64838]: 2024-09-17 12:51:39.57478458 +0000 UTC m=+0.533563970 container died 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , RELEASE=main-7498493, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:51:40.140 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 17 12:51:40 smithi017 podman[64882]: 2024-09-17 12:51:40.120366418 +0000 UTC m=+0.539389469 container remove 0574f7b4e3408d1d2acd46555cc48999fe01bda7764ea79676074ab9f547bbf4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=main-7498493, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-17T12:51:40.146 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T12:51:40.187 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:40.187 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T12:51:40.187 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T12:51:40.187 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.2 2024-09-17T12:51:40.498 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:40 smithi077 systemd[1]: Stopping Ceph osd.2 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:40.789 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:40 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2[31418]: 2024-09-17T12:51:40.495+0000 7f8b98434640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:40.789 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:40 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2[31418]: 2024-09-17T12:51:40.495+0000 7f8b98434640 -1 osd.2 51 *** Got signal Terminated *** 2024-09-17T12:51:40.789 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:40 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2[31418]: 2024-09-17T12:51:40.495+0000 7f8b98434640 -1 osd.2 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:51:46.205 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:45 smithi077 podman[46236]: 2024-09-17 12:51:45.933390296 +0000 UTC m=+5.551746733 container died 57b4b54f392abc01e30baff72614d7bbc00437807ec4e7b41d9585556e8dec72 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-7498493, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:46.539 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:46 smithi077 podman[46236]: 2024-09-17 12:51:46.361130953 +0000 UTC m=+5.979487379 container cleanup 57b4b54f392abc01e30baff72614d7bbc00437807ec4e7b41d9585556e8dec72 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:51:46.539 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:46 smithi077 bash[46236]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2 2024-09-17T12:51:46.976 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:46 smithi077 podman[46256]: 2024-09-17 12:51:46.571219804 +0000 UTC m=+0.635664998 container remove 57b4b54f392abc01e30baff72614d7bbc00437807ec4e7b41d9585556e8dec72 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=main-7498493, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:51:47.230 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:46 smithi077 podman[46349]: 2024-09-17 12:51:46.877501264 +0000 UTC m=+0.015831735 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:51:47.231 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:46 smithi077 podman[46349]: 2024-09-17 12:51:46.980140043 +0000 UTC m=+0.118470542 container create 71330a4f9f9ca723214140d083b77226ce8afe230128fee2ca66f1eb8c2ac81f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-17T12:51:47.231 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:47 smithi077 podman[46349]: 2024-09-17 12:51:47.224589005 +0000 UTC m=+0.362919477 container init 71330a4f9f9ca723214140d083b77226ce8afe230128fee2ca66f1eb8c2ac81f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-17T12:51:47.231 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:47 smithi077 podman[46349]: 2024-09-17 12:51:47.229292969 +0000 UTC m=+0.367623424 container start 71330a4f9f9ca723214140d083b77226ce8afe230128fee2ca66f1eb8c2ac81f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T12:51:47.539 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:47 smithi077 podman[46349]: 2024-09-17 12:51:47.291093743 +0000 UTC m=+0.429424196 container attach 71330a4f9f9ca723214140d083b77226ce8afe230128fee2ca66f1eb8c2ac81f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-17T12:51:47.539 INFO:journalctl@ceph.osd.2.smithi077.stdout:Sep 17 12:51:47 smithi077 podman[46349]: 2024-09-17 12:51:47.42008058 +0000 UTC m=+0.558411038 container died 71330a4f9f9ca723214140d083b77226ce8afe230128fee2ca66f1eb8c2ac81f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , RELEASE=main-7498493, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-17T12:51:48.001 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T12:51:48.038 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:48.039 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T12:51:48.039 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-17T12:51:48.039 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.3 2024-09-17T12:51:48.289 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:48 smithi077 systemd[1]: Stopping Ceph osd.3 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:48.789 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:48 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:51:48.374+0000 7f4cc8b2e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:48.789 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:48 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:51:48.374+0000 7f4cc8b2e640 -1 osd.3 51 *** Got signal Terminated *** 2024-09-17T12:51:48.790 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:48 smithi077 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3[36931]: 2024-09-17T12:51:48.374+0000 7f4cc8b2e640 -1 osd.3 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:51:52.023 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:51 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:51.552+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:52.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:52 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:52.021+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:53.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:52 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:52.565+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:53.521 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:53 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:53.064+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:53.774 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:53 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:53.519+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:54.039 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:53 smithi077 podman[46475]: 2024-09-17 12:51:53.780168401 +0000 UTC m=+5.510965662 container died 53d4ae0b4067f141d89b942053a9136900f05f9636179d96249038e9555f4385 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-17T12:51:54.299 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46475]: 2024-09-17 12:51:54.113272944 +0000 UTC m=+5.844070194 container cleanup 53d4ae0b4067f141d89b942053a9136900f05f9636179d96249038e9555f4385 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:51:54.299 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 bash[46475]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3 2024-09-17T12:51:54.300 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46499]: 2024-09-17 12:51:54.2976626 +0000 UTC m=+0.513479253 container remove 53d4ae0b4067f141d89b942053a9136900f05f9636179d96249038e9555f4385 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3, org.label-schema.vendor=CentOS, RELEASE=main-7498493, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:54.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:54 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:54.045+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:55.002 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46593]: 2024-09-17 12:51:54.632281736 +0000 UTC m=+0.016060792 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:51:55.002 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46593]: 2024-09-17 12:51:54.732166463 +0000 UTC m=+0.115945528 container create 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, RELEASE=main-7498493, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-17T12:51:55.002 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46593]: 2024-09-17 12:51:54.934611975 +0000 UTC m=+0.318391036 container init 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-17T12:51:55.002 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:54 smithi077 podman[46593]: 2024-09-17 12:51:54.939374926 +0000 UTC m=+0.323153985 container start 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=main-7498493, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:55.002 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 podman[46593]: 2024-09-17 12:51:55.001008154 +0000 UTC m=+0.384787211 container attach 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:51:55.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:54 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:54.566+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:55.289 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 podman[46593]: 2024-09-17 12:51:55.130283869 +0000 UTC m=+0.514062926 container died 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-17T12:51:55.521 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:55 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:55.067+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:55.647 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.3.service' 2024-09-17T12:51:55.670 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 podman[46635]: 2024-09-17 12:51:55.62066284 +0000 UTC m=+0.480771416 container remove 5e1a79304dfd858261700fa3fb89723be021c5f41e8535de4aef955f88d8fb53 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=main-7498493, ceph=True) 2024-09-17T12:51:55.670 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 systemd[1]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-17T12:51:55.670 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 systemd[1]: Stopped Ceph osd.3 for 31fb1d44-74f2-11ef-bceb-c7b262605968. 2024-09-17T12:51:55.670 INFO:journalctl@ceph.osd.3.smithi077.stdout:Sep 17 12:51:55 smithi077 systemd[1]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.3.service: Consumed 3.891s CPU time. 2024-09-17T12:51:55.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:51:55.684 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-17T12:51:55.684 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-17T12:51:55.684 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.4 2024-09-17T12:51:55.774 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:55 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:55.519+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:55.775 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:55 smithi116 systemd[1]: Stopping Ceph osd.4 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:51:56.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:56 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:56.089+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:56.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:55 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:55.989+0000 7fac080ab640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:51:56.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:55 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:55.989+0000 7fac080ab640 -1 osd.4 51 *** Got signal Terminated *** 2024-09-17T12:51:56.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:55 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:55.989+0000 7fac080ab640 -1 osd.4 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:51:57.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:56 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:56.566+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:57.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:57 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:57.126+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:58.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:57 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:57.605+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:58.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:58 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:58.100+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:51:59.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:58 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:58.586+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:51:59.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:51:59 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:51:59.095+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:00.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:51:59 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:51:59.548+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:52:00.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:00 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:00.048+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:01.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:00 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4[32491]: 2024-09-17T12:52:00.575+0000 7fac046c0640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:27.293436+0000 front 2024-09-17T12:51:27.293375+0000 (oldest deadline 2024-09-17T12:51:50.793380+0000) 2024-09-17T12:52:01.403 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:01 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:01.030+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:01.403 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:01 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:01.030+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:01.775 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:01 smithi116 podman[48281]: 2024-09-17 12:52:01.402074213 +0000 UTC m=+5.513725960 container died 9dab62c4cb1ee5a9e1a0d023102b7063e34e17dfe48de554a257e6fc13586c36 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4, RELEASE=main-7498493, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-17T12:52:02.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:02 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:02.029+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:02.275 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:02 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:02.029+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:02.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:01 smithi116 podman[48281]: 2024-09-17 12:52:01.803915027 +0000 UTC m=+5.915566798 container cleanup 9dab62c4cb1ee5a9e1a0d023102b7063e34e17dfe48de554a257e6fc13586c36 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-17T12:52:02.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:01 smithi116 bash[48281]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4 2024-09-17T12:52:02.275 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48301]: 2024-09-17 12:52:02.038572878 +0000 UTC m=+0.629638625 container remove 9dab62c4cb1ee5a9e1a0d023102b7063e34e17dfe48de554a257e6fc13586c36 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=main-7498493, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-17T12:52:02.659 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.260169221 +0000 UTC m=+0.015922142 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:52:02.659 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.372724747 +0000 UTC m=+0.128477659 container create bc83e8f33d7e85433cb6b819aee64b5ae6d5f052074c1c671f4ff2f6465cb1ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-17T12:52:02.659 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.566749199 +0000 UTC m=+0.322502121 container init bc83e8f33d7e85433cb6b819aee64b5ae6d5f052074c1c671f4ff2f6465cb1ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=main-7498493, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True) 2024-09-17T12:52:02.659 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.571318678 +0000 UTC m=+0.327071590 container start bc83e8f33d7e85433cb6b819aee64b5ae6d5f052074c1c671f4ff2f6465cb1ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, RELEASE=main-7498493, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-17T12:52:02.659 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.658150541 +0000 UTC m=+0.413903455 container attach bc83e8f33d7e85433cb6b819aee64b5ae6d5f052074c1c671f4ff2f6465cb1ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=main-7498493, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-17T12:52:03.024 INFO:journalctl@ceph.osd.4.smithi116.stdout:Sep 17 12:52:02 smithi116 podman[48396]: 2024-09-17 12:52:02.752377887 +0000 UTC m=+0.508130812 container died bc83e8f33d7e85433cb6b819aee64b5ae6d5f052074c1c671f4ff2f6465cb1ae (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731) 2024-09-17T12:52:03.354 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:03.055+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:03.355 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:03.055+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:03.370 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.4.service' 2024-09-17T12:52:03.408 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:52:03.409 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-17T12:52:03.409 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-17T12:52:03.409 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.5 2024-09-17T12:52:03.734 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 systemd[1]: Stopping Ceph osd.5 for 31fb1d44-74f2-11ef-bceb-c7b262605968... 2024-09-17T12:52:04.024 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:03.732+0000 7f8b3d6e2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-17T12:52:04.024 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:03.732+0000 7f8b3d6e2640 -1 osd.5 51 *** Got signal Terminated *** 2024-09-17T12:52:04.025 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:03 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:03.732+0000 7f8b3d6e2640 -1 osd.5 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T12:52:04.524 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:04 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:04.032+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:04.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:04 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:04.032+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:05.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:05 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:05.014+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:05.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:05 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:05.014+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:06.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:06 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:05.999+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:06.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:06 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:05.999+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:07.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:07 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:07.024+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:07.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:07 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:07.024+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:07.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:07 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:07.024+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.77:6804 osd.2 since back 2024-09-17T12:51:40.307946+0000 front 2024-09-17T12:51:40.307906+0000 (oldest deadline 2024-09-17T12:52:06.108387+0000) 2024-09-17T12:52:08.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:08 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:08.051+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-17T12:51:29.306658+0000 front 2024-09-17T12:51:29.306600+0000 (oldest deadline 2024-09-17T12:51:51.606563+0000) 2024-09-17T12:52:08.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:08 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:08.051+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-17T12:51:35.607615+0000 front 2024-09-17T12:51:35.607661+0000 (oldest deadline 2024-09-17T12:52:00.307573+0000) 2024-09-17T12:52:08.525 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:08 smithi116 ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5[38054]: 2024-09-17T12:52:08.051+0000 7f8b39cf7640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.77:6804 osd.2 since back 2024-09-17T12:51:40.307946+0000 front 2024-09-17T12:51:40.307906+0000 (oldest deadline 2024-09-17T12:52:06.108387+0000) 2024-09-17T12:52:09.474 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:09 smithi116 podman[48522]: 2024-09-17 12:52:09.185569765 +0000 UTC m=+5.558973222 container died 9577b652cab6f917fa80d3155ecc377a96b4c02f9c5665306fe8f8bf0317cf4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:52:09.725 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:09 smithi116 podman[48522]: 2024-09-17 12:52:09.705575512 +0000 UTC m=+6.078978971 container cleanup 9577b652cab6f917fa80d3155ecc377a96b4c02f9c5665306fe8f8bf0317cf4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=main-7498493, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T12:52:09.725 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:09 smithi116 bash[48522]: ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5 2024-09-17T12:52:10.274 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:09 smithi116 podman[48557]: 2024-09-17 12:52:09.906880775 +0000 UTC m=+0.718147369 container remove 9577b652cab6f917fa80d3155ecc377a96b4c02f9c5665306fe8f8bf0317cf4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=main-7498493, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T12:52:10.594 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.223660163 +0000 UTC m=+0.015664836 image pull 6c1fcab85602ba9d6ddde3c89adee6ee0382b7527a8ed3ee372c969068775c76 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb 2024-09-17T12:52:10.594 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.332595477 +0000 UTC m=+0.124600177 container create b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=main-7498493, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-17T12:52:10.594 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.518066583 +0000 UTC m=+0.310071252 container init b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=main-7498493) 2024-09-17T12:52:10.594 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.522646515 +0000 UTC m=+0.314651181 container start b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=main-7498493, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T12:52:10.594 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.592856372 +0000 UTC m=+0.384861039 container attach b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=main-7498493, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-17T12:52:11.005 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:10 smithi116 podman[48651]: 2024-09-17 12:52:10.712874011 +0000 UTC m=+0.504878685 container died b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=main-7498493, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-17T12:52:11.262 INFO:journalctl@ceph.osd.5.smithi116.stdout:Sep 17 12:52:11 smithi116 podman[48694]: 2024-09-17 12:52:11.246226903 +0000 UTC m=+0.522175726 container remove b3dd7320e884655733477e1ee96976e0dc90b2665d08b9dc8bde5fb2bbd62b85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:d1ee255599fffe6c832aeedeed0b06c298863896564017e014e180f38b9ae1bb, name=ceph-31fb1d44-74f2-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, RELEASE=main-7498493, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-17T12:52:11.268 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-31fb1d44-74f2-11ef-bceb-c7b262605968@osd.5.service' 2024-09-17T12:52:11.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T12:52:11.307 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-17T12:52:11.308 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:52:11.519 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:18.084 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:52:18.301 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:19.413 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:52:19.612 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:26.060 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T12:52:26.265 INFO:teuthology.orchestra.run.smithi187.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:26.379 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:52:26.414 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:52:26.447 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:52:26.475 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T12:52:26.500 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T12:52:26.501 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi017/crash 2024-09-17T12:52:26.502 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:52:26.537 INFO:teuthology.orchestra.run.smithi017.stderr:tar: /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:52:26.538 INFO:teuthology.orchestra.run.smithi017.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:52:26.539 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi077/crash 2024-09-17T12:52:26.540 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:52:26.661 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:52:26.661 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:52:26.663 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi116/crash 2024-09-17T12:52:26.664 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:52:26.703 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:52:26.703 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:52:26.705 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi187/crash 2024-09-17T12:52:26.705 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash -- . 2024-09-17T12:52:26.737 INFO:teuthology.orchestra.run.smithi187.stderr:tar: /var/lib/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T12:52:26.738 INFO:teuthology.orchestra.run.smithi187.stderr:tar: Error is not recoverable: exiting now 2024-09-17T12:52:26.739 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T12:52:26.739 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:52:26.772 INFO:teuthology.orchestra.run.smithi017.stdout:2024-09-17T12:51:18.246519+0000 mon.a (mon.0) 825 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T12:52:26.772 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-09-17T12:52:26.772 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[SEC\]' /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:52:26.845 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]' /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:52:26.917 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[WRN\]' /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-17T12:52:26.987 INFO:teuthology.orchestra.run.smithi017.stdout:2024-09-17T12:51:18.246519+0000 mon.a (mon.0) 825 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T12:52:26.987 INFO:tasks.cephadm:Compressing logs... 2024-09-17T12:52:26.987 DEBUG:teuthology.orchestra.run.smithi017:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:52:27.030 DEBUG:teuthology.orchestra.run.smithi077:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:52:27.033 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:52:27.035 DEBUG:teuthology.orchestra.run.smithi187:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T12:52:27.054 INFO:teuthology.orchestra.run.smithi017.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T12:52:27.054 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-17T12:52:27.055 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T12:52:27.055 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:52:27.055 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:52:27.055 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:52:27.057 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T12:52:27.057 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi017.dynaso.log 2024-09-17T12:52:27.058 INFO:teuthology.orchestra.run.smithi017.stderr: 84.2% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log.gz/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.a.log: 2024-09-17T12:52:27.058 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:52:27.058 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi017.dynaso.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-17T12:52:27.058 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:52:27.058 INFO:teuthology.orchestra.run.smithi017.stderr: 79.2% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi017.dynaso.log.gz 2024-09-17T12:52:27.059 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mgr.x.log: 90.0% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:52:27.059 INFO:teuthology.orchestra.run.smithi017.stderr: 86.2% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:52:27.062 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi116.oacykg.log 2024-09-17T12:52:27.062 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-09-17T12:52:27.062 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:52:27.062 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi116.oacykg.log: -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr: 84.3% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mds.cephfs.smithi116.oacykg.log.gz 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr: 81.6% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log: 90.3% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: 86.1% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:52:27.063 INFO:teuthology.orchestra.run.smithi116.stderr: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:52:27.065 INFO:teuthology.orchestra.run.smithi116.stderr: 91.3% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:52:27.065 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:52:27.065 INFO:teuthology.orchestra.run.smithi017.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:: No such file or directory 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m0.012s 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:user 0m0.012s 2024-09-17T12:52:27.067 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m0.010s 2024-09-17T12:52:27.069 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T12:52:27.069 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr: 81.6% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.b.log: 90.2% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 86.0% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr: 87.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T12:52:27.070 INFO:teuthology.orchestra.run.smithi077.stderr: 91.1% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T12:52:27.155 INFO:teuthology.orchestra.run.smithi017.stderr: 89.7% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-17T12:52:27.160 INFO:teuthology.orchestra.run.smithi077.stderr: 92.5% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T12:52:27.167 INFO:teuthology.orchestra.run.smithi116.stderr: 92.3% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T12:52:27.220 INFO:teuthology.orchestra.run.smithi017.stderr: 93.7% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T12:52:27.255 INFO:teuthology.orchestra.run.smithi116.stderr: 93.8% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-17T12:52:27.256 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-17T12:52:27.258 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-09-17T12:52:27.258 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m0.211s 2024-09-17T12:52:27.258 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m0.499s 2024-09-17T12:52:27.258 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.040s 2024-09-17T12:52:27.275 INFO:teuthology.orchestra.run.smithi077.stderr: 93.8% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T12:52:27.278 INFO:teuthology.orchestra.run.smithi017.stderr: 93.8% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T12:52:27.366 INFO:teuthology.orchestra.run.smithi077.stderr: 93.6% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-17T12:52:27.368 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-09-17T12:52:27.368 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.321s 2024-09-17T12:52:27.368 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m0.620s 2024-09-17T12:52:27.368 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.038s 2024-09-17T12:52:27.384 INFO:teuthology.orchestra.run.smithi017.stderr: 91.0% -- replaced with /var/log/ceph/31fb1d44-74f2-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T12:52:27.385 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-17T12:52:27.386 INFO:teuthology.orchestra.run.smithi017.stderr:real 0m0.342s 2024-09-17T12:52:27.386 INFO:teuthology.orchestra.run.smithi017.stderr:user 0m0.813s 2024-09-17T12:52:27.386 INFO:teuthology.orchestra.run.smithi017.stderr:sys 0m0.045s 2024-09-17T12:52:27.386 INFO:tasks.cephadm:Archiving logs... 2024-09-17T12:52:27.386 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi017/log 2024-09-17T12:52:27.387 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:52:27.607 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi077/log 2024-09-17T12:52:27.608 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:52:27.749 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi116/log 2024-09-17T12:52:27.750 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:52:27.873 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi187/log 2024-09-17T12:52:27.874 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T12:52:27.901 INFO:tasks.cephadm:Removing cluster... 2024-09-17T12:52:27.901 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force 2024-09-17T12:52:28.102 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:28.227 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force 2024-09-17T12:52:28.417 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:28.539 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 31fb1d44-74f2-11ef-bceb-c7b262605968 --force 2024-09-17T12:52:28.741 INFO:teuthology.orchestra.run.smithi116.stdout:Deleting cluster with fsid: 31fb1d44-74f2-11ef-bceb-c7b262605968 2024-09-17T12:52:28.862 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T12:52:28.863 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:52:28.880 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:52:28.896 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:52:28.911 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T12:52:28.930 INFO:tasks.cephadm:Teardown complete 2024-09-17T12:52:28.930 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-09-17T12:52:28.939 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T12:52:28.982 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T12:52:28.982 DEBUG:teuthology.orchestra.run.smithi017:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:52:28.985 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:52:28.987 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:52:28.989 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T12:52:28.998 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:52:28.999 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:52:29.000 INFO:teuthology.orchestra.run.smithi116.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 377 8 -796us[ -758us] +/- 45ms 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 +2408us[+2445us] +/- 59ms 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -1667us[-1629us] +/- 75ms 2024-09-17T12:52:29.003 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:52:29.004 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:52:29.005 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-09-17T12:52:29.005 INFO:teuthology.orchestra.run.smithi017.stdout:^* hv01.front.sepia.ceph.com 3 6 377 10 -753us[ -700us] +/- 45ms 2024-09-17T12:52:29.005 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 10 +2452us[+2452us] +/- 59ms 2024-09-17T12:52:29.005 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 -1636us[-1636us] +/- 75ms 2024-09-17T12:52:29.005 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:52:29.006 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:52:29.006 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-09-17T12:52:29.006 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv01.front.sepia.ceph.com 3 6 377 10 -759us[ -705us] +/- 45ms 2024-09-17T12:52:29.007 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 10 +2454us[+2507us] +/- 59ms 2024-09-17T12:52:29.007 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 -1638us[-1585us] +/- 75ms 2024-09-17T12:52:29.007 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:52:29.007 INFO:teuthology.orchestra.run.smithi187.stderr:bash: line 1: ntpq: command not found 2024-09-17T12:52:29.010 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T12:52:29.010 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-09-17T12:52:29.011 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 -791us[ -733us] +/- 45ms 2024-09-17T12:52:29.011 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 8 +2412us[+2412us] +/- 59ms 2024-09-17T12:52:29.011 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -1663us[-1605us] +/- 75ms 2024-09-17T12:52:29.011 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T12:52:29.012 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T12:52:29.025 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T12:52:29.025 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T12:52:29.066 DEBUG:teuthology.orchestra.run.smithi017:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:52:29.149 DEBUG:teuthology.orchestra.run.smithi077:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:52:29.213 DEBUG:teuthology.orchestra.run.smithi116:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:52:29.278 DEBUG:teuthology.orchestra.run.smithi187:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-17T12:52:29.342 DEBUG:teuthology.orchestra.run.smithi017:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:52:29.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:29.373 DEBUG:teuthology.orchestra.run.smithi077:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:52:29.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:29.402 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:52:29.430 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:29.431 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-17T12:52:29.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:29.461 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T12:52:29.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T12:52:29.519 INFO:teuthology.task.internal:Duration was 894.419525 seconds 2024-09-17T12:52:29.519 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T12:52:29.558 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T12:52:29.558 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:52:29.561 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:52:29.563 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:52:29.566 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T12:52:29.601 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:52:29.601 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:52:29.603 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:52:29.607 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T12:52:30.065 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T12:52:30.065 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi017.front.sepia.ceph.com 2024-09-17T12:52:30.065 DEBUG:teuthology.orchestra.run.smithi017:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:52:30.090 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-09-17T12:52:30.090 DEBUG:teuthology.orchestra.run.smithi077:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:52:30.116 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-09-17T12:52:30.116 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:52:30.145 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-09-17T12:52:30.145 DEBUG:teuthology.orchestra.run.smithi187:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T12:52:30.168 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T12:52:30.168 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:52:30.171 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:52:30.173 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:52:30.187 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T12:52:30.236 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T12:52:30.236 DEBUG:teuthology.orchestra.run.smithi017:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:52:30.243 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:52:30.245 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:52:30.254 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T12:52:30.705 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T12:52:30.716 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T12:52:30.716 DEBUG:teuthology.orchestra.run.smithi017:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:52:30.741 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:52:30.767 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:52:30.793 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T12:52:30.817 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T12:52:30.830 DEBUG:teuthology.orchestra.run.smithi017:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.837 DEBUG:teuthology.orchestra.run.smithi187:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.854 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = core 2024-09-17T12:52:30.856 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-09-17T12:52:30.857 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-09-17T12:52:30.880 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-09-17T12:52:30.928 DEBUG:teuthology.orchestra.run.smithi017:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:30.944 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:30.958 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:30.973 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T12:52:30.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T12:52:30.988 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T12:52:30.999 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T12:52:31.000 DEBUG:teuthology.misc:Transferring archived files from smithi017:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi017 2024-09-17T12:52:31.000 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:52:31.039 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi077 2024-09-17T12:52:31.039 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:52:31.073 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi116 2024-09-17T12:52:31.074 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:52:31.110 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_20:08:15-orch-main-distro-default-smithi/7907856/remote/smithi187 2024-09-17T12:52:31.110 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T12:52:31.143 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T12:52:31.143 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:52:31.146 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:52:31.148 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:52:31.151 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T12:52:31.194 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T12:52:31.466 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T12:52:31.467 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T12:52:31.508 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T12:52:31.509 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:52:31.511 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:52:31.513 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:52:31.515 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T12:52:31.525 INFO:teuthology.orchestra.run.smithi017.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:52 /home/ubuntu/cephtest 2024-09-17T12:52:31.527 INFO:teuthology.orchestra.run.smithi077.stdout: 265869 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:52 /home/ubuntu/cephtest 2024-09-17T12:52:31.528 INFO:teuthology.orchestra.run.smithi116.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:52 /home/ubuntu/cephtest 2024-09-17T12:52:31.530 INFO:teuthology.orchestra.run.smithi187.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 12:52 /home/ubuntu/cephtest 2024-09-17T12:52:31.531 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T12:52:31.544 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T12:52:31.612 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_mgr_ctdb_res_basic} duration: 894.419525384903 failure_reason: '"2024-09-17T12:51:18.246519+0000 mon.a (mon.0) 825 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' owner: scheduled_teuthology@teuthology success: false 2024-09-17T12:52:31.612 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T12:52:31.700 INFO:teuthology.run:FAIL